You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Aksel Lenes efda49f22e Rename files to comply with arduino IDE naming convention 7 years ago
WarmStart Update EM7180_MPU9250_BMP280_M24512DFC_WS 9 years ago
WarmStartandAccelCal Update EM71280_MPU9250_BMP280_M24512DFC_WS_Acc_Cal.ino 9 years ago
EM7180_BMI160_AK8963C.ino Rename EM72180_BMI160_AK8963C.ino to EM7180_BMI160_AK8963C.ino 9 years ago
EM7180_BMX055_BMP280.ino Rename files to comply with arduino IDE naming convention 7 years ago
EM7180_BMX055_MS5637_BasicAHRS_t3.ino Update EM7180_BMX055_MS5637_BasicAHRS_t3.ino 9 years ago
EM7180_LSM9DS0_LPS25H.ino Update EM7180_LSM9DS0_LPS25H.ino 9 years ago
EM7180_LSM9DS0_MS5637_t3.ino Update EM7180_LSM9DS0_MS5637_t3.ino 9 years ago
EM7180_MPU6500_AK8963C_BMP280.ino Update EM7180_MPU6500_AK8963C_BMP280.ino 9 years ago
EM7180_MPU9250_BMP280.ino Rename files to comply with arduino IDE naming convention 7 years ago
EM7180_MPU9250_MS5637.ino Update EM7180_MPU9250_MS5637.ino 9 years ago
FirmwareUpload.ino Update FirmwareUpload.ino 10 years ago
README.md Update README.md 9 years ago
quaternionFilters.ino Create quaternionFilters.ino 10 years ago

README.md

EM7180_SENtral_sensor_hub

EM7180 sensor hub with Invensense's MPU9250 gyro/accelerometer with embedded Asahi Kasei AK8963C magnetometer, Measurement Specialties' MS5637 Barometer, and ST's M24512DFC I2C EEPROM on a board directly mountable onto the Teensy Cortex ARM M4 microcontroller.

There are two kinds of files in this repository.

The FirmwareUpload.ino file is a sketch that takes the firmware file xxx.fw (~22 kbyte) generated by the EM7180 SENtral Tool Kit Configuration tool and writes it to an ST Microelectronics M24512DFM/C EEPROM from an SD card. Both the SD card and the SENtral breakout board need to be connected to a microcontroller; I use the Teensy 3.1. The SENtral breakout board is connected to the Teensy 3.1 I2C port on pins 16 and 17 and the SD card reader is connected to the SPI port on pins 10-13. Once the firmware is loaded onto the EEPROM it doesn't have to be done again unless the firmware changes or is updated; the SENtral reads the firmware upon power on and gets the information it needs about the particular sensors on the board.

The other files are sketches that further configure the SENtral for either normal mode, where it manages the BMX055 or LSM9DS0 or MPU6500+AK8963C sensors as slaves providing scaled sensor output and quaternions,or pass-through mode, where the Teensy microcontroller can directly communicate with the BMX055 or LSM9DS0 or MPU6500+AK8963C motion sensors and the MS5637/BMP280 pressure sensor.

These are the three major motion sensor inputs I am planning to implement in the short term. These will allow me to test the dependence of the quality of the motion sensor input data on the resulting sensor fusion solution using the same fusion algorithms and fusion engine.

The SENtral is configurable and the firmware, including the sensor fusion algorithms, can be programmed by the (sophisticated) user. It's just not easy.

Later, I will add altimetry to the sensor fusion algorithm as well as some other refinements. This is a great platform for testing sensor fusion algorithms and new motion sensors.

This project is a work in progress...