Leonardo Bispo

Results 21 comments of Leonardo Bispo

> > > hello, i have the same issue; did you solve ite? If I'm not mistaken, using an legacy Espressif SDK solved it, but I can't really remember, have...

+1 rendering images in order to present on the main Hass.io dashboard

@ivankravets do you mind checking that?

https://github.com/4-20ma/ModbusMaster/blob/master/extras/ModbusMaster%20reference-2.0.1.pdf

for 16g: ``` x = data[0] * 0.000732; y = data[1] * 0.000732; z = data[2] * 0.000732; ``` or 0.732 / 1000

> > @Kampi Low, but whenever someone needs it, we can implement it. Should be a simple one. Also possible right now for an app to workaround it just call...

Once it is added it will apply to both systems, it’s just the Bluetooth pairing stuff, I can look at it but @jakkra probably knows the API by heart it...

Works on iOS ![image](https://github.com/jakkra/ZSWatch/assets/34199302/53cc0e8a-3007-49a8-b64a-422a661685cc)

I think the FW should be build for both phones and from the connection it can know what type of command to use, no ifdefs, no different headers

I was thinking we can use the company identifier to determine the device. alternatively hook the play/pause etc action to a Zbus fire and forget, down the line the GATT...