DFRobot
Beetle BLE - The smallest Arduino bluetooth 4.0 (BLE)
Bluno Beetle - The smallest Arduino Board is another milestone in wearable electronics device area based arduino uno, which makes DIY users have more opti...
Bluno Beetle - The smallest Arduino Board is another milestone in wearable electronics device area based arduino uno, which makes DIY users have more options in the project design. It is fully compatible with Bluno in instructions and procedures, supporting Bluetooth HID and ibeacon modes.
And it not only supports USB programming, but also wireless programming method. With the V shaped gilded I/O interface, it is convenient to screw conductor wire on it, which could a good choice in the wearable market.
Specification
Bluetooth Chip CC2540
Sensitivity (-93dBm)
Working Temperature: (-10 ℃ ~ +85 ℃ )
Maximun Distance 50m(Open field)
Microcontroller: ATmega328P
Clock frequency: 16 MHz
Working voltage: 5V DC
Digital Pin x4
Analog Pin x4
PWM Output x2
UART interface x1
I2C interface x1
Micro USB interface x1
Power port x2
Documents:
Pin Out diagram and info - https://www.dfrobot.com/wiki/index.php/Bluno_Beetle_SKU:DFR0339#Pinout_Diagram
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- 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.
- iBeacon
- iBeacon is Apple’s Bluetooth beacon format for broadcasting an identifier that nearby devices can recognise. Support for iBeacon matters when building proximity or location projects that need compatibility with apps or systems using that format.
- 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.
- UART
- UART is a simple serial connection that sends data over separate transmit and receive wires, often labelled TX and RX. It matters because this module is designed to replace a wired UART cable with a wireless link while keeping the same serial data format.
Find this product in
Beetle BLE PCB Layout Top
Mechanical Drawings · 111.3 KB · Click any page to view full size
Beetle BLE PCB Layout Ground
Mechanical Drawings · 84.6 KB · Click any page to view full size
Supplier page — dfrobot.com
Supplier Description · 812.7 KB · Click any page to view full size
Related Tutorials
Free guides on learn.littlebird.com.au