Welcome, Guest. Please login or register.

Username: Password:

Author Topic: Astroeq on ESP32  (Read 1145 times)

rafaelcompassi

  • Newbie
  • *
  • Posts: 4
    • View Profile
Astroeq on ESP32
« on: January 17, 2022, 22:41:32 »

How hard would it be to port the code to an ESP32?

It's cheaper and faster than a Mega or Teensy
Logged

rafaelcompassi

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Astroeq on ESP32
« Reply #1 on: May 28, 2022, 20:54:14 »

Nobody?
Logged

TCWORLD

  • Administrator
  • *****
  • Posts: 809
    • View Profile
    • AstroEQ
Re: Astroeq on ESP32
« Reply #2 on: May 29, 2022, 21:17:13 »

The code uses a lot of hard-coded AVR assembly in order to get enough performance out of the AVR.
Porting it to another platform would require converting the code back into either C or the appropriate assembly langauge.
Logged
Tom Carpenter (AstroEQ)