Hi all,
First post on the forum and was looking for some pointers. So we are tasked with a project to basically create a black box similar to one on a car. Basically we have to create a small box that will monitor temperature and humidity (and take a reading every 5 minutes), measure and record 6-DOF when a certain parameter is exceeded, measure and record up to 3 external accelerometers (MMA8451), and measure and record up to 3 external strain gauges (have not chosen part yet).
The only sensors that are going to be hooked up within the box are the 6-DOF sensor in which we are going to use the BNO055 sensor, and the temperature / humidity sensor is going to hang outside of the box (we are going to use the AM2315 sensor). The additional accelerometer and strain gauges are basically going to be external connections, so they want it so that they can just hook up a strain gauge or accelerometer and take readings. It could be one accelerometer or all 3, same with the strain gauges.
The temperature and humidity has to constantly be monitored and recorded every five minutes, while the other gauges only have to record when a certain parameter is exceeded and then they will record every quarter second until they fall below the parameter.
This whole system has to run off of a battery, and last at least a week on the battery and obviously the data will be stored and recorded onto an SD card so it can be reviewed.
Now onto the help part, we were thinking of using two Arduino Pro Micro's, and the sensors that were previously mentioned. We are going to first try and make it work using dev boards that are already out there. We were going to use a RTC (DS3231), an SD breakout board (MicroSD card breakout board for Arduino) and a I2C level shifter (BSS138). The only sensor that is analog would be the strain gauges in which we could probably use an HX711 for load cell amplification.
We want to eventually just use the Arduino's and create a PCB that houses the RTC, SD module, I2C Level shifter and any other components needed to make this project work.
Basically I am asking you guys if I am on the right track, or if there is anything I am missing or should look into. We have to start designing the project extremely soon and I would rather go with one Pro Micro if possible, but was not sure because of the possibility of all the sensor information.
Would these parts all work together to get done what I need done? Thank you so much for any and all help.