AI agents & screen readers: for a machine-readable, text-only catalogue, start at /llms.txt. Products are available as Markdown (/products.md, /products/{handle}.md) and JSON (/products.json, /products/{handle}.json).
Store

SparkFun

$89.00 |
In stock at supplier
No reviews yet

The SparkFun Thing Plus - NORA-W306 is a Feather form-factor development board equipped with the u-blox NORA-W306 module. The module contains a Realtek RTL87...

Stock availability

Available with leadtime
142 available
Estimated Delivery
Arrives
Disclaimer
View Markdown
Secure checkout
The SparkFun Thing Plus - NORA-W306 is a Feather form-factor development board equipped with the u-blox NORA-W306 module. The module contains a Realtek RTL8720DF, which has an integrated single-chip low-power dual-band (2.4GHz and 5GHz) Wireless LAN (WLAN) and Bluetooth® Low Energy (BLE 5.3) communication microcontroller. It also consists of a dual processor core: Arm Cortex-M33 and Cortex-M23. To complement the module's low-power options, we've optimized components and added the ability to depower all subsystems to conserve as much power as possible for remote battery-powered applications.
Why the name? We lovingly call it the “Thing” because it's perfect for your Internet of Things project. The Thing does everything from turning on an LED to posting data with your chosen platform and can be programmed just like any microcontroller. You can even program the Thing through the Arduino IDE by installing the Realtek Arduino core.
The board includes a USB-C connector for programming, data, or power. USB data lines are protected by the ESD protection diodes. These pins are connected to a CP2102N USB-to-serial converter for uploading code or serial. Three general use, reset, and boot buttons are also populated on the board. For those that need to go remote with their application, the board includes a 2-pin JST-style connector and MCP73831 single-cell LiPo charge IC (set to a default rate of 500mA). Not sure how much power you have left on your battery? There's also a MAX17048 single-cell, LiPo fuel gauge populated on the board. Voltage is regulated down for the NORA-W306 with the XC6222 3.3V/700mA voltage regulator.
We've included LEDs for power, charging, and a general-purpose user LED. You will also find a small WS2812-2020 addressable RGB LED. Pins are broken out on the board's edge for 20 GPIO pins (20 interrupts, three 12-bit analog, 12 PWM, two UARTs, two SPI, and one I2C). The board also includes a microSD card socket with a transistor to toggle power for low-power applications. On the back of the board are nine jumpers for the LiPo charge rate, current measurements, LEDs, microSD card power control, USB shielding, and I2C pull-up resistors. Finally, one Qwiic connector is populated on the board to add Qwiic-enabled I2C devices to your projects easily!
So what are you waiting for? Connect the SparkFun Thing Plus - NORA-W306 to the cloud to start grabbing current weather conditions in your area, post sensor data to a server, synchronize your clock to Coordinated Universal Time (UTC), turn on lights for home automation, or monitor HVAC systems in smart buildings!
The SparkFun Qwiic Connect System is an ecosystem of I2C sensors, actuators, shields and cables that make prototyping faster and less prone to error. All Qwiic-enabled boards use a common 1mm pitch, 4-pin JST connector. This reduces the amount of required PCB space, and polarized connections mean you can’t hook it up wrong.

Jargon buster

Plain-language definitions for the technical terms used above.

Arm Cortex-M33
A 32-bit, low-power Arm microcontroller core designed for real-time, timing-sensitive control tasks such as reading sensors or driving motors. It can act as a chip's main controller, or in some systems-on-chip run alongside larger application cores that handle an operating system like Linux.
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.
ESD protection
ESD protection helps protect electronics from damage caused by static electricity discharges. It is useful on development boards because cables, sensors and modules are often plugged and unplugged during prototyping.
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.
I2C
I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
IDE
Short for Integrated Development Environment, a program used to write, run and manage code. It matters because some learners prefer a traditional coding workspace instead of a guided notebook-style lesson.
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.
MAX17048
A battery fuel-gauge chip that estimates how much charge is left in a LiPo battery. It matters for portable projects because your software can monitor battery level instead of only measuring voltage.
MCP73831
A lithium battery charger chip used to safely charge a single-cell LiPo battery. It matters because it lets the board recharge a battery from USB or another input without needing a separate charger module.
microcontroller
A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
microSD card
A microSD card is a small removable flash memory card used to store data such as audio, images, logs or program files. Its capacity and formatting (often FAT32 or exFAT) affect how much can be stored and whether the card needs preparing before use.
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.
Qwiic
Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
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.
SPI
A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Thing Plus
Thing Plus is SparkFun’s development-board form factor with a small rectangular layout and connections suited to wireless and battery-powered projects. It matters because boards and accessories in the same form factor are easier to mount, wire, and swap between projects.
USB-C
USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.

SparkFun Thing Plus NORA-W306 Schematic

Schematic · 494.7 KB · Click any page to view full size

Download PDF

NORA-W306 Module Datasheet

Datasheet · 1.1 MB · Click any page to view full size

Download PDF

NORA-W30 Product Summary

Product Brief · 171.4 KB · Click any page to view full size

Download PDF

NORA-W30 Integration Manual

User Guide · 1.9 MB · Click any page to view full size

Download PDF

XC6222 Voltage Regulator Datasheet

Datasheet · 1.1 MB · Click any page to view full size

Download PDF

MCP73831 LiPo Charger Datasheet

Datasheet · 868.3 KB · Click any page to view full size

Download PDF

MAX17048 Fuel Gauge Datasheet

Datasheet · 1.1 MB · Click any page to view full size

Download PDF

WS2812C-2020 RGB LED Datasheet

Datasheet · 667.7 KB · Click any page to view full size

Download PDF

SparkFun Thing Plus NORA-W306 Graphical Datasheet

Datasheet · 648.5 KB · Click any page to view full size

Download PDF

Supplier page — sparkfun.com

Supplier Description · 842.6 KB · Click any page to view full size

Download PDF

Source Code

Open-source libraries, firmware & example projects for this product

Related Tutorials

Free guides on learn.littlebird.com.au

Stella
Stella Expert

Ask me anything about this product

Maddy, co-founder of Little Bird

Need help? We're here for you!

Hi, I'm Maddy. My team and I are ready to help with your order or any questions.