HEllo, I want to create a simple broadcast function that broadcast temp & humidity connectionless 1 time / day. Unfortunately iBeacon sketches doesn't work on Arduino nano for some reason. Is there some other way I can customize standard BLE broadcast data using the working BLE lib for Nano 33 BLE? I have failed to find a good sample sketch.
Warning: I know absolutely nothing about the BLE lib for Nano 33 but BLE packets include a Manufacturer Advertising Data section that you can put anything you want into. See if the library supports changing this region.
iBeacon ? you can put some of your datas in Major and MInor
Eddystone ? : have a look at Eddystone-TLM
Unfortunately the EddystoneUID sketch in examples doesn't build for Nano 33 BLE. unsupported hardware. Hence my thought to go back to BLE.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.