The aim of this project was to create a low cost Bluetooth low energy (BLE) module to support my MiniWear (miniature and wearable) project, and allow me to easily create other great BLE projects.
The main design criteria was:
- Low cost (Comparable or cheaper than what is on the market)
- Small i.e. Wearable size
- Easy to use (i.e. Quick and easy to prototype with like Arduino code)
This project has now been upgraded to use the DA14580 Murata LBCA2HNZYZ module and Simblee (RFD77101 ) module, but still includes the previous RFduino (RFD22301 ) that was developed for the original Tiny Low Cost BLE project.
Tiny Low Cost BLE Module Comparison Table
Tiny Low Cost BLE Version | Unit Cost For 1 & 1000 | Main IC Size | Easy to use (1 Easy -10 Hard) |
V1 - RFduino | £14.49 / £11.57 | 15mm X 15mm | 1 - Arduino Programming |
V2 - Simblee | £15.43 / £9.46 | 7mm X 10mm | 1 - Arduino Programming |
V3 - DA14580 (Murata LBCA2HNZYZ) |
£4.63 / £3.56 | 7.4mm X 7mm | 7 - C++ |
The prices are based on the lowest price found on octopart.com
My original Tiny Low Cost BLE project used the RFduino RFD22301 module, which i came across when i was first started looking into easy to use Arduino based BLE chips. The original Rfduino breakout board wasn't small enough for what i needed, and the breakout board cost almost $30/£20. So i redesigned it using the RFD22301 module and broke out a few pins (Shown in the image below). In the end it cost about $18/£12 for the parts (when making 1), plus i added a few extras to make it easier to use.
I then wanted to upgrade my Tiny Low Cost BLE project, and so created the MiniWear Simblee BLE module (which you can see below). It has the same pinouts as the RFduino above, but just uses the better Simblee Chip.
The MiniWear Rfduino board is possibly the smallest RFduino board around, and the MiniWear Simblee is one of the first breakout boards to use the Simblee chip, both measure less than 2cm X 2cm, and i achieved this by only breaking out essential pins. There are 18 pins in total, but 6 of them are duplicates (to make it easier to connect other modules). The duplicated 6 pins are the 2 required for I2C, 1 Ground, 1 Power, 1 extra general purpose pin that i have labelled LPW in case of extra Low PoWer modes (but it can be used for anything). I also added a BAT pin, which batteries are attached to so that i can add multiple batteries, regulate their power centrally, switch them all on/off, and recharge them all at the same time. It also opens up the possibility for alternative power modules in the future. The remaining 6 pins are for programming the RFD22301 and Simblee via a FTDI programmer which is commonly used with Arduino's.
The RFD22301 and Simblee module are compatible with the Arduino IDE and programming language (but you do need to download some extra files). They also have a built in temperature sensor, and i added a 3.3V regulator so that they can be powered with up to a 5.5V max. I also added a red LED for easy notifications and to test that projects are working.
If you don't want to use I2C for communication, the pins can be reconfigured for GPIO i.e. digital or analogue use (ADC, PWM). The LPW pin is also GPIO which gives you extra options for projects.
Connects to many devices.
One of favourite features of BLE is that it can connect to many devices, such as your phone, tablet, laptop and computer. The RFD22301 and Simblee have the extra benefit that they can also connect to another RFD22301,or Simblee, and they can also be set up as a ibeacon (if your not sure what an ibeacon is checkout this video: (Explanation video can be found here)
Not every device is BLE compatible so it is good to check. A list of compatable BLE devices can be found here: http://www.bluetooth.com/Pages/Bluetooth-Smart-Devices-List.aspx. Generally most phones nowadays are supported, but you should be careful with older phones.
MiniWear RFDuino Specs Overview...
Read more »
Awesome project!