From b0a7837cbf22676b0bf2a014fc9cb25de9b67653 Mon Sep 17 00:00:00 2001 From: Kris Winer Date: Sat, 27 Dec 2014 01:05:08 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414b566..49ad19c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ EM7180_SENtral_sensor_hub There are two 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 EEPROM from an SD card. Both the SD card and the SENtral breakout board need to be connected to a micrcontroller; I use the Teensy 3.1. The SENtral breakout board is connected to the the I2C port on pins 16 and 17 and the SD card reader is connected to the SPI port. Once the firmware is loaded onto the EEPROM it doesn't have to e done again unless the firmware changes or is updated. +The FirmwareUpload.ino file is a sketch that takes the firmware file xxx.fw (~22 kbyte) generated by the EM7180 [SENtral Tool Kit Configuration](http://www.emdeveloper.com/?page_id=105) tool and writes it to an ST Microelectronics M24512DFM EEPROM from an SD card. Both the SD card and the SENtral breakout board need to be connected to a micrcontroller; I use the Teensy 3.1. The SENtral breakout board is connected to the the I2C port on pins 16 and 17 and the SD card reader is connected to the SPI port. Once the firmware is loaded onto the EEPROM it doesn't have to e done again unless the firmware changes or is updated. The other file is a the sketch that configures the SENtral for either normal mode, where is manages the BMX055 sensors as slaves providing scaled sensor output and quaternions, or pass-through mode, where the Teensy micrcontroller can directly communicate with the BMX055 motion sensor and the MS5637 pressure sensor.