arduino_sketches
arduino_sketches copied to clipboard
Publicly-released sketches for the Arduino microprocessor
Hello @nickgammon Sir Can we use these codes to program 8051 based microcontrollers too?
like Arduino WiFi Rev2. This fix just disables timer start on MEGAAVR architecture. There is a similar timer but it has different set of control registers. Tested on Arduino UNO...
Hello. This question seems related to the topic of travisfarmer about "HEX uploader on CrossRoads programmer: verification error when programming Mega2560 with bootloader", but my setup is quite different. I'm...
Hi, I am trying to use ATMEGA_HEX_UPLOADER_FIXED_FILENAME with Atmega8 (with no crystal, Internal clock of 8MHz). I tried to modify your code, but all failed. Is it possible that you...
Hello! I successfully bootloaded my Atmega328P thanks to Nick's helps. Bootloading went smootly and I bootloaded my chip using the Lilypad 8MHz configuration as I wanted to operate my chip...
I wanted to ask for your help, it seems that no matter how many time I check my wiring, everything seems to be correct, yet when I attempt to burn...
Hello Nick, if uploading files with Windows 10 to MicroSD card, filenames could be named in different ways: Test1.hex, test2.HEX, TEST3.hex, TEST4.HEX ... Unfortunately it seems not possible, to rename...
\Atmega_Board_Programmer\Atmega_Board_Programmer\bootloader_atmega328.h:3:34: error: variable 'atmega328_optiboot' must be const in order to be put into read-only section by means of '__attribute__((progmem))' byte PROGMEM atmega328_optiboot [] = { ^ \Atmega_Board_Programmer\Atmega_Board_Programmer\Atmega_Board_Programmer.ino:147:9: error: 'atmega168_optiboot' was...
I spent a good amount of time troubleshooting my first attempt at a standalone programmer based on your wonderful examples. I had errors on my initial testing of the fixed...
hello I want to convert the program you provided to a program that supports micro atmega 64a please help me