Skip to content

Feather nRF52840 Sense

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

Buy

Code

Arduino

Setup (step-by-step)

Setup (for experts)

  • 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 Feather Bluefruit Sense
  • Tools > Port > ...

Libraries

Troubleshooting

Language

Pinout

I2C Addresses

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

See also onboard sensors and actuators.

Resources

Clone this wiki locally