Translate

Sunday, December 1, 2019

Arduino IDE settings for : Adalogger Feather M0

Feather M0 Adalogger.
This board can be programmed using Arduino IDE, here some settings.

Development system

  • Install Silicon Labs USB to UART bridge 
  • Arduino IDE 1.8.10
    • Be sure to have installed these boards :
      • Adafruit AVR Boards (1.4.13)
      • Adafruit SAMD boards (1.5.7)
      • Arduino SAMD boards (1.8.4)
    • Be sure to have installed these libraries :
      • ArduinoBLE (1.1.2)
      • Adafruit GFX Library  (1.6.1)
      • Adafruit SSD1306 (2.0.2)
    • In the preferences have these additional URLs :
      • https://www.adafruit.com/package_adafruit_index.json
    • In the Tools setting :
      • select board : 
        • Adafruit Feather M0
        • USB Stack : TinyUSB
        • Debug : Off
        • Port: (on Mac) : dev/cu.usbmodem (Adafruit Feather M0)
        • Programmer : Atmel JTAGICE3 (ISP Mode)





No comments:

Post a Comment