DFRobot
Particle Argon IoT Development Board (Wi-Fi+Mesh+Bluetooth)
The Particle Argon is a powerful Wi-Fi enabled development board that combines mesh networking and Wi-Fi over the 2.4 GHz band. It can operate as a standalon...
Get notified when back in stock
The Particle Argon is a powerful Wi-Fi enabled development board that combines mesh networking and Wi-Fi over the 2.4 GHz band. It can operate as a standalone Wi-Fi endpoint or as a Wi-Fi gateway for a Particle Mesh network.
Built around the Nordic nRF52840 processor, the Argon delivers excellent performance for IoT applications. It includes large-capacity flash, RAM, native USB support, and built-in Li-Po battery charging circuitry. All Particle hardware integrates with the Particle Device Cloud, providing over-the-air firmware updates, a REST API, and firmware development via web and local IDEs.
Key Features
- Dual Wireless – Wi-Fi (802.11 b/g/n) and Bluetooth 5 with mesh networking
- Nordic nRF52840 SoC – ARM Cortex-M4F @ 64 MHz with 1 MB flash and 256 KB RAM
- ESP32 Wi-Fi Coprocessor – Espressif ESP32-D0WD with on-board 4 MB flash, up to 150 Mbps
- Additional Storage – 2 MB SPI flash on-board
- 20 Mixed-Signal GPIO – 6× analogue, 8× PWM, UART, I2C, SPI
- Built-in Battery Charging – Integrated Li-Po charging with battery connector
- Security – ARM TrustZone CryptoCell-310 cryptographic module
- NFC-A Tag – Built-in NFC support
- Flexible Antenna Options – On-board PCB antenna plus U.FL connectors for external antennas (one for Thread/BLE, one for Wi-Fi)
- Compact Design – 51 × 23 × 15.5 mm, 8.8 g
Specifications
- Processor: Nordic nRF52840 – ARM Cortex-M4F @ 64 MHz
- Wi-Fi: ESP32-D0WD – 802.11 b/g/n, up to 150 Mbps
- Bluetooth: Bluetooth 5 – 2 Mbps, 1 Mbps, 500 Kbps, 125 Kbps
- IEEE 802.15.4: 250 Kbps
- TX Power: Up to +8 dBm (down to −20 dBm in 4 dB steps)
- Flash: 1 MB (nRF52840) + 4 MB (ESP32) + 2 MB SPI
- RAM: 256 KB
- USB: Micro USB 2.0 full speed (12 Mbps)
- GPIO: 20 mixed-signal (6× analogue, 8× PWM)
- Interfaces: UART, I2C, SPI, JTAG (SWD)
- Certifications: FCC, CE, IC certified; RoHS compliant
- Dimensions: 51 × 23 × 15.5 mm
- Weight: 8.8 g
Ideal For
- IoT prototyping and connected device development
- Wi-Fi gateway for Particle Mesh networks
- Battery-powered wireless sensor nodes
- Cloud-connected projects with OTA firmware updates
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.
- 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.
- ESP32
- ESP32 is a family of low-cost microcontroller chips and modules from Espressif with built-in WiFi and Bluetooth. They support programmable firmware and over-the-air updates, and are commonly programmed with toolchains such as the Arduino core and ESP-IDF.
- 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.
- 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.
- 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.
- 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.
- 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.
- OTA
- OTA means over-the-air updating, where a device's firmware is updated wirelessly rather than through a programming cable. This lets firmware be updated or maintained after a device is installed without a physical connection.
- PCB antenna
- A PCB antenna is an antenna pattern built directly into the circuit board rather than a separate metal antenna. It matters because placement, nearby metal and enclosure design can affect wireless range.
- 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.
- 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.
- 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.
- 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.
- Thread
- A low-power wireless mesh networking standard designed for smart home and IoT devices. It matters because Thread devices can relay messages through each other, helping build reliable networks for sensors and controllers.
- TX
- TX means transmit, usually showing data being sent from the board. A TX indicator LED can help you see when the board is communicating or uploading code.
- 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 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.
Find this product in
Brands
Supplier page — dfrobot.com
Supplier Description · 438.2 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au