• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Check out my project

Martin

Lifer
Picture

Video (6mb)


The lego is hooked up to a custom board that somewhat simulates an embeded system. The programming was done through 68K assembly and doesn't show it, but there is also an interrupt based keyboard interface. The user can clear the counter, pause the belt, display number and type of pieces sorted and quit.

Fun assignment.
 
Originally posted by: Martin
Picture

Video (6mb)


The lego is hooked up to a custom board that somewhat simulates an embeded system. The programming was done through 68K assembly and doesn't show it, but there is also an interrupt based keyboard interface. The user can clear the counter, pause the belt, display number and type of pieces sorted and quit.

Fun assignment.

looks cool, does it sort by color/size or is it sequential binning?
 
Originally posted by: Anonemous
Originally posted by: Martin
Picture

Video (6mb)


The lego is hooked up to a custom board that somewhat simulates an embeded system. The programming was done through 68K assembly and doesn't show it, but there is also an interrupt based keyboard interface. The user can clear the counter, pause the belt, display number and type of pieces sorted and quit.

Fun assignment.

looks cool, does it sort by color/size or is it sequential binning?


Sorts by length alone. There two LEDs and two sensors. First sensor counts how long it takes for the piece to pass and based on that decides if its small, medium or big. The second sensor then stops the belt, rotates and puts it in a bin.
 
Back
Top