SparkFun
SparkFun MicroMod Cellular Function Board - Blues Wireless Notecarrier
The SparkFun MicroMod Cellular Function Board adds cellular connectivity to the MicroMod ecosystem using the Blues Wireless Notecard (NOTE-NBGL-500). The Not...
Get notified when back in stock
The SparkFun MicroMod Cellular Function Board adds cellular connectivity to the MicroMod ecosystem using the Blues Wireless Notecard (NOTE-NBGL-500). The Notecard includes a built-in SIM card with a 10-year data plan and 500MB of data, covering over 140 countries — no separate carrier contract required.
Beyond cellular data, the Notecard features integrated GNSS, a 3-axis accelerometer with on-chip temperature sensor, and support for outboard device firmware updates (DFU) via Blues' Notehub cloud service. Communication with the Notecard can be configured over I2C, UART, or USB, with comprehensive API support in C, Python, and JSON.
Key Features
- Blues Notecard NOTE-NBGL-500 – Cellular module with built-in SIM and 10-year / 500MB data plan
- 140+ Country Coverage – Global cellular connectivity out of the box (see covered countries)
- Integrated GNSS – Onboard GPS for location tracking
- 3-Axis Accelerometer – Motion sensing with on-chip temperature sensor
- Over-the-Air DFU – Remotely reprogram connected processors via Notehub (select processors only)
- Multiple Communication Options – I2C, UART, or USB serial to the Notecard
- USB-C Debug Port – Direct serial interface for command debugging with the Notecard CLI
- Nano-SIM Socket – Add an external SIM for additional country coverage
- Configurable User Button – Programmable input for custom functionality
- Multiple Status LEDs – VIO, VIN, AEN, modem activity, user activity, plus WS2812 RGB LED
Ideal For
- IoT remote monitoring and asset tracking
- Cellular-connected sensor networks
- GPS tracking and geofencing applications
- MicroMod-based field-deployed devices
Specifications
- Cellular Module – Blues Notecard NOTE-NBGL-500
- Data Plan – 10-year, 500MB (included)
- Antenna Connectors – 2× U.FL (cellular + GNSS)
- MicroMod Connector – 1× M.2
- USB – 1× USB Type-C (Notecard serial interface)
- I/O Voltage – 3.3V
- Solder Jumpers – SHLD, VIO_LED, PWR_LED, AUX_EN_LED, RGB, ANT_PWR, WP, MEAS
Package Contents
- 1× SparkFun MicroMod Cellular Function Board with Blues Wireless Notecard
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- API
- An API (application programming interface) is a defined set of commands or functions that lets one piece of software interact with another, such as a library, operating system, hardware driver or online service. When something offers API support, it means you can control or query it from your own code rather than only through its built-in menus or buttons.
- DFU
- Device Firmware Update is a mode that lets you load new firmware onto a board over USB. It matters when recovering a board or installing firmware without using a separate programmer.
- GNSS
- GNSS stands for Global Navigation Satellite System, an umbrella term for satellite positioning networks such as GPS, GLONASS, Galileo and BeiDou. Receivers use these satellites to determine position, and high-precision units can output a steady stream of serial position data.
- GPS
- The US satellite navigation system used by GNSS receivers to calculate position and time. Support for GPS is important because it is widely available and often used together with other constellations for more reliable positioning.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- 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.
- M.2
- M.2 is a compact edge-connector standard for plugging small modules - such as SSDs, wireless cards or microcontroller modules - into a host board without soldering. The same slot shape can carry different interfaces (for example PCIe, SATA or USB), so keying and the supported module type need to be checked.
- MicroMod
- MicroMod is a modular board system where a small processor board plugs into a separate carrier board (via an M.2 connector) that provides connectors, power, and peripherals. Within the MicroMod system, a board is either a processor board or a carrier board, and you need a matching pair of both before you can run project code.
- 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.
- u.FL
- u.FL is a tiny snap-on antenna connector often used on compact wireless boards. A board with u.FL usually needs an external antenna, which matters if the product will be inside an enclosure or needs better antenna placement.
- 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.
- USB Type-C
- USB Type-C is a small, reversible USB connector used for power, data and sometimes video on many modern devices. The connector itself does not guarantee a particular speed or voltage, so check the supported USB version, data rate and whether it carries more than 5V via USB Power Delivery.
- 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.
Find this product in
Brands
Connectivity
MicroMod Cellular Function Board Schematic
Schematic · 139.3 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 748.1 KB · Click any page to view full size
SparkFun MicroMod Interface v1.0 Pinout
Pinout · 27.5 KB · Click any page to view full size
SparkFun MicroMod Interface v1.0 Pin Descriptions
Document · 58.2 KB · Click any page to view full size
MicroMod General Pinout v10 Graphical Datasheet
Datasheet · 984.8 KB · Click any page to view full size
MicroMod M.2 Connector Datasheet TE 2199230 4
Datasheet · 336.1 KB · Click any page to view full size
MicroMod Reflowable Standoff
Datasheet · 1.2 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
Blues Wireless Notecarrier in the MicroMod Function Board form factor.
84d2f0c
over 3 years ago
· 27 commits
- Firmware Populated product page link in examples. over 3 years ago
- Hardware DNP unused diode. over 3 years ago
- .gitattributes Initial Commit. about 4 years ago
- .gitignore Update gitignore and readme about 4 years ago
- README.md Update README.md over 3 years ago
Library and examples for arduino
124eca3
4 months ago
· 243 commits
- .devcontainer devcontainer: pin compose project name to note-arduino-notestation (#163) 4 months ago
- .github fix: Support Arduino SAMD BSP (#156) 5 months ago
- .vscode feat: Notestation (#154) 5 months ago
- assets added Doxygen docs (#18) almost 6 years ago
- examples fix: Support Arduino SAMD BSP (#156) 5 months ago
- scripts feat: Notestation (#154) 5 months ago
- src feat: v1.8.5 (#164) 4 months ago
- test feat: Notestation (#154) 5 months ago
- .gitignore feat: Notestation (#154) 5 months ago
- CODE_OF_CONDUCT.md Massive updates to init the project for open source almost 7 years ago
- CONTRIBUTING.md Update CONTRIBUTING.md (#44) over 5 years ago
- keywords.txt fix: correct `const` (#130) almost 2 years ago
- library.properties feat: v1.8.5 (#164) 4 months ago
- LICENSE add inbound data polling over 6 years ago
- Pipfile feat: Notestation (#154) 5 months ago
Python API for Notecard
b3076f9
about 1 month ago
· 348 commits
- .github Drop Python 3.9 support, add 3.14, fix filelock security vulnerability (#153) 4 months ago
- assets added logo over 5 years ago
- docs fix: change to use pipenv about 1 year ago
- examples Add high-speed binary file upload to Notehub via Notecard (#148) 4 months ago
- mpy_board Make changes to support HitL testing. (#69) almost 3 years ago
- notecard Update Notecard API from upstream schema changes (5aabb0fdc23fb4072551344af80aa48200a51d48) (#176) about 1 month ago
- scripts fix: protect backtick spans before stripping markdown italic in docstring generator (#175) about 1 month ago
- test Fix web.get test to remove unsupported async_ parameter (#157) 4 months ago
- .gitignore chore: Container friendly updates almost 5 years ago
- .pre-commit-config.yaml Make changes to support HitL testing. (#69) almost 3 years ago
- API.md feat: implement triangulate, usage.get, usage.test, wifi, and wireless.penalty APIs in card.py 11 months ago
- CODE_OF_CONDUCT.md Initial project setup almost 7 years ago
- CONTRIBUTING.md Fixes broken "issues" link in CONTRIBUTING.md over 5 years ago
- Doxyfile tweak doxygen docs over 5 years ago
- LICENSE Initial project setup almost 7 years ago
Related Tutorials
Free guides on learn.littlebird.com.au