Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
Line 13: Line 13:


* Visual Studio Code, install [https://platformio.org/install/ide?install=vscode Platform.io IDE] extension
* Visual Studio Code, install [https://platformio.org/install/ide?install=vscode Platform.io IDE] extension
* Extension icon -> New Project
** See small icons at bottom for Home, Build, Upload
* 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 18:50, 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 IDE extension
  • Extension icon -> New Project
    • See small icons at bottom for Home, Build, Upload


  • SHIFT-ALT-F to format document
  • platformio.ini
    • monitor_speed = 115200