HM-10 BLE Remote -01: IAR Workbench Setup

Поділитися
Вставка
  • Опубліковано 3 лис 2024

КОМЕНТАРІ • 14

  • @kumarshubham5
    @kumarshubham5 3 роки тому

    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.

  • @shank923
    @shank923 7 років тому

    Hello. How can i send hello from hm-10 through bluetooth(in code)

  • @pritesh725
    @pritesh725 6 років тому

    Hi, I have CC2541 blank chip and PCB also.can i flash HM10 firmware on Blank CC2541 using arduino and FTDI232.

    • @LoveleshPatel06
      @LoveleshPatel06  6 років тому +1

      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

    • @pritesh725
      @pritesh725 6 років тому

      Lovelesh Patel : can I flash serial bootloader using arduino to cc2541 bcz I don't have cc debugger

  • @channghich3898
    @channghich3898 8 років тому

    I can see your code?

    • @LoveleshPatel06
      @LoveleshPatel06  8 років тому +1

      +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

    • @channghich3898
      @channghich3898 8 років тому

      thank you very much.

  • @smrterdummy
    @smrterdummy 8 років тому

    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

    • @LoveleshPatel06
      @LoveleshPatel06  8 років тому

      I actually used the VM running XP from my friend. Until you have the CCDebugger and IAR workbench, you can't modify anything.