FlyingK
SKSignal K
•Created by FlyingK on 10/2/2024 in #sensesp
FlyingK - I am struggling with the ObservableVa...
I`ve figured it out. I didn't properly override the set function:
2 replies
SKSignal K
•Created by FlyingK on 10/1/2024 in #sensesp
FlyingK - I had some time to start testing Sens...
I was thinking about adding some of my parameters for an epaper display (e.g. refresh interval) to a custom frontend but I am working with the standard for now
4 replies
SKSignal K
•Created by FlyingK on 10/1/2024 in #sensesp
FlyingK - I had some time to start testing Sens...
I started from scratch with the SensESP-project-template and it's working now. Has to be an issue with my own code
4 replies
SKSignal K
•Created by FlyingK on 10/1/2024 in #sensesp
FlyingK - I had some time to start testing Sens...
Something still seems to be off. The frontend is working locally on my PC but when I upload to my esp32 I get an AP but the captive portal is not loading and I can't access it via the browser either.
4 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
Getting there. All sensor values are sent to SignalK and printed on the e-paper display. If SignalK is not reachable the esp32 will go to deep sleep for 5min and retry but the values are still readable on the display
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
24 replies
SKSignal K
•Created by FlyingK on 7/8/2024 in #sensesp
FlyingK - QQ: does a repeat sensor have to be c...
OK that was easier than I thought. Just quickly added a test_callback function writing to Serial, created a RepeatSensor without connecting it and voila: It's working! I see debug messages 🙂
1 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
This will save energy while not being on the boat, which was the main idea behing deep sleep anyway.
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
The current version got me thinking. When SignalK is reachable I will be on the boat as the pi is running and I will have access to shore power most likely to recharge. I probably will rewrite my code to go to deep sleep when SignalK can't be reached but stay connected when SignalK can be reached.
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
I managed to get my first version up and running and it successfully sends sensor values to SignalK and goes to deep sleep afterwards 😁
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
OK I got it. It's a stupid rookie mistake as this is my first microcontroller project. The app was getting to big, so adding any code did break it. I had to set
board_build.partitions = huge_app.csv
in platformio.ini
to allocate more space. I am not used to having to write efficient code 😅24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
This is my bare minimum code and it's working. So I will gradually add code and see where it breaks
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
I will strip down my code to a bare minimum as well to test tomorrow
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
I will try to run in debug mode but I don't have an ESP-Prog
24 replies
SKSignal K
•Created by FlyingK on 6/25/2024 in #sensesp
FlyingK - First of all thank you much for the g...
I am using the release version and It breaks when I add the second part of the code. Just getting the status controller works
24 replies