Close

Preliminary Calculations

A project log for ArduAOA

Use BLE enabled Arduinos to collect Angle of Attack (AoA) information and display

tklenketklenke 11/25/2023 at 20:400 Comments

Intention is to set up entire system sending dummy data to get base programming completed prior to any functional testing.  Researched existing documents to get a reasonable base line for initial calculations and expected sensor readings.

#define A .0419
#define B -0.8279
fPSI = A*fVolts + B

Discussions