Part 1, 2 Well Notepad++ is really my editor of choice for coding Arduino. Although I am aware of many other powerful editors, I like the style as well as the price (It is free!). Anyway, I felt like Notepad++ was lacking something handy available elsewhere: running external applications. As my first attempts to use […]
Previous T&T Burn Arduino bootloader… or burn your time ! Problem: When trying to burn the bootloader on any Arduino compatible board using the AVRISP mkII, Arduino IDE reports a “avrdude: usbdev_open(): did not find any USB device “usb“, “Error while burning bootloader.” smashing error message. Although many people faced this problem and many other tried […]
Part 1 By default, when compiling a project with the Arduino IDE, the compiler will only complain if an error occurs and quietly ignore warnings. Unlike an error, a warning will let you built an application but it may induce a bug. However, an application which contains a warning may be fully functional and an […]