Pimoroni
Espruino WiFi
The Espruino WiFi is a tiny WiFi-enabled development board that runs JavaScript directly — no computer connection required after programming. Built around th...
The Espruino WiFi is a tiny WiFi-enabled development board that runs JavaScript directly — no computer connection required after programming. Built around the STM32F411 (Arm Cortex-M4 at 100 MHz) with an ESP8266 WiFi module, it lets you write, upload, and debug JavaScript code using the Espruino Web IDE in Chrome.
Your source code is stored on the board itself, so you can revisit and modify projects at any time. The IDE features a syntax-highlighted editor, graphical programming language, and live variable inspection while your program runs.
Key Features
- JavaScript Runtime – Write and run JavaScript directly on the microcontroller
- WiFi Built-In – ESP8266 (802.11 b/g/n) for wireless connectivity
- STM32F411 MCU – Arm Cortex-M4 at 100 MHz, 512 KB flash, 128 KB RAM
- Live Debugging – Inspect and change variables while code is running
- Source Code On Board – Your code is stored on the device for future access
- 5V Tolerant GPIO – All 21 GPIO pins are Arduino-compatible
- Ultra-Low Sleep Current – <0.05 mA in sleep mode (~2.5 years on a 2500 mAh battery)
Specifications
- MCU – STM32F411CEU6 (Arm Cortex-M4, 100 MHz)
- Memory – 512 KB flash, 128 KB RAM
- WiFi – ESP8266 (802.11 b/g/n)
- GPIO – 21 pins (8 analog inputs, 20 PWM, 1 serial, 3 SPI, 3 I2C)
- USB – Micro-USB connector
- Voltage Regulator – 3.3V, 250 mA (accepts 3.5–5V input)
- Sleep Current – <0.05 mA
- Protection – 500 mA polyfuse
- RTC – With external oscillator
- LEDs – 3 (2× user programmable, 1× WiFi activity)
- Button – 1× onboard
- Dimensions – 30 × 23 mm
- Pin Layout – 2 rows of 11 × 0.1″ pins + 2 extra holes
Ideal For
- JavaScript-based IoT projects
- Rapid prototyping with a familiar language
- WiFi-connected sensors and actuators
- Battery-powered wireless devices
Package Contents
- 1× Espruino WiFi Board
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ARM Cortex-M4
- A 32-bit processor core commonly used inside microcontrollers for running embedded programs. It matters because it gives the micro:bit enough processing power for sensors, Bluetooth, sound, and classroom coding projects.
- 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.
- 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 chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- 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.
Find this product in
Connectivity
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au