Skip to content

Testing circuitry with Arduino Nano and GY-91 (MPU9250, BMP280). SDA is A4 and SCL is A5. Logger logs data after LED is ON for 5 seconds. Logged Data is 9 axis gyro, acc and magnetometer plus barometer pressure. Read code is provided for the EEPROM log.

Notifications You must be signed in to change notification settings

research-aessunicauca/TestWaterRocket

 
 

Repository files navigation

LOGGER: Una vez enciende el led de la tarjeta, en 5 segundos comienza a escribir los datos (Gyro3, Acc3, Mag3, Pressure/hPa) en la EEPROM. Para la Arduino Nano (1024 bytes) caben 25 lecturas. Por defecto lecturas cada 200 ms.

READER: reads all values for gyro or any variable. Modify accordingly to export string data.

A4: SDA A5: SCL (NANO)

About

Testing circuitry with Arduino Nano and GY-91 (MPU9250, BMP280). SDA is A4 and SCL is A5. Logger logs data after LED is ON for 5 seconds. Logged Data is 9 axis gyro, acc and magnetometer plus barometer pressure. Read code is provided for the EEPROM log.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.4%
  • C 3.1%
  • MATLAB 0.5%