[Flight Simulator]{.underline}
With this application, you can simulate the data from your boarding pass with labview. I did not upload the full version of the application to github because I was doing academic work. If you need the full version, you can contact me.
On the embedded side of the application:
As a middleware:
- FreeRTOS
As a sensor:
-
BMP180 pressure sensor
-
MPU6050 gyro and acceleration
-
NEO 6m gps
-
HMC5983l
-
ADC for BAT
-
Joystick
-
Button
As a protocol:
-
UART
-
I2C
-
SPI
As a data standart
- XML
My LinkedIn Post:
During my quarantine period in Germany, I had completed a few rtos courses, but I could not find the opportunity to use the knowledge I gained in any big or small project. I did a small study to evaluate the curfew in my country on weekends. Here I tried to make an interface with sensors like mpu6050, bmp180, neo 6m, hmc5983l and so on using FreeRTOS and STM32F429 MCU. I have observed the effective use of concepts such as semaphore, mutex, queue etc. I transferred data to the computer over UART and displayed the data in the interface. I created this interface with LabVIEW. I also used some API's to obtain some data. The next step will be to transmit data by rf. Then I will try to add some features by integrating it into the system I prepared earlier. Sorry for adding noise to some places to hide my location.