Tom Igoe

Results 66 comments of Tom Igoe

I tried a few things today: 1) burning the Uno bootloader to the board and then trying to load sketches serially. Got "Programmer not responding" every time. 2) burning the...

I had to modify the makefile to get it to operate with my usbtiny, and a few other things as follows: - changed ISPTOOL to usbtiny - took off the...

- Make sure serial data indicator doesn't affect timing. - Run speed tests with an M0-based board (I can give you one) - pass entire buffer to client and let...

One other thing: If you implement the "dashboard" idea, I think it would be helpful if the monitor could show incoming bytes as either ASCII, their raw decimal values, or...

I took the example from the WiFi libraries that Michael Margolis originally wrote, did some digging in the NTP RFC, and re-wrote it into a generic function. This should work...