Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
mito2469yThat's actually a very clever idea! Would you be willing to share I'll the details so I can replicate it in my university? Let me know how you want to be compensated/credited :)
-
tytho23149y@mito it's open source, but it's been a few years, so lots of the dependencies are outdated: https://github.com/UVU-DigitalMedia...
I don't think I have docs or anything for the physical components (3D printed stuff), but the software is all there, plus instructions on how to flash the Galileo. It should still apply mostly to the RaspberryPi, but I was very verbose in those docs because I wanted future readers to feel the pain I went through (took about 8 hours to build mongodb on the Galileo)
Related Rants
-
httpokay3Reality of those delivery dates in executive slides 🤓
-
Python6Coolest project: I once worked for a customer who hosted an exhibition for a few thousand visitors in a big ev...
-
beto8The coolest project I've worked on was for a certain country's Navy. The project itself was cool and I'll talk...
Lots of fun open source stuff, but I had a lot of fun working on a survey taking m&m dispenser. The goal was to encourage students to answer survey questions that would help the faculty get a better idea of what the students found most valuable (different things they wanted to learn, classes they found useless, etc.). So me and another student built this :) Its a node server running on an Intel Galileo, which served up an admin and survey interface using React. When a student answered a survey question, a servo would turn a gear, which interfaced with a rack and pinion that had two little pits in it. When it would slide under the jar, two m&ms would fill the pits, then the rack and pinion would push them out. Then we had a webcam hooked up to the end of it that would compare the colors of the m&ms to see if they were the same. If they were the same, the student would get more m&ms. The gear pieces were 3D printed.
We could never get the webcam stuff to work right with the Galileo because OpenCV (the computer vision library we were using to interact with the webcam) could not be built/compiled on such a specific version of Linux. Later, I was able to do it with a RaspberryPi, but never got it reintegrated.
undefined
wk3