Christian Lorenz
Christian Lorenz
Obviously it isn't very common that BLE devices use this feature. See here: https://github.com/h2zero/NimBLE-Arduino/issues/262
Thanks for you contribution. I solved the problem with commit [b12340e](https://github.com/gromeck/BLE-Scanner/commit/b12340ebc1fd9ad03d76ecc9387de7175a90379f) But be aware that the produced file `ble-manufacturer-list.h` is not strictly a header file, as it doesn't contain any...
Hi Ralf, a few more details would help? What output does your compiler produce? What error messages are shown?
Sorry for the late reply. I have no experience with plaffromio, but did you install the esp32 package? EEPROM is part of this package -- at least in the Arduion...
Thanks for the hint -- the fix will be included in the next release.
Could someone check if this is still a problem with v1.0?
> To summarize : The only problem that still remains is that eeprom and wifi should be renamed to support compilation in windows. If you like I can add a...
> Update: The device is working OK, i.e. it is recognizing other BLE devices - I just didn't recognize/remember that devices that do not send a stable adress are not...
> > > Update: The device is working OK, i.e. it is recognizing other BLE devices - I just didn't recognize/remember that devices that do not send a stable adress...
Hi @EdwardDeaver, which version of Arduino IDE are you using? Did you install the esp32 package? EEPROM should be part of it.