arduino_sketches
arduino_sketches copied to clipboard
Publicly-released sketches for the Arduino microprocessor
Hey Nick - I'm not sure if this is the best way to contact you or not, if there is a better way please let me know. I stumbled on...
Hi, I'm italian, so I'm sorry for my english. I'm building a board in order to set the fuses of some ATmega328p that I believe I have set in a...
Import Error: No module named IntelHex
Hi, I downloaded the ATMega_Board_Detector and after upload I'm getting these errors. The .h files I'm not worried about because there are just some copies I have to get rid...
I am using the Arduino_Board_Programmer sketch on a HVPP programmer based on the Nick Gammon design. It works perfectly on Atmega328-PU and Atmega328p-AU QFN32 chips manufactured in Thailand. Recently I...
avrdude log: In file included from /home/user/Arduino/arduino_sketches-1.10/Atmega_Board_Programmer/Atmega_Board_Programmer.ino:108:0: bootloader_atmega168.h:3:34: error: variable 'atmega168_optiboot' must be const in order to be put into read-only section by means of '__attribute__((progmem))' byte PROGMEM atmega168_optiboot []...
I provided a new optiboot bootloader version (8.1) for 168, 328, 1280, 1284, and added optiboot bootloaders for 2560 and 328/8MHz. In addition, I updated the board detector and integrated...
I am trying to program multiple chips at once. Made a prototype by multiplexing chip select pin of the master arduino on which this program will be uploaded. So far...
Hi Nick, I downloaded the file & got such a large number of errors when trying to compile (stray characters of all types) that I gave up, have you a...
Let me preface this by saying all of this is GREAT! I have been looking for this very functionality for a long time and I just now came across it....