How You Should Begin With a New Projekt
by Max Siebenschläfer in Circuits > Microcontrollers
270 Views, 1 Favorites, 0 Comments
How You Should Begin With a New Projekt
Hello reader,
this is my tutorial how you should start with a new microcontroller project.
Your Best Friends
The first thing you have to order are a perfboard and jumper wires.
Choose Your Microcontroller
You don't have to choose one of these three. They are only examples.
Components
Chose the components that you need. Finde out how the components work together and which port have to be connected with the microcontroller at which place. Components could be a sensor or a motor, anything you attach to the microcontroller.
Connect the Components
Connect the components and the microcontroller you chose before with a perfboard and some jumper wires.
Program
Now you can test your code and how your microcontroller works. If your code works you will solder the parts to a perfboard or will design a gerber file and solder the parts to it.
After Everything Works
After every things works and you are pretty sure you doesn't program any bug, you can start to go on and design a case.
The problem is that you can end more easily with a unfished project that looks pretty good but you can't enjo
Conclusion
Follow the instruction for your next project. Let me know in the comments what you think or if you have any questions? Thank you for reading.