Arduino bootloader
What is the arduino bootloader ? It’s the thing that loads stuff when booting. Done Not funny you say ? … ok , ok I’ll try this again… It’s a special program that on boot waits for a signal from the PC that is connected to …
What is the arduino bootloader ? It’s the thing that loads stuff when booting. Done Not funny you say ? … ok , ok I’ll try this again… It’s a special program that on boot waits for a signal from the PC that is connected to …
Let’s hit this nail on the head. Last time I talked about some general considerations regarding the code. Now I want to go through the code in blocks and, hopefully, give you an understanding of what I did and why I did it for you to know what works or, …
After assembling the hardware on a breadboard, I started experimenting with the code. I also got the remote handy, remember in a previous posting I talked that the head unit came with a small remote. Just as a reminder the head unit is a CDX-GT410U and the remote is model …
Let’s first concentrate on how we can influence the outside world with our Arduino. If we want to control something, to signal something or output some information, everything is done by using output pins. The output pins are 13 digital pins and 5 analog ones in special cases. Digital outputs …