BLE-Scanner
BLE-Scanner copied to clipboard
ESP32-based Bluetooth Low Energy (BLE) scanner to report presence of bluetooth devices into an MQTT service.
hi there, i have a problem compiling the sourcecode in platformio. i think the issue is, that i cannot find the right the right libs. im using a esp-cam module...
It took me some time to get the file /BLE-Scanner_ESP32/BLE-Scanner/ble-manufacturer-list.h right. I had to remove \ and " from strings and keep the right format. This is ble-manufacturer-list.h that works...
All devices with public addresses should be listed and published as it is done right now. In addition all non-public addresses should be listed and the total number should be...
The appearance would help to categorize and identify the device.
I opened the project in the latest Arduino IDE and I'm getting these errors: /Users/$USERNAME/Downloads/BLE-Scanner-main/BLE-Scanner/eeprom.cpp: In function 'void EepromInit(int)': /Users/$USERNAME/Downloads/BLE-Scanner-main/BLE-Scanner/eeprom.cpp:36:3: error: 'EEPROM' was not declared in this scope; did you...
I have problems finding a platform that uses ESP API v5. Current versions of arduino IDE or PlatformIO only support v4. Internet searches did not help, any hints/links appreciated. ```bash...
keep getting this error, i tried windows 10 windows 11, latest version of arduino ide and older versions, also tried older versions of the libraries, i tried vscode as well,...
I also have problems compiling. (1) It seems to me that the library NimBLE-Arduino has been ugraded such that it is not compatible with teh current sketch anymore. It throws...