Search found 3 matches

by therobotic
Thu Aug 18, 2016 8:39 pm
Forum: OpenXVario - an open source vario supported by the open source firmwares!!
Topic: OpenXSensor project page on google code
Replies: 155
Views: 189600

Re: OpenXSensor project page on google code

Thank you @mstrens for helping me out with this, its now clear.
by therobotic
Thu Aug 18, 2016 6:57 pm
Forum: OpenXVario - an open source vario supported by the open source firmwares!!
Topic: OpenXSensor project page on google code
Replies: 155
Views: 189600

Re: OpenXSensor project page on google code

The persons code doesnt make any sense //#include <WireMW.h> #include <Wire.h> //I2C library 0x28H byte fetch_pressure(unsigned int *p_Pressure); //convert value to byte data type #define TRUE 1 #define FALSE 0 void setup(void) { Serial.begin(9600); Wire.begin(); delay(500); Serial.println(">>>...
by therobotic
Thu Aug 18, 2016 5:17 pm
Forum: OpenXVario - an open source vario supported by the open source firmwares!!
Topic: OpenXSensor project page on google code
Replies: 155
Views: 189600

Re: OpenXSensor project page on google code

Hey, Sorry for taking this post a bit off-topic. I have a 4525D sensor and I am trying to get the pressure differential in psi using arduino. The code seems hard to follow for getting the data from this sensor (I am new to I2C sensors). I would really appreciate if someone could help with just a gen...

Go to advanced search