Adafruit
Adafruit Feather nRF52840 Sense
The Feather nRF52840 Sense takes the popular Feather nRF52840 Express and adds a suite of on-board environmental and motion sensors. It features Bluetooth Lo...
Get notified when back in stock
The Feather nRF52840 Sense takes the popular Feather nRF52840 Express and adds a suite of on-board environmental and motion sensors. It features Bluetooth Low Energy, native USB, CircuitPython and Arduino support, plus sensors for acceleration, gyroscope, magnetometer, proximity, light, colour, gesture, humidity, temperature, barometric pressure, and sound — all in a single board.
On-board Sensors
- LSM6DS33 – 6-DoF accelerometer and gyroscope
- LIS3MDL – 3-axis magnetometer (combined 9-DoF motion)
- APDS9960 – Proximity, light, colour, and gesture sensor
- SHT40 – Humidity sensor
- BMP280 – Temperature and barometric pressure/altitude sensor
- PDM Microphone – Digital sound sensor
Key Features
- nRF52840 Processor – ARM Cortex M4F at 64 MHz with hardware floating point acceleration
- 1 MB Flash + 256 KB SRAM – 4× the resources of the nRF52832
- Native USB – CDC serial, HID, MIDI, and mass storage support
- Bluetooth Low Energy – 2.4 GHz BLE radio with up to +8 dBm output power
- FCC / IC / TELEC Certified – Pre-certified wireless module
- Arduino + CircuitPython – Full support for both development environments
- UF2 Bootloader – Drag-and-drop firmware loading
- NeoPixel + LEDs – RGB NeoPixel, red LED (pin #13), and blue connection status LED
- 21 GPIO Pins – 6× 12-bit ADC, up to 12 PWM outputs (3 modules × 4 channels)
- LiPo Battery Support – JST connector with built-in charger and battery voltage monitoring
- SWD Debug Pads – On the bottom of the PCB for advanced debugging
- Full FeatherWing Compatibility – Works with all FeatherWings including UART-based ones
- Compact Design – 51 mm × 23 mm × 7.2 mm, weighing 6 g
Also Available
- Feather nRF52840 Express – Same board without on-board sensors
- Feather nRF52 Bluefruit LE – nRF52832 with Arduino support
Ideal For
- Wireless environmental monitoring
- Motion tracking and gesture detection
- Sound-reactive BLE projects
- Rapid sensor prototyping without external breakouts
Package Contents
- 1× Feather nRF52840 Sense
- 1× Header pin set
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for low power use and broad compatibility with modern phones and computers. It connects well to battery-powered and mobile devices, including Apple hardware, though it behaves differently from Bluetooth Classic and its serial-style profiles.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- Gyroscope
- A gyroscope measures rotation, such as how fast a board is turning around its X, Y, and Z axes. This matters for projects like gesture controls, balancing robots, and motion tracking where tilt or rotation changes need to be detected.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- magnetometer
- A sensor that measures magnetic fields, often used to work out compass direction. It matters because nearby magnets, motors, or metal objects can affect readings and may require calibration.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- nRF52840
- The nRF52840 is a Nordic Semiconductor system-on-chip built around a 32-bit Arm Cortex-M4 processor, with built-in Bluetooth Low Energy and native USB. It is widely used in maker and wearable boards, where it offers BLE and USB support along with broad library coverage in common maker toolchains.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- SHT40
- The SHT40 is a Sensirion digital temperature and humidity sensor. It reports ambient temperature and relative humidity, and those readings are sometimes used to compensate other measurements such as CO₂.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- SWD
- Serial Wire Debug (SWD) is a two-wire programming and debugging interface used with many ARM Cortex-M microcontrollers. It provides low-level access to program, recover or debug the microcontroller.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
Find this product in
Brands
Connectivity
Microcontrollers
Sensors & Input
Related Tutorials
Free guides on learn.littlebird.com.au