Pavel Golovin
Pavel Golovin
Thank you for your answer. But I definitely won't do it just to make `trdl` happy. I'm not using `trdl` in special custom manner, I'm using it just to deliver...
Resources requested by DaemonSet Pods running on Node `dev-worker-0e29e397-559cd-9frv2` could be found in the following way: ```console kubectl get pods -A --field-selector spec.nodeName=dev-worker-0e29e397-559cd-9frv2 -o json | \ jq '.items[] |...
I'm also trying to turn my ESP32 into iBeacon, but no luck with your edit too. Share your sketch please. Thank you in advance.
@chegewara had googled much and got only valid packet structure description, and working (not checked by me) implementation on RaspberryPi. Now i checked closer @gerryilagan issue and its looks like...
Got it working on iPhone: ``` myBeacon.setManufacturerId(0x4c00); ... advertisementData.setFlags(0x1A); ``` Full code: [https://pastebin.com/0Zh07Zzn](https://pastebin.com/0Zh07Zzn)
Oh guys, I'd just tried put back flag to 0x06 and 0x07 and both of them works fine. BTW does it possible to run server mode and send iBeacon advertises...
Having same issue, but in my case i need change (or remove) exact AdvertisementData. Now if I setting to ScanResponseData changed BLEAdvertisementData (with another major and minor values) - I'm...