User Tools

Site Tools


arduino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arduino [2023/11/29 10:03] – [Terms] jhagstrandarduino [2023/11/30 00:58] (current) – [arduino-cli] jhagstrand
Line 8: Line 8:
  
 Arduino CLI is a command-line version of the same software. Arduino CLI is a command-line version of the same software.
 +
 +===== Arduino IDE =====
 +
 +File - Preferences - Show verbose output during x compilation x upload
 +
 +Check compilation and upload to get detailed messaging and learn:
 +  * arduino-builder - the executable run for compile and upload.
 +  * the name of the board
 +  * the name of the core
 +  * the tools and libraries used
 +  * the include files used and from which folders
 +
  
 ===== arduino-cli ===== ===== arduino-cli =====
  
-To get a list of all installed boards, human name and FQBN:+Display a list of all installed boards, human name and FQBN:
   $ arduino-cli board listall   $ arduino-cli board listall
 +
 +Display current config settings, print out ~/.arduino15/arduino-cli.yaml:
 +  $ arduino-cli config dump
  
  
Line 26: Line 41:
  
 Why is my sk8mini no longer compiling? Why is my sk8mini no longer compiling?
 +
 +When using Tools - Pin Numbering - "By Arduino pin (default)" \\
 +function digitalPinToGPIONumber(_pin) is added and compile fails
 +
 +When using Tools - Pin Numbering - "By GPIO number (legacy)" \\
 +it compiles successfully, but throttle motor does not respond
 +
 +My code uses D3 and D6 as pin numbers.
 +Where are these defined?
  
  
Line 159: Line 183:
  
 I have 5 Nano ESP32 boards installed.  WTF? I have 5 Nano ESP32 boards installed.  WTF?
-Arduino Nano                                                            arduino:avr:nano                                    +Arduino Nano        arduino:avr:nano                                   
-Arduino Nano ESP32                                                      esp32:esp32:nano_nora                               +Arduino Nano ESP32  esp32:esp32:nano_nora     |                         
-Arduino Nano ESP32                                                      arduino:esp32:nano_nora                             +Arduino Nano ESP32  arduino:esp32:nano_nora   |                         
-Nano32                                                                  esp32:esp32:nano32                                  +Nano32              esp32:esp32:nano32                                
-UM NanoS3                                                               esp32:esp32:nanos3 +UM NanoS3           | esp32:esp32:nanos3        |
  
  
arduino.1701270197.txt.gz · Last modified: 2023/11/29 10:03 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki