You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried setting up a ibeacon but it is not working properly
constIBEACON_PREFIX:[u8;2] = [0x02,0x15];// iBeacon prefix // Apple's prefixconstBEACON_UUID:&str = "87b99d1c-4828-4b91-bed5-9054731a2356";constMAJOR:[u8;2] = [0x00,0x01];// Major value 1constMINOR:[u8;2] = [0x00,0x01];// Minor value 1constTX_POWER:i8 = -59;// Calibrated Tx power at 1 meter
When I also try to included scan_data_buffer into scan_data: &scan_data_buffer,I get an error. I am trying to use the esp32 as an Ibeacon, but I still want to be able to transmit data between the IOS device and the esp32
The text was updated successfully, but these errors were encountered:
I tried setting up a ibeacon but it is not working properly
When I also try to included scan_data_buffer into
scan_data: &scan_data_buffer,
I get an error. I am trying to use the esp32 as an Ibeacon, but I still want to be able to transmit data between the IOS device and the esp32The text was updated successfully, but these errors were encountered: