I want to make an RC car for my next project! Let’s see what that entails.
Author Archives: EE Diary
Hand Crank Generator: Built + Test
Let’s build and test the hand crank generator!
Hand Crank Generator: Design
Let’s design the hand crank generator!
Hand Crank Generator: Intro
Let’s build a hand crank generator!
System Testing
Let’s test (and improve?) the variable load system!
Assembly
Now that the software is complete, let’s put the system together! During testing, I used a 3D printed jig to hold the PCB so that I could easily hook things up to it, and not have to worry about it dragging across the surface of my desk. It’s also useful for making the PCB level …
Software Testing
Now that all the modules are done, and strung together in main, let’s do some testing. Specifically, let’s look at the timing. For this testing, each module turns an LED on (active low) when it starts running code, and off when it finishes. The LED is left alone if the code does not run. By …
Main
Let’s look at the main of the code!
Debugger Module
Let’s take a look at the debugger module!
UI Module
The User Inteface (UI) module is responsible for three things: Reading user input Displaying information to the LCD Managing a menu interface Let’s look at the steps above in order. Reading User Input The user input will be through an encoder, EN11-HSM1BF20. The encoder can detect when the handle is rotated clockwise or counter-clockwise. The …