
Here are a few links with more information, GitHub repo, Shaky cam video of it in action, and Documentation
Thank you. I was hoping the preloaded fat image would help beginners get started. I used an arduino version of the bot for classes I gave at our local makerspace but felt it would be nicer if people could show off their bot without having to learn how to program in C or C++.
Since the bot turns pretty slowly, I lift the pen during rotations to avoid leaving a blob of ink.OutoftheBOTS_ wrote: ↑Mon Jun 01, 2020 10:08 pmThat's quite impressive, not an easy thing to achieve that accuracy.
I like how you stamp it rather than try to drag the pen, is this how you get better accuracy??
Yes, but the idea is based on the Low-Cost, Arduino-Compatible Drawing Robot by MakersBox. After doing a class with MakersBox's design, that was scheduled for 2 hours but ended up running for 6, I wanted something easier and quicker to build for beginners. Cheap breadboards can be probmatic on moving robots.
Thats hard to say. I wrote the first Micropython code a little over 2.5 years ago but it was pretty limited and not very pythonic. I've been working this version for about 9 months and would guess it's taken close to 1/4 of my spare time. That includes learning python, MicroPython, Sphinx, working with surface mount technology and trying to improve my whole documentation game.OutoftheBOTS_ wrote: ↑Tue Jun 02, 2020 5:08 amSounds like you have put a considerable amount of time and effort into developing this project. I notice you have also created great dos as well.
If you were to guess the total hours to get your design to this standard how many hours do you think you have spent??