exige81
exige81
I was going to work on a PR for `Blob.arrayBuffer()` but looks like it will be a no-go for now as the wpt relies on `TextEncoder` which is not supported...
Fetching tilt data from another device like tiltpi is a good intermediate solution. Ultimately, powering it all from one device would be a better long term solution. To that end...
I also plan on digging into this with the ultimate goal of integrating the tilt hydrometer
@vitotai regarding AsyncTCP i assume you are getting the issue where the wifiscan data isn't being returned properly? At least that's where i've hit trouble in my own efforts. Scan...
Happy to see all of the positive progress on this, thanks so much for your effort. I can report that PIN 25 and 26 are working with the DS18B20 both...
Just uploaded that branch and I can confirm the WiFi issue seems to be resolved and is working properly. Good job! Did notice that the latest doesn't seem to be...
That seems to have solved it for me. Thanks!
@allthepies This is an issue with the latest version of arduino-esp32 (v1.0.3), which is now used in the latest version of platform-espressif32 (1.10.0). I've submitted the issue with espressif [here.](https://github.com/espressif/arduino-esp32/issues/3231)...
Eventually i'd like to get the Tilt Hydrometer working which will require BLE. I'm sure you've seen the [tiltbridge](https://github.com/thorrak/tiltbridge) project. Hydrometer data doesn't need to be checked continuously so maybe...