Search found 2 matches

by GKroon
Wed Mar 14, 2018 10:51 am
Forum: ESP32 Arduino
Topic: scanned BLEAdvertisedDevice to BLEBeacon
Replies: 8
Views: 11407

Re: scanned BLEAdvertisedDevice to BLEBeacon

I did indeed find the SetData() method and it is indeed working.
also found out that I have to use __builtin_bswap16 to get the correct values from the major and minor.

Next step is to push the data to influxdb :)
by GKroon
Mon Mar 12, 2018 5:22 pm
Forum: ESP32 Arduino
Topic: scanned BLEAdvertisedDevice to BLEBeacon
Replies: 8
Views: 11407

scanned BLEAdvertisedDevice to BLEBeacon

Hi, Last week I drowned my rpi-zero in a terrible yeast overflow (Brewing beer) and now I try to replace it with a smaller ESP32. In my fermenter I've got a tilt hydrometer floating around which is an iBeacon broadcasting the gravity and temperature reading in the major and minor. When I use the BLE...