Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
No edit summary
Line 3: Line 3:
The [https://github.com/Optiboot/optiboot Optiboot] or other bootloader runs after a reset and looks for a new program to download via RS232. If none is present, the existing one is run. See [https://rheingoldheavy.com/arduino-from-scratch-part-11-atmega328p-dtr-and-reset/ here] for description of the use of DTR.
The [https://github.com/Optiboot/optiboot Optiboot] or other bootloader runs after a reset and looks for a new program to download via RS232. If none is present, the existing one is run. See [https://rheingoldheavy.com/arduino-from-scratch-part-11-atmega328p-dtr-and-reset/ here] for description of the use of DTR.


* Duemilanove [https://docs.arduino.cc/retired/boards/arduino-duemilanove/]
* [https://docs.arduino.cc/retired/boards/arduino-duemilanove/ Duemilanove]


== Documentation ==
== Documentation ==

Revision as of 08:04, 5 August 2025

General

The Optiboot or other bootloader runs after a reset and looks for a new program to download via RS232. If none is present, the existing one is run. See here for description of the use of DTR.

Documentation

Libraries

Other

Development Environment

  • SHIFT-ALT-F to format document

Platformio.ini

  • monitor_speed = 115200