Re: Why I'm ditching the Arduino software platform This post has really diappointed me. Because I was about to start a project based on the Arduino and now it looks like I will have to come up with a plan B. I'm a hardware guy. Design it, build the prototypes, pass it off to the programmers, then to ...
Re: How the HL1606 works Here's an odd question... in an era of constantly shrinking components, we're looking for a BIG version of the HL1606 or WS2811/12 We're teaching kids simple Arduino circuits and want to build a chain of 10 RGB LEDs that are independently addressable. ...
Re: Optiboot on Arduino Pro Mini Timing is marginal, even at 57600 baud, and the APM typically has a ceramic resonator rather than a crystal (less accurate). Some people have had better luck running at 76800 baud, which the ATMega can more accurately approximate with an 8 MHz clock. See: ...
Re: A very simple Arduino task manager Thanks for the link. My comment referred to the code in the download that you linked to in the main post (''if you want the code it's available here'), just before the Acknowledgement. That code was clearly intended for the Arduino but it will not run ...