BLE data from another esp32

Hi,

is it possible send data from another esp32 to OMG?

i am using this library GitHub - lucascoelhof/ESP32BleAdvertise: Simple library for BLE advertise using ESP32 in Arduino

i see my esp32 device in mqtt data OMG send, but there is only ID, name and rssi data, no servicedata

when i use BLE scanner on my phone, servicedata is visible

thank you for your help

Hi,

Yes it should be possible. You may use the examples from nimble arduino

This is the library we use. So it may have better compatibility