Hello,
I try to do a link between a HM10-BLE Bluetooth device and a PIC18F87J50.
I began to wrote an application with this BLE device and i successfully can send order to my PIC
in fact,it is not so easy as normal BlueTooth devices ..
I can only SEND String command from my phone to the Device
Connected
put led On or OFF..
or disconnect
but i can NOT receive on my phone, some data trough BLE device (data sended by my PIC..every 4 seconds.)
ie: i send status of 2 switches and an analog value.. collapsed in ascii (into a string)
B1=1;B2=1;E1= 199<CR><LF>
it seems that i don't use the correct UUID ?
i didn't find example on the web .
Please could you have a look on it
and give some advice to follow..
if necessary i can also join my MikroC program..
Best regards