Skip to content

Arduino IDE Setup

jseyfert3 edited this page Aug 17, 2024 · 2 revisions

To setup Arduino IDE using built-in board manager:

To setup library for Adafruit HX711 with built-in library manager:

  • Go to library manager and search for Adafruit_HX711 and click install

Bootloader

I was unable to update the bootloader with Arduino IDE and Adafruit's instructions. However, Adafruit listed the instructions and I was able to use the terminal to update the bootloader. adafruit-nrfutil --verbose dfu serial --package feather_nrf52832_bootloader-0.9.2_s132_6.1.1.zip -p /dev/ttyUSB0 -b 115200 --singlebank --touch 1200

Clone this wiki locally