cc2541 itself has a processor and PIO. Can you please tell that how to write an application for a bluetooth master to read the status of its pin and send that to another HM10 slave to blink a LED attached to its pio.
you wont be able to flash the code as you require serial bootloader to be flashed first. But you can surely check how you can flash cc2541 using arduino
+chan nghich For the demo I just used a GPIO set reset code. You can get that code on the web easily but none of the BLE functionality won't work. its just microcontroller code. I would suggest you try the BLE broadcast and BLE peripheral codes and add this LED blink in that code. If you have difficulty in finding the codes I am sharing my work folder drive.google.com/folderview?id=0B-2Ah0KC5ACmQ3c0MTNWN3FwYzA&usp=sharing
where'd u get iar wb? and the code from???? I have vmware xp 32bit would that work? I have 2 HM10 modules, I tried AT command AT+BAUD7 for 1200bps but it makes the all AT commands respond with "OK" instead of the usual responses, also the STATE pin = LED state. (flashing not connected, solid connected) I just need those two things to work. I have Btool but haven't figured out any specific Address/Instructions for cc2541 implementation
cc2541 itself has a processor and PIO. Can you please tell that how to write an application for a bluetooth master to read the status of its pin and send that to another HM10 slave to blink a LED attached to its pio.
Hello. How can i send hello from hm-10 through bluetooth(in code)
Hi, I have CC2541 blank chip and PCB also.can i flash HM10 firmware on Blank CC2541 using arduino and FTDI232.
you wont be able to flash the code as you require serial bootloader to be flashed first. But you can surely check how you can flash cc2541 using arduino
Lovelesh Patel : can I flash serial bootloader using arduino to cc2541 bcz I don't have cc debugger
I can see your code?
+chan nghich For the demo I just used a GPIO set reset code. You can get that code on the web easily but none of the BLE functionality won't work. its just microcontroller code.
I would suggest you try the BLE broadcast and BLE peripheral codes and add this LED blink in that code.
If you have difficulty in finding the codes I am sharing my work folder
drive.google.com/folderview?id=0B-2Ah0KC5ACmQ3c0MTNWN3FwYzA&usp=sharing
thank you very much.
where'd u get iar wb? and the code from????
I have vmware xp 32bit would that work?
I have 2 HM10 modules, I tried AT command AT+BAUD7 for 1200bps but it makes the all AT commands respond with "OK"
instead of the usual responses, also the STATE pin = LED state. (flashing not connected, solid connected)
I just need those two things to work.
I have Btool but haven't figured out any specific Address/Instructions for cc2541 implementation
I actually used the VM running XP from my friend. Until you have the CCDebugger and IAR workbench, you can't modify anything.