Starting the enclosure for the knee lift electronics. I seem to like making it complicated!
https://youtu.be/Sq4Vks1GX0M
Printable View
Starting the enclosure for the knee lift electronics. I seem to like making it complicated!
https://youtu.be/Sq4Vks1GX0M
Almost finished the enclosure . . . .
https://www.youtube.com/watch?v=1c9HJKhr2yo
After sorting out some electrical issues the enclosure is finally working!
https://youtu.be/ql8pGgkSTpc
Updating the software . . . plus more hardware issues found!
https://youtu.be/hOgWNga-VWE
For the video above some people have shown an interest in the code so here it is in a zip file. This will open in most text readers if you only want to browse it, but to upload it to an Arduino microprocessor use the Arduino IDE software and paste the code in there. This is written in a version of C++.
The code is flat, no library calls or function calls are made (except for the LCD library).
There is some code duplication for similar functions, but I was OK with that.
The pulse generation is coded directly, but libraries are available to do this for you.
There are no interrupts, but it would be more elegant overall to use them.
There are probably many other ways to do this and probably better ways!
But it does work, and it runs fast enough for me.
Use it, modify it, laugh at it, whatever works for you. If you do use it as it is right now then include the text at the beginning so people know the source.
Attachment 32293
Well here we are, the last episode in the drill press upgrade series . . . . . probably.
https://youtu.be/PCXZfAHpc8s
I have seen almost all, if not all your videos. Very nice work you have done. Congratulations for your design and the ability to finish it.
Thanks. To be honest making the videos helps me stay on track and finish them!