Week 3: May 22nd - May 29th
- zcarlier
- Jun 2
- 1 min read
Individual Log - Conner
I created a state of charge module using a AA battery and a voltage divider circuit. The Arduino can measure the voltage of the AA battery without needing a voltage divider, but the program was written as such to easily transition from the tested AA battery to the 12V battery that will be using a voltage divider to match the reference voltage needed.
I looked over the bluetooth code and cleaned up the unnecessary lines and began adjusting to send different types of data. The transmission currently sends a 1 byte instruction but will be adjusted to send strings and float values.
The software flowchart was revisited to begin preparation for overall program with sensors integrated, transmission active, and order of operations present. Notable changes include referencing the user manual and performing a manual reset.
Comments