SparkFun
Arduino Industrial 101
The Arduino Industrial 101 is a compact WiFi evaluation board based on the Arduino 101 LGA module. Combining an ATmega32U4 microcontroller with an Atheros AR...
Get notified when back in stock
The Arduino Industrial 101 is a compact WiFi evaluation board based on the Arduino 101 LGA module. Combining an ATmega32U4 microcontroller with an Atheros AR9331 MIPS Linux processor, it provides a powerful platform for IoT projects without the need for multiple shields.
Similar to the Arduino Yun in a smaller form factor, the Industrial 101 runs LininoOS (a Linux distribution based on OpenWRT) and features built-in WiFi, Ethernet headers, USB host, and multiple GPIO pins. The onboard DC/DC converter simplifies power management.
Key Features
- Dual Processor Architecture – ATmega32U4 (16MHz, 5V) for Arduino tasks and Atheros AR9331 (400MHz, 3.3V) for Linux
- Built-in WiFi – IEEE 802.11b/g/n up to 150Mbps at 2.4GHz
- Ethernet Support – 802.3 10/100 Mbit/s (on pin headers)
- USB 2.0 Host – Available on pin headers for peripherals
- Linux Onboard – Runs LininoOS (OpenWRT-based) with 16MB flash and 64MB DDR2 RAM
- Compact Form Factor – Small footprint ideal for embedded and industrial applications
- Built-in DC/DC Converter – 5V input with 130mA power consumption
Specifications
- Linux Processor (AR9331) – MIPS architecture, 400MHz, 3.3V operating voltage, 16MB flash, 64MB DDR2 RAM
- Microcontroller (ATmega32U4) – AVR architecture, 16MHz, 5V operating voltage, 2.5KB SRAM, 1KB EEPROM
- Digital I/O Pins – 20 total (7 exported on headers)
- Analog I/O Pins – 12 total (4 exported on headers)
- PWM Outputs – 7 total (2 exported on headers)
- GPIO – 3 exported on headers (2 usable as PWM)
- DC Current per I/O Pin – 40mA
- Input Voltage – 5V
Ideal For
- IoT projects requiring WiFi and Linux capabilities
- Embedded systems and industrial automation
- Network-connected sensor nodes
- Prototyping connected devices in a compact form factor
Package Contents
- 1× Arduino Industrial 101
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- AVR
- AVR is a family of 8-bit microcontrollers (made by Microchip, formerly Atmel) used in many classic Arduino-style boards such as the Uno and Nano. They are widely supported but older, which can be a limit for memory- or speed-intensive tasks.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- 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.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- 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.
- 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.
- 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.
- 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.
- 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 host
- A USB host is the side of a USB connection that controls attached devices, like a computer talking to a keyboard or flash drive. This matters because most microcontroller boards are normally USB devices, so adding USB host support lets them use common USB peripherals.
Find this product in
Brands
Related Tutorials
Free guides on learn.littlebird.com.au