R. van Twisk
R. van Twisk
I used a 12V version of this one https://nl.aliexpress.com/item/1972327081.html?spm=a2g0o.order_list.0.0.2d2679d2sAsr90&gatewayAdapt=glo2nld if the fan is a bit bigger, it runs more silent and more smooth. I did need to get. 5V to12V...
I know it's a old question, but the power limitations (should) be set to local laws. If hardware can give you higher output it doesn't mean you are allowed to...
The library could be easily be written such that we can do both. Keep the readRTD function with the delay. And for people like me andMakeNModify two additional function that...
If possible, I would let the temperature return NaN if it's unknown, and?or at least a function you can call to know if a temperature has a valid reading or...
@sylvanoMTL On that library you mentioned this bugs me `static t_state state = STATE1; ` (https://github.com/sylvanoMTL/Adafruit_MAX31865/blob/master/Adafruit_MAX31865.cpp#L357) that means you can only connect to one 31865 device because the static variable...
you can also keep the variable as `path`. If it's a the current way of working. If it's a object, then it's a new way. But even so, `src` is...
Any news on this item? @tjko Interesting to read about the led, I have been pulling that every 1 second, myself. Do you have any new findings? My device seems...
Interesting, I was using `cyw43_wifi_pm(&cyw43_state, cyw43_pm_value(CYW43_NO_POWERSAVE_MODE, 20, 1, 1, 1));` I will try just `cyw43_wifi_pm(&cyw43_state, CYW43_NONE_PM);` and see what happens... Note: `CYW43_NONE_PM` expands to `cyw43_pm_value(CYW43_NO_POWERSAVE_MODE, 10, 0, 0, 0)` 🤔
You properly need this one : https://github.com/rvt/GXAirCom The build scripts in stratux are configured here : https://github.com/b3nn0/stratux/blob/master/Makefile#L90 It’s simple to setup the github actions and create a release, see :...
@VirusPilot Feel free to take my changes.. They we there just to satisfy Stratux and give a similar feel of the ogn-tracker.