HM-10. BLE. Arduino UNO. Notify. Bluetooth. AT. iBeacon. Arrhythmia

7.- iBeacon.

iBeacon did not work for me with App Inventor, but we will see it with another application.

- Set iBeacon in module HM-10 with AT commands.

AT+MARJ0x1A2B Set major number: 0x1A2B (hexadecimal) (Desde: 0x0001~0xFFFE, Default: 0x FFE0)

AT+MINO0xF1E2 Set minor number: 0xF1E2 (hexadecimal) (Desde: 0x0001~0xFFFE, Default: 0x FFE1)

AT+ADVI5 Advertisement interval: 5 (5 is 546.25 miliseconds)

AT+IBEA1 Set iBeacon MODE [default AT+IBEA0]

AT+PWRM0 [auto-sleep. (default AT+PWRM1]

  • We go to the Google Play Store and install the app on our mobile

hm10_32

  • Look distance in meters, major, minor, UUID, 0x004C is Apple.

  • El UUID of this iBeacon is: 74278BDA-B644-4520-8F0C-720EAF059935

  • We can change UUID iBeacon:

AT+IBE074278BDA
AT+IBE1B6444520
AT+IBE28F0C720E
AT+IBE3AF059935

  • Check:

AT+IBE0
AT+IBE1
AT+IBE2
AT+IBE3

oooooooo0000ooooooo

I tried iBeacon with App Inventor, but it didn't work.

2 Likes