spin877 / Bruciatore_BLE

This project provides a Python script for interacting with the VEVOR diesel air heater, All-in-One model, via Bluetooth Low Energy (BLE). The code has been developed through Bluetooth data sniffing between the heater and the manufacturer's "AirHeaterBLE" app.
GNU General Public License v2.0
7 stars 0 forks source link

Get data from the heater #3

Closed Pyroevil closed 6 months ago

Pyroevil commented 6 months ago

Hi !

I currently start playing you a ESP32 and my Vevor Diesel Heater. With Arduino IDE , I did a little code to do somes test. Thanks a lot , your code help me a lot by providing UUID and others codes. I can send command easily to the heater but never can get data from it. Even if I send cmd1 command and try to do a characteristic read value just after. I don't know if you can help me a bit with this ?

thanks

Pyroevil commented 6 months ago

Here is the start of my project : https://github.com/Pyroevil/vevor-ESP32

Pyroevil commented 6 months ago

Sorry , find the problem. Need to activate the notification. :)