theengs / decoder

Efficient, portable and lightweight library for Internet of Things payload decoding.
https://decoder.theengs.io
GNU General Public License v3.0
116 stars 38 forks source link

ScanAndDecode.ino connect or not connect ? #520

Closed ioukos closed 4 months ago

ioukos commented 5 months ago

Hello,

Is this ScanAndDecode.ino sketch operating in connected or disconnected mode ? I understand it's in scan mode so not connected. It's better I think because it's less power consuming on the Xiaomi side.

I also would like to knwo if this skectch is compliant with : https://github.com/pvvx/ATC_MiThermometer .

Thank you.

DigiH commented 5 months ago

Hello @ioukos

Correct, it only scans for BLE advertising broadcasts, either passive or active, depending on the project. There is no connection functionality in Theengs Decoder, but again could be supported by a project, as OpenMQTTGateway allows for READ and WRITE connections.

I also would like to knwo if this skectch is compliant with : https://github.com/pvvx/ATC_MiThermometer .

This is the list of all currently supported devices of Theengs Decoder

https://decoder.theengs.io/devices/devices.html

which includes several of the PVVX firmware compatible devices.

Hope this helps.