Overview
The Zero Tiny BLE is a small low cost and low powered embeddable board with an AVR ATTiny85 microcontroller and a Bluetooth 4.0 (Bluetooth Low Energy or BLE) radio.
- AVR ATTiny85 microcontroller running at 8MHz internal clock and 3.3V. ATTiny85 Datasheet.
- HM-10 Bluetooth 4.0 Low Energy module. HM-10 Datasheet.
- Powered by single cell 3.7V Lithium Polymer battery (LiPo) or USB B mini port.
- LiPo battery recharge capabilities via the USB B mini port.
- Standard UART communication over Bluetooth 4.0.
- Easy prototyping via breadboard.
- Use either Arduino or AVR-GCC development environments.
- Small form factor of 20mm x 47mm (0.79” x 1.85”)
- You can purchase a complete board at zeroengineering.io
- You can order unpopulated boards from OSH Park
Why?
This is a project that fell out of developing sensors (Exhaust Gas Temp, RPM, Lap Timer, etc) for my vintage road racing motorcycle. I also wanted to use my iOS device as the display and data logger. So I needed a small, cheap and general purpose board that had uC and BLE capabilities and could be powered by a small LiPo battery (and be charged by a USB connection). The HM-10 BLE was super cheap and incredibly easy to integrate. The ATTiny85 is also super cheap, requires practically zero external components when running on it’s internal oscillator and can be programmed in the Arduino IDE.
For more detail: Zero Tiny BLE – low cost and low powered embeddable board