Wind Sensor rev C zero wind adjustment

Questions about Modern Device and JeeLabs Sensors
vgatesr
Posts: 3
Joined: Mon May 30, 2016 9:41 pm

Wind Sensor rev C zero wind adjustment

Post by vgatesr »

I have tried to adjust the "const float zeroWindAdjustment = 0.2;" to get 0.0 mph. With the sensor covered by a "glass". I get "nan mph" for a value. What am I doing wrong? I am using the sketch as written with the following commented out:
/* Serial.print(" TMP volts ");
Serial.print(TMP_Therm_ADunits * 0.0048828125);

Serial.print(" RV volts ");
Serial.print((float)RV_Wind_Volts);

Serial.print("\t TempC*100 ");
Serial.print(TempCtimes100 );

Serial.print(" ZeroWind volts ");
Serial.print(zeroWind_volts); */

oz
Site Admin
Posts: 542
Joined: Mon May 12, 2008 4:19 pm

Re: Wind Sensor rev C zero wind adjustment

Post by oz »

vgatesr

See my other answer.
zeroWindAdjustment can be negative.

pb

Michaelkfyif
Posts: 9
Joined: Tue Sep 19, 2017 5:02 pm

Wind Sensor rev C zero wind adjustment

Post by Michaelkfyif »

Can i check with u all sifu....is it the is250 is normal to have slightly wind noise when reached the speed of 110 km and above......???

Post Reply