SparkFun
SparkFun Thing Plus - RA6M5
· MPN: WRL-24243
It's time to supercharge your next project with the SparkFun RA6M5 Thing Plus! Clocking in at 200MHz, the RA6M5 is a high-performance microcontroller from Re...
Get notified when back in stock
- Renesas RA6M5
- 21 Multifunctional GPIO Pins:
- Up to six 12-bit ADC channels
- Up to two 12-bit DAC outputs
- Up to two UARTs ports
- An available SPI Bus
- An available I2C Bus
- 21 Multifunctional GPIO Pins:
- Renesas DA14531MOD
- Bluetooth® Low Energy (LE) Module
- Supports CodeLess™ AT command Datapump
- Thing Plus (or Feather) Form-Factor:
- Dimensions: 2.9" x 0.9"
- Four Mounting Holes:
- 4-40 screw compatible
- 28 PTH Pins
- USB-C Connector
- 2-pin JST Connector for a LiPo Battery (not included)
- 4-pin JST Qwiic Connector
- LiPo Charger:
- MC73831 Single-Cell LiPo Charger
- Charge rate: 213mA
- MAX17048 Single-Cell LiPo Fuel Gauge
- MC73831 Single-Cell LiPo Charger
- LEDs:
- PWR - Red 3.3V power indicator
- CHG - Yellow battery charging indicator
- STAT - Blue status LED (D14)
- RGB - WS2812 RGB LED (D13)
- Buttons:
- USR (D31)
- RST
- 2x JTAG/SWD PTH Pins
- 16 MB/128 Mbit QSPI Flash (MX25L12833F)
- µSD Card Slot
- Arm® Cortex®-M33 Core
- Footprint: 100-pin LQFP
- Clock frequency: 200MHz
- Flash memory:
- 2MB (code)
- 8kB (data)
- SRAM: 512kB
- Error Correction Code (ECC) Support
- Arm Memory Protection Unit (Arm MPU)
- Secure Crypto Engine
- Two Watchdog Timers (WDT)
- Operating voltage: 3.0V to 3.6V
- Current Consumption:
- Maximum: 143mA
- Normal: 32mA
- Sleep: 11mA
- Deep Sleep: 0.9-131µA
- Operating modes:
- Single-chip
- SCI/USB boot
- 75 I/O Pins
- 5V Tolerant (x14)
- 12-bit ADC (x6)
- 12-bit DAC (x2)
- 32-bit PWM Channels (x4)
- 16-bit PWM Channels (x6)
- UART (x10)
- I2C Bus (x3)
- SPI Bus (x2)
- QSPI (x1)
- OSPI (x1)
- USB 2.0 (Full/High Speed)
- CAN Interface
- Ethernet MAC/DMA Controller
- SD/MMC Host Interface
- Serial Sound Interface Enhanced
- Consumer Electronics Control
- Realtime Clock (RTC) with calendar
- CRC Calculator
- Temperature Sensor
- Capacitive Touch Sensing
- Operating temperature: -40 to 85 °C
- Bluetooth 5.1 system-on-chip (SoC)
- Supports up to three connections
- 32-bit Arm® Cortex® M0+
- Clock frequency: 16 MHz
- Memory:
- Flash: 128 Kb
- RAM: 48 Kb
- ROM: 144 Kb
- OTP: 32 Kb
- Operating range (1.8 V - 3.6 V)
- Receive: 2mA
- Transmit: 4mA
- Sleep: 1.8 µA
- Radio
- Transmit Power: -19 to +2.2 dBm
- Receiver Sensitivity: -93 dBm
- Schematic
- Eagle Files
- Board Dimensions
- Graphical Datasheet
-
Hookup Guide
- Renesas-Arduino Core (unofficial)
- Arduino Libraries:
- Datasheets:
- Renesas Components:
- Thing Plus Comparison Guide
- Qwiic Information Page
- GitHub Hardware Repo
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.
- Bluetooth 5.1
- Bluetooth 5.1 is a version of Bluetooth that improves on earlier versions with features such as better device positioning support and efficient wireless communication. It matters for projects that connect to phones, sensors, or other nearby devices without cables.
- DAC
- A digital-to-analogue converter turns numbers from the microcontroller into a real analogue voltage. It matters if you want to generate simple waveforms, audio-style signals, or variable control voltages rather than just on/off outputs.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- Flash memory
- Flash memory is non-volatile memory that retains stored data even when power is removed, and can be erased and rewritten in blocks. It lets data such as firmware, settings or saved records persist across power cycles.
- 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.
- JTAG
- JTAG is a hardware debugging and programming interface used to inspect and control chips at a low level. It matters for advanced development because it can help diagnose firmware problems that are hard to see through normal serial output.
- 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.
- 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.
- MPU
- MPU can refer to a few different things in electronics: a microprocessor unit (a processor powerful enough to run a full operating system such as Linux, with external memory and storage), a motion-processing unit like the MPU-6050 or MPU-9250 inertial sensor modules, or a memory protection unit built into some microcontrollers. The intended meaning depends on the surrounding context.
- 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.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- 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.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- 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.
- RST
- RST (reset) is a control pin used to restart or reinitialise a device to a known state. Connecting an RST pin to a microcontroller lets the host reset the device, which can help with reliable start-up or recovery.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- 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.
- 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.
- 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.
- 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 2.0
- USB 2.0 is a widely used wired standard for carrying both data and power between a device and a computer or other compatible host, with data rates up to 480 Mbps. It indicates the kind of port a device uses and that it should work with most modern and many older computers.
- 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
Microcontrollers
SparkFun Thing Plus RA6M5 Schematic
Schematic · 265.9 KB · Click any page to view full size
SparkFun Thing Plus RA6M5 Board Dimensions
Mechanical Drawings · 174.9 KB · Click any page to view full size
SparkFun Thing Plus RA6M5 Graphical Datasheet
Product Brief · 1.3 MB · Click any page to view full size
RT9080 Regulator Datasheet
Datasheet · 308.9 KB · Click any page to view full size
LM66200 Ideal Diode Datasheet
Datasheet · 1.9 MB · Click any page to view full size
MCP73831 Charger Datasheet
Datasheet · 868.3 KB · Click any page to view full size
MAX17048 Fuel Gauge Datasheet
Datasheet · 1.1 MB · Click any page to view full size
WS2812C-2020 LED Datasheet
Datasheet · 667.7 KB · Click any page to view full size
MX25L12833F Flash Datasheet
Datasheet · 1.3 MB · Click any page to view full size
RA6M5 Group Datasheet
Datasheet · 2.9 MB · Click any page to view full size
RA6M5 Group Hardware User Manual
User Guide · 23.0 MB · Click any page to view full size
DA14531MOD Module Datasheet
Datasheet · 2.0 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 904.0 KB · Click any page to view full size
RA6M5 Group Datasheet
Datasheet · 2.9 MB · Click any page to view full size
RA6M5 Group Hardware User Manual
User Guide · 23.0 MB · Click any page to view full size
DA14531MOD Bluetooth Module Datasheet
Datasheet · 2.0 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
SparkFun Thing Plus RA6M5 Eagle Design Files
Schematic · ZIP · 295.1 KB
Eagle PCB design files for the SparkFun Thing Plus RA6M5
Renesas-Arduino Core
Driver · ZIP · 21.1 MB
Arduino core support package for Renesas RA6M5 boards
CodeLess Arduino Library
Example Code · ZIP · 13.2 KB
Arduino library for CodeLess BLE functionality
Source Code
Open-source libraries, firmware & example projects for this product
An Arduino library to support the MAX17043 / MAX17044 / MAX17048 / MAX17049 battery fuel gauge
6ea1765
almost 3 years ago
· 35 commits
- examples Update Example4_MAX17048_KitchenSink.ino over 5 years ago
- src v1.0.4: add setDevice and setWirePort almost 4 years ago
- .gitattributes Initial commit over 5 years ago
- keywords.txt v1.0.4: add setDevice and setWirePort almost 4 years ago
- library.properties v1.0.4: add setDevice and setWirePort almost 4 years ago
- LICENSE Initial commit over 5 years ago
- README.md Update README.md almost 3 years ago
The SparkFun Thing Plus - RA6M5 is a development board featuring the high-performance RA6M5 microcontroller from Renesas, which is perfect for real-time applications.
b655d23
about 1 month ago
· 107 commits
- .github Update workflow about 1 month ago
- docs Update example-QSPI.md about 1 month ago
- Firmware Update video links about 2 years ago
- Hardware Delete SparkFun_Thing_Plus_RA6M5.pdf about 2 years ago
- overrides Initial documentation setup over 2 years ago
- Production Repanelize post reds review. over 2 years ago
- .gitattributes Initial commit over 2 years ago
- .gitignore Initial commit over 2 years ago
- CONTRIBUTING.md Fix grammar about 2 years ago
- glossary-local.md Fix Abbreviations about 2 years ago
- glossary-sparkfun.md Add DFU information about 2 years ago
- ISSUE_TEMPLATE.md Initial commit over 2 years ago
- LICENSE.md Update LICENSE.md almost 2 years ago
- mkdocs.yml Remove git-authors plug-in about 1 month ago
- README.md Fix badge about 1 month ago
The FastLED library for colored LED animation on Arduino. Please direct questions/requests for help to the FastLED Reddit community: http://fastled.io/r We'd like to use github "issues" just for tracking library bugs / enhancements.
f9209e5
9 days ago
· 14.6k commits
- .claude docs(channels): require unified clockless+SPI engine for parallel-IO peripherals (#3430) 9 days ago
- .cursor Add FastLED MCP server for project tools about 1 year ago
- .devcontainer completely remove cmake from this build system 5 months ago
- .docs refactor io, platforms namespace, unity build linter and hiearchy 5 months ago
- .github restore: bring master-save tree forward (#3347) 14 days ago
- .plans feat(codec): implement core codec architecture and MPEG1 support 10 months ago
- .vscode fixes compile_commands.json because of quick build breakage 5 months ago
- agents docs(channels): require unified clockless+SPI engine for parallel-IO peripherals (#3430) 9 days ago
- ci Merge pull request #3435 from FastLED/codex/rgbw-colorimetric-codec 9 days ago
- cookbook feat(led-cookbook): add new chapter on advanced effects 8 months ago
- docker chore(decommission): retire compilation Docker (Closes #2812 Phases 2-5) about 1 month ago
- docs restore: bring master-save tree forward (#3347) 14 days ago
- examples Merge pull request #3435 from FastLED/codex/rgbw-colorimetric-codec 9 days ago
- extras FastLED6502 for Apple ][, Apple ][+. Apple //e, and Apple //gs. Initial commit; committer should probably be committed. Build with 'xa65' assembler. over 11 years ago
- src Merge pull request #3435 from FastLED/codex/rgbw-colorimetric-codec 9 days ago
Related Tutorials
Free guides on learn.littlebird.com.au