fody weather station, wind sensor
-
@gohan
Thanks for asking :)
It is working good, but I don't trust the wind speed. I have lots of "ghost" indications from the reed
switch, I tried to remove it with code in two different ways but anyway I get some high values. I will order a wind speed meter and check against that one. I also record a slow-mo video when it spins in front of a fan(2.5m/s) and it is correct but it is difficult to test it with 10 m/s,

If anyone are inreseted what's inside the receiver that was included from Fody. It look like this

-
That's normal, upon serial connection the Arduino resets. Try adding the watchdog function. You could also try the newer mysensors library that's in the development branch
-
@gohan said in fody weather station, wind sensor:
Search "Arduino watchdog examples" lots of stuff comes out
thanks :+1:
I did some search and I never heard of this function before.
I will test it in my sketch and see if I get rid of the freezing stuff -
Hi Flopp
I bought the Fody some time ago with the intention to connect it via Blue Tooth to a RPI for awnings control. The idea was that all the calibrating then should be handled by the indoor unit.Whats your opinion about this?
I'm really new to BLE and Python programming and have so far only been able to make a succesful CONNECT. Is there anybody made something similar? Any help would be appreciated
-
Hello, I have followed your build and are about to to a similar reverse engineering of a weather station but my winddirection look different and Ineed some input on how I can fix it.
On my there are 8 IR leds on the perimiter and 4 IR sensitiv transistors in the middle. The outer leds are wired 2 and 2 with all the odds having common GND and all the even have common GND. So i have problem on how to turn the led on 1 by 1. Any inputs?