A Usable Arduino Debugging Tool
Updated: 2023-07-31 18:30:35
Skip to content Hackaday Primary Menu Home Blog Hackaday.io Tindie Hackaday Prize Submit About Search : for July 31, 2023 A Usable Arduino Debugging Tool 5 Comments : by Bryan Cockfield July 31, 2023 : Title Copy Short : Link Copy For as popular as the Arduino platform is , it’s not without its problems . Among those is the fact that most practical debugging is often done by placing various print statements throughout the code and watching for them in the serial monitor . There’s not really a great way of placing breakpoints or stepping through code , either . But this project , known as eye2see , hopes to change that by using the i2c bus found in most Arduinos to provide a more robust set of debugging tools The eye2see software is set up to run on an Arduino or other compatible