forked from stevejarvis/powermeter
-
Notifications
You must be signed in to change notification settings - Fork 0
Arduino IDE Setup
jseyfert3 edited this page Aug 17, 2024
·
2 revisions
- Add https://adafruit.github.io/arduino-board-index/package_adafruit_index.json as an 'Additional Board Manager URL' under Arduino IDE Preferences
- Restart Arduino IDE
- In Boards Manager, install Adafruit nRF52 by Adafruit
- Select Tools -> Board -> Adafruit nRF52 -> Adafruit Feather nRF52832
- Go to library manager and search for Adafruit_HX711 and click install
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