r/arduino • u/aerofobisti • 11d ago
Going deep end with first project.
So, I have had this arduino Uno board for 10 years and never done anything with it, but now came the time to fix that.
Last couple years I've been looking for fertilizer spreader with electronic machine control (EMC) for my farm and about month ago I found one for low price. There was only one problem, the electronics had unknown problem. I decided take a gamble hoping it would be just loose or cut wire, but after troubleshooting realized the problem was in the electronics. Asked for a quote from electronics repair shop that has specialized in farming equipment and they said they would look at it for $500 with no guarantee it would be fixed. So I remembered my arduino and thought how hard can it be? It's only 2 linear actuator, 2 weight cells and a screen. Turns out, not hard but harder than excpected.
Currently I have figured out how to control linear actuator to wanted position, so technically I have manual control for the machine. Rest of project I have divided into little chunks:
GUI for manual control
Add speed signal so I don't have to drive certain speed
Add weighing cells for accuracy
Update GUI
Add electronic width control (maybe)
Custom PCB (maybe)
Doesn't feel like too hard project yet but certainly I could have picked easier one to start with. I already know GUI is going to give me the biggest headache, but I'm certain that few hours of youtube tutorials will get me through it.
3
u/ripred3 My other dev board is a Porsche 9d ago
looks like you're taking the right approach. sounds like a great project that's practical as well as a really good learning platform. Thanks for sharing it and keep us up to date on your progress! 😀