cyoung / stratux

Aviation weather and traffic receiver based on RTL-SDR.
BSD 3-Clause "New" or "Revised" License
1.05k stars 360 forks source link

Pitot static data #774

Open Qhergt opened 5 years ago

Qhergt commented 5 years ago

I have an Arduino calculating airspeed, pressure alt with adjustable QNH and tilt compensated Compass. I'd like to link this to the stratux as to provide actual Pitot static and magnetic compass data to be broadcasted instead of the GPS data so AHARS in foreflight, naviator and other apps display actual airspeed, alt and mag heading.

I have all the code done on the Arduino side, I'm not familiar with Python or programing Pi so I'd like to collaborate in order to have this as an option for Stratux with ability for user selection of data source via the stratux web or app interface.

This device is very small and would be battery powered and able to attach via camera screw mount could be easily attached to the outside or inside of an aircraft

DocTopi commented 5 years ago

Integration these datas in Stratux and Stratux/AHRS woul be a very wise enhancement. Is there any possibility for this?

saabnut commented 5 years ago

It would be great to have this functionality. Alternatively a pixhawk autopilot could provide this data.

Qhergt commented 4 years ago

Its in progress.

Qhergt commented 4 years ago

Its in progress

Get Outlook for Androidhttps://aka.ms/ghei36


From: Huge-Lead-Balls notifications@github.com Sent: Tuesday, October 22, 2019 7:31:24 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

I'm looking to feed and display airpeed as well. Anything new with this?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LRYJM2J65QNRST4WF43QP6ZPZA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEB72L3Q#issuecomment-545236462, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LRYEJCTAPXBOF5AK32DQP6ZPZANCNFSM4HK2NTRQ.

javedrahman commented 4 years ago

Excellent news. Is there any details on what hardware is required for the pitot-static data? Also, where is it mounted and how is it powered?

Qhergt commented 4 years ago

Arduino based. Battery powered, and most likely camera mount thread in box like the stratux.

Get Outlook for Androidhttps://aka.ms/ghei36


From: javedrahman notifications@github.com Sent: Thursday, November 14, 2019 2:12:43 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Excellent news. Is there any details on what hardware is required for the pitot-static data? Also, where is it mounted and how is it powered?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LRYYNNTFKGWPZ6REFN3QTUQBXA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBJ2BI#issuecomment-553819397, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LRYKTDIPKT2DHX66CE3QTUQBXANCNFSM4HK2NTRQ.

Helno commented 4 years ago

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

Qhergt commented 4 years ago

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ.

Qhergt commented 4 years ago

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors. Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux stratux@noreply.github.com Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ.

Qhergt commented 4 years ago

Oh, forgot to mention, I would be best if stratux did the actual pressure alt calculations because a user interface will be needed for altimeter setting. Probably added to the stratux manager page.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 5:01:38 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux stratux@noreply.github.com Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors. Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux stratux@noreply.github.com Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ.

saabnut commented 4 years ago

Not to get ahead of your thought process, but have you seen the uavionix av20s? Synthetic angle of attack...so to speak. Derived from pitch, bank, airspeed, g force, time, etc.

On Sun, Dec 15, 2019, 8:49 PM Qhergt notifications@github.com wrote:

Oh, forgot to mention, I would be best if stratux did the actual pressure alt calculations because a user interface will be needed for altimeter setting. Probably added to the stratux manager page.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 5:01:38 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out

MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static

pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors.

Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHAT66EXZSEQUPP4JI5NL6TQY3NCDA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5IZJY#issuecomment-565873831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAT66G6IUC6QYVGR47M3G3QY3NCDANCNFSM4HK2NTRQ .

Qhergt commented 4 years ago

Yes, but have you seen the cost? I built my own EFIS based on this https://experimentalavionics.com/efis-19264-ver-1-2/. For under $200 Canadian. [Image]

Flown with it and it works great. Altimeter bench tested at avionics shop and found to be well within certification limits.

This can be slimmed down quite easily Consisting of Arduino nano, HC-06 Bluetooth module, MPXV70010dp and honeywell baro pressure sensor. (Ill have a prototype done shortly) And be built for around $100 Canadian. (The Honeywell sensor is $65 on its own)

After other things like custom PCB, enclosure, 18650 battery shield etc, under $150 for sure.

Get Outlook for Androidhttps://aka.ms/ghei36


From: John Schreiber notifications@github.com Sent: Monday, December 16, 2019 11:48:51 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Not to get ahead of your thought process, but have you seen the uavionix av20s? Synthetic angle of attack...so to speak. Derived from pitch, bank, airspeed, g force, time, etc.

On Sun, Dec 15, 2019, 8:49 PM Qhergt notifications@github.com wrote:

Oh, forgot to mention, I would be best if stratux did the actual pressure alt calculations because a user interface will be needed for altimeter setting. Probably added to the stratux manager page.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 5:01:38 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out

MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static

pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors.

Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHAT66EXZSEQUPP4JI5NL6TQY3NCDA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5IZJY#issuecomment-565873831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAT66G6IUC6QYVGR47M3G3QY3NCDANCNFSM4HK2NTRQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR3ZZIKEVXYZBCWGLCLQY7LSHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG74APY#issuecomment-566214719, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR7IFYBRBSUQ2TSUXFDQY7LSHANCNFSM4HK2NTRQ.

1-prop-head commented 4 years ago

Would the esp8266 or esp32 reduce your chip count since they provide communication via built in WiFi or Bluetooth (esp32)

On Dec 16, 2019, at 3:16 PM, Qhergt notifications@github.com wrote:

Yes, but have you seen the cost? I built my own EFIS based on this https://experimentalavionics.com/efis-19264-ver-1-2/. For under $200 Canadian. [Image]

Flown with it and it works great. Altimeter bench tested at avionics shop and found to be well within certification limits.

This can be slimmed down quite easily Consisting of Arduino nano, HC-06 Bluetooth module, MPXV70010dp and honeywell baro pressure sensor. (Ill have a prototype done shortly) And be built for around $100 Canadian. (The Honeywell sensor is $65 on its own)

After other things like custom PCB, enclosure, 18650 battery shield etc, under $150 for sure.

Get Outlook for Androidhttps://aka.ms/ghei36


From: John Schreiber notifications@github.com Sent: Monday, December 16, 2019 11:48:51 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Not to get ahead of your thought process, but have you seen the uavionix av20s? Synthetic angle of attack...so to speak. Derived from pitch, bank, airspeed, g force, time, etc.

On Sun, Dec 15, 2019, 8:49 PM Qhergt notifications@github.com wrote:

Oh, forgot to mention, I would be best if stratux did the actual pressure alt calculations because a user interface will be needed for altimeter setting. Probably added to the stratux manager page.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 5:01:38 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out

MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static

pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors.

Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHAT66EXZSEQUPP4JI5NL6TQY3NCDA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5IZJY#issuecomment-565873831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAT66G6IUC6QYVGR47M3G3QY3NCDANCNFSM4HK2NTRQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR3ZZIKEVXYZBCWGLCLQY7LSHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG74APY#issuecomment-566214719, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR7IFYBRBSUQ2TSUXFDQY7LSHANCNFSM4HK2NTRQ. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Qhergt commented 4 years ago

I guess I would. However if stratux does all the math from the raw data, i could get it into a digispark ATTiny 85 that will plug directly into the 18650 sheild.

Get Outlook for Androidhttps://aka.ms/ghei36


From: 1-prop-head notifications@github.com Sent: Tuesday, December 17, 2019 6:34:40 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Would the esp8266 or esp32 reduce your chip count since they provide communication via built in WiFi or Bluetooth (esp32)

On Dec 16, 2019, at 3:16 PM, Qhergt notifications@github.com wrote:

Yes, but have you seen the cost? I built my own EFIS based on this https://experimentalavionics.com/efis-19264-ver-1-2/. For under $200 Canadian. [Image]

Flown with it and it works great. Altimeter bench tested at avionics shop and found to be well within certification limits.

This can be slimmed down quite easily Consisting of Arduino nano, HC-06 Bluetooth module, MPXV70010dp and honeywell baro pressure sensor. (Ill have a prototype done shortly) And be built for around $100 Canadian. (The Honeywell sensor is $65 on its own)

After other things like custom PCB, enclosure, 18650 battery shield etc, under $150 for sure.

Get Outlook for Androidhttps://aka.ms/ghei36


From: John Schreiber notifications@github.com Sent: Monday, December 16, 2019 11:48:51 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Not to get ahead of your thought process, but have you seen the uavionix av20s? Synthetic angle of attack...so to speak. Derived from pitch, bank, airspeed, g force, time, etc.

On Sun, Dec 15, 2019, 8:49 PM Qhergt notifications@github.com wrote:

Oh, forgot to mention, I would be best if stratux did the actual pressure alt calculations because a user interface will be needed for altimeter setting. Probably added to the stratux manager page.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 5:01:38 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

There are a few ways I have an doing this.

1 is that I can have an Arduino processing all the data and sending out

MAG heading, Airspeed and pressure alt via Bluetooth to the stratux.

Or

2 I can go even smaller and have just the raw pitot pressure and static

pressure values sent again by BT to the stratux but have stratux do the math to convert into Airspeed and pressure Alt.

Or

3 Now, the stratux AHRS card already has an MPU9250 and BMP 280 sensors.

Both of which can be used to derrive magnetic heading (MPU) and pressure alt (BMP, but in unpressurized aircraft) There should be a way to access the MPU's 3 axis magnometer,gyro and accelerometer to get a tilt compensated magnetic compass heading. Also the baro pressure from the BMP to get pressure alt. This means only one sensor would be needed to gather pitot pressure for airspeed in non pressurized aircraft.

Depending which way you want to go with this will determine what Arduino id need to use, and the size of the overall package.

Right now for #2 it looks like the entire works could fit into a 1.5-2" wide by about 4" long enclosure with a 1/4"-20 unc thread like on the stratux case and stuck under an aircraft wing using a GoPro adhesive mount with the correct adapters to a 1/4"-20 stud. This includes a 18650 battery shield to power the unit and also make it rechargeable.

Please let me know

Get Outlook for Androidhttps://aka.ms/ghei36

Get Outlook for Androidhttps://aka.ms/ghei36


From: Quintin Hergt qhergt@hotmail.com Sent: Sunday, December 15, 2019 4:41:12 PM To: cyoung/stratux reply@reply.github.com; cyoung/stratux < stratux@noreply.github.com> Cc: Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Yes it's getting close. Forgot to message. Been a bit busy.

Get Outlook for Androidhttps://aka.ms/ghei36


From: Helno notifications@github.com Sent: Sunday, December 15, 2019 4:36:51 PM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Any update on this? You were asking to talk to a developer on facebook but never reached out on here or Slack?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub< https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR7D2WOJ77HPALVQJBLQY3ESHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5GSGA#issuecomment-565864728>, or unsubscribe< https://github.com/notifications/unsubscribe-auth/AHY6LR4FFWCVYTIQJ5FSN6DQY3ESHANCNFSM4HK2NTRQ

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHAT66EXZSEQUPP4JI5NL6TQY3NCDA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG5IZJY#issuecomment-565873831, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAT66G6IUC6QYVGR47M3G3QY3NCDANCNFSM4HK2NTRQ .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR3ZZIKEVXYZBCWGLCLQY7LSHA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEG74APY#issuecomment-566214719, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR7IFYBRBSUQ2TSUXFDQY7LSHANCNFSM4HK2NTRQ. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR3PYWH6D5QOKXNQVELQZDPQBA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHCSBEY#issuecomment-566567059, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR2SSPV54RMYSSDUYRLQZDPQBANCNFSM4HK2NTRQ.

rv7charlie commented 4 years ago

Hi; just found this thread while searching for ADAHRS on Stratux. Couple of thoughts from a non-programmer. I've been hoping someone would add pressure sensors (and code) to the stratux for static and pitot pressure. This could allow it to be a true ADAHRS (with air data) instead of simple AHRS; if an external temperature probe is included, we'd get everything a hi-dollar commercial system like big D & big G offer.

But I feel I should point out that a baro sensor vented at the the Statux is likely to generate significant static errors, leading to both significant altitude errors and significant airspeed errors. Static port location on the airframe can be quite critical for accurate measurement. The RV-x a/c can see a 10kt error in airspeed, and 50-75' error in altitude, just from having a 'flush' static port vs it being on a 'bump' on the fuselage the thickness of a pop rivet head. With the static port in the cabin, any vent or heater vent being opened/closed will cause static to change, along with airspeed and altitude.

Thanks for your work; I wish that I could be of more help than just pointing out pitfalls....

Charlie

Qhergt commented 4 years ago

Which is why Im.also suggesting an external one. Although an off set can be added if using the internal one on the AHARS card.

Get Outlook for Androidhttps://aka.ms/ghei36


From: rv7charlie notifications@github.com Sent: Saturday, December 21, 2019 8:18:48 AM To: cyoung/stratux stratux@noreply.github.com Cc: Qhergt qhergt@hotmail.com; Author author@noreply.github.com Subject: Re: [cyoung/stratux] Pitot static data (#774)

Hi; just found this thread while searching for ADAHRS on Stratux. Couple of thoughts from a non-programmer. I've been hoping someone would add pressure sensors (and code) to the stratux for static and pitot pressure. This could allow it to be a true ADAHRS (with air data) instead of simple AHRS; if an external temperature probe is included, we'd get everything a hi-dollar commercial system like big D & big G offer.

But I feel I should point out that a baro sensor vented at the the Statux is likely to generate significant static errors, leading to both significant altitude errors and significant airspeed errors. Static port location on the airframe can be quite critical for accurate measurement. The RV-x a/c can see a 10kt error in airspeed, and 50-75' error in altitude, just from having a 'flush' static port vs it being on a 'bump' on the fuselage the thickness of a pop rivet head. With the static port in the cabin, any vent or heater vent being opened/closed will cause static to change, along with airspeed and altitude.

Thanks for your work; I wish that I could be of more help than just pointing out pitfalls....

Charlie

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/cyoung/stratux/issues/774?email_source=notifications&email_token=AHY6LR53OJHOBI5WK7KSF6TQZY6WRA5CNFSM4HK2NTR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHO67JQ#issuecomment-568192934, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AHY6LR7I5HLIPIFUSI7UHX3QZY6WRANCNFSM4HK2NTRQ.