Hi @mard, I think I'll be playing with this project tomorrow. Want to try capturing and resending specific messages with nRF connect. Have you made any progress lately?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm guessing by that that the BLE library is async, so you need to write all your code in async style too, so you don't hit issues..do NOT execute a delay() in the code while connected to the device (it can mess up the BLE library and freeze the Arduino)
Here is a thread which seems to have been the same issue I ran into.I'm guessing by that that the BLE library is async, so you need to write all your code in async style too, so you don't hit issues..
Mard, that is an amazing piece of work. I'm in the process of having a tank and sump built and then want to control everything via a raspberry pi 4. A 7" touch screen supplies the local output and record all the data via influxdb. Log the history using Grafana. Heaters and temperature relatively easy.Awesome, I'll check it over the weekend!
The library can be used to trigger the same mode (aka scene) on multiple VorTech devices. This would require connecting to each VorTech, though this isn't necessary a bad thing.@mard Does this work with multi device setup? Will triggering a mode on one Vortech also trigger the mode on others? Or would that require connecting to each Vortech separately?