DFRobot
LightBlue Bean- An Arduino Microcontroller Board
INTRODUCTION The LightBlue Bean is a new Arduino compatible microcontroller with built-in Bluetooth LE support. It can be programmed wirelessly and ...
Get notified when back in stock
INTRODUCTION
The LightBlue Bean is a new Arduino compatible microcontroller with built-in Bluetooth LE support. It can be programmed wirelessly and is perfect for smartphone-controlled projects! With its low-cost and low-energy consumption, this little bean can handle almost everything you need in your project. It also includes a prototyping area where you can expand its features and make it suitable for your needs. The Lightblue Bean is Arduino IDE compatible! It also supports the Bean iOS Loader to program it with your iOS device. All you need is a 3.3V coin cell battery. It is ideal for long-term sensor or data logger applications. An RGB LED and an accelerometer have also been integrated. Note: the Bean is compatible with iOS 7 and above, Android 4.3 and above, Mac OSX 10.9 and above and Windows 8.1, but is NOT supported by Windows 7!
FEATURES
- Arduino Compatible
- 8 GPIO pins
- Bluetooth 4.0 (BLE)
- Supports wireless programming
- 3-axis accelerometer
- Temperature sensor
- RGB LED
- CR2032 coin cell battery
SPECIFICATIONS
- ATmega328p microcontroller @ 8 MHz
- 3V operating voltage
- Battery: CR2032
- 32KB Flash memory, 2KB SRAM
- 6 digital I/O pins
- 2 analog input pins on a 10-bit ADC
- 4 pins with PWM support
- 1 SPI port
- 1 IIC port
- Dimensions: 1.8" x 0.8" / 45 * 21 mm
- Weight: 12g
DOCUMENTS
- Quick Start Guide
- Bean Talk forum (techsupport)
- Example project
SHIPPING LIST
- LightBlue Bean (Batteries included) x1
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.
- ATmega328P
- An 8-bit microcontroller chip used on many Arduino Uno-compatible boards. Knowing the controller uses an ATmega328P helps you understand its memory, speed, pin compatibility, and the Arduino sketches it can run.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Find this product in
Related Tutorials
Free step-by-step guides