Meeting on Wednesday with George Sullivan
Notes: https://drive.google.com/file/d/0B-46Wb6HXkEEZnQtVHp6UnRueDg/edit?usp=sharing
Problem: Stepping down 9V to 5V for the motor.
Voltage divider using resistors
Based off the multimeter the stepper motor pulls about 1.1A on a 5V rail. In the calculations we set the current to 1.5A just to be safe. This method uses a lot of power. The battery would only be able to power one motor for about 15 minutes. So we turned back to buck converters.
Buck converter package
The problem with buck converters is that some require additional pieces, so we had to find something that already had everything together. George found this one: http://www.digikey.com/product-detail/en/V7805-1500/102-2171-ND/2352130 It satisfies our 5V and 1.5A requirements.
Software
We broke down all the things we would need to program for the microprocessor into a program map. Now one to two people can work on each block of code. George showed me how to make a function for the forward motion. I'll work on the three other functions for the backward, right, and left action over the weekend and Monday.
Real Time Operating System
On the second page of the notes, George was explaining how the RTOS works. He said that if a function accidentally has an infinite loop, the program will never be able to get back to the main loop and do any future functions.
Chassis
The chassis was 3D printed Friday. It should be ready for pick up Monday before we meet at 4 PM. Also, I'm asking the HKN treasurer if we can have about $40 so we can get a moving mouse soon.