Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
m 2 revisions imported
Line 12: Line 12:
== Development Environment ==
== Development Environment ==


* Visual Studio, install Platform.io extension
* Visual Studio Code, install [https://docs.platformio.org/en/latest/ Platform.io] extension
* SHIFT-ALT-F to format document
* SHIFT-ALT-F to format document
* platformio.ini
* platformio.ini
** monitor_speed = 115200
** monitor_speed = 115200

Revision as of 16:47, 4 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.

Libraries

Other

Development Environment

  • Visual Studio Code, install Platform.io extension
  • SHIFT-ALT-F to format document
  • platformio.ini
    • monitor_speed = 115200