YAY - YOUPI - HURRA - Bluetooth 4.0 module very easy
Hello,
Bluetooth modules based CC2540 as BLE112 are known but its development requires a specific controller and a complex development. So I invite you to discover a new Bluetooth 4.0 compatible iOS and Android very easy to implement module. The project consists of: a PCB, the program module without microcontroller (10 in / out with 6 analog inputs, RX / TX, I2C and SPI) and a description of the complete source iOS.
This is the BL600 module Laird Technologies:
I propose to you soon:
- PCB (Eagle files)
- A video editing with reflow oven with tricks.
- Explanation of the BASIC program
- Source iOS (thank Laird Technologies)
- The Android source (I'm looking for help)
cmp1$ = "1"
....
tempo$ = LEFT$(vrx$,1)
// led 0 on
X = STRCMP(tempo$,cmp1$)
IF X == 0 then
gpiowrite(18,1)
ENDIF
// led 0 off
X = STRCMP(tempo$,cmp0$)
IF X == 0 then
gpiowrite(18,0)
ENDIF
....
What you want to operate with this kind of modules? lights, home automation ....
Jennifer
PS: in early 2014, a solution of dialogue between two modules BL600 should be described.
- First iOS Aplication (photo)
- Waiting PCB
August 31th
- Changing the text
- Photo of functional platinum

Discussion (0 comments)