3 tools I use that make ESP32 development and debugging so much easier
I have a lot of different ESP32-based devices, and the memory and processing constraints are both a blessing and a curse. They're a blessing in the sense that they allow for you to make single, purpose-built devices, but they're a curse as when something is going wrong, it's hard to tell whether it's caused by those constraints directly, or the optimizations you had to make being implemented incorrectly. That's why I have a few debugging tools that I always go back to in order to figure out what's going on.
I have a lot of different ESP32-based devices, and the memory and processing constraints are both a blessing and a curse. They’re a blessing in the sense that they allow for you to make single, purpose-built devices, but they’re a curse as when something is going wrong, it’s hard to tell whether it’s caused by those constraints directly, or the optimizations you had to make being implemented incorrectly. That’s why I have a few debugging tools that I always go back to in order to figure out what’s going on.
Jay Larson
Ireland
Ireland
Published by: aplhsindia.in
