Skip to content

Feather nRF52840 Sense

Thomas Amberg edited this page Sep 19, 2020 · 33 revisions

Buy

Code

Arduino

Setup (step-by-step)

Setup (for experts)

  • https://github.com/adafruit/Adafruit_Windows_Drivers/releases/latest
  • Preferences > Additional Boards Manager URL: https://www.adafruit.com/package_adafruit_index.json
  • Tools > Board > Boards Manager... > Adafruit nRF52
  • Linux only:
    $ sudo apt-get install python3
    $ pip3 install --user adafruit-nrfutil
    $ adafruit-nrfutil version
    adafruit-nrfutil version 0.5.3.post12
    If the modem manager interferes with adafruit-nrfutil, try
    $ sudo bash -c "systemctl stop ModemManager&&systemctl disable ModemManager"
  • Tools > Board > Adafruit Bluefruit nRF52840 Feather Express
  • Tools > Port > ...

Libraries

Troubleshooting

Language

Pinout

Pinout

Sensor I2C address IRQ
LSM6DS33 0x6A 3
LIS3MDL 0x1C
APDS9960 0x39 36
SHT30 0x44
BMP280 0x77

On-board Sensors

TODO

On-board Actuators

TODO

Resources

Clone this wiki locally