|
Hello, what do you think about MKS-DLC32 V2.1 - ESP32-WROOM-32U? |
Answered by
terjeio
Jan 20, 2022
Replies: 1 comment
|
Hard to tell without testing - and performance for what? Laser engraving? The ESP32 driver runs under FreeRTOS - a plus or a minus? And I have to say I am not a big fan of the ESP framework and the annoying meditating guru that wakes up at seemingly random times. The FPU performance is not impressive either, but it is a bit unfair to compare that with the LPC176x as it does not have any... Nothing beats a iMXRT1062 (Teensy 4.x) when it comes to raw performance. |
0 replies
Answer selected by
drom89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hard to tell without testing - and performance for what? Laser engraving?
If comms via USB then the LPC176x has faster transfer rates as the ESP32 do not have a USB peripheral.
The ESP32 driver runs under FreeRTOS - a plus or a minus? And I have to say I am not a big fan of the ESP framework and the annoying meditating guru that wakes up at seemingly random times. The FPU performance is not impressive either, but it is a bit unfair to compare that with the LPC176x as it does not have any...
Nothing beats a iMXRT1062 (Teensy 4.x) when it comes to raw performance.