Archive:AwarePingPongBalls: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(Created page with "Based on this: [http://www.instructables.com/id/LED-Ball/] but with intelligence (Arduino), RPG LED and sensors like light (maybe acceleration?). Bigger array of light sensors...")
 
No edit summary
Line 1: Line 1:
Based on this:
Based on this:
[http://www.instructables.com/id/LED-Ball/]
[http://www.instructables.com/id/LED-Ball/]
but with intelligence (Arduino), RPG LED and sensors like light (maybe acceleration?). Bigger array of light sensors so that the ball know what colors are adjacent on which side.  
but with intelligence (Arduino), RPG LED and sensors like light (maybe acceleration?). Bigger array of light sensors so that the ball know what colors are adjacent on which side.  


If in made in big numbers could be used to simulate cultural borders.  
If in made in big numbers could be used to simulate cultural borders.  
-> Implement group dynamics in code  
* Implement group dynamics in code  
-> Each ball monitors change of color in the neighbors and decides, based again on adjacent colors if it wants to be part of change, or react in the opposite direction.  
* Each ball monitors change of color in the neighbors and decides, based again on adjacent colors if it wants to be part of change, or react in the opposite direction.  
-> Should with 5+ balls this should result in 2 uniform color groups of balls.  
* Should with 5+ balls this should result in 2 uniform color groups of balls.  


I can build the tech, but I think I need help with the algos.  
I can build the tech, but I think I need help with the algos.  


[[Category:Project]]
[[Category:Project]]

Revision as of 11:03, 25 April 2013

Based on this: [1]

but with intelligence (Arduino), RPG LED and sensors like light (maybe acceleration?). Bigger array of light sensors so that the ball know what colors are adjacent on which side.

If in made in big numbers could be used to simulate cultural borders.

  • Implement group dynamics in code
  • Each ball monitors change of color in the neighbors and decides, based again on adjacent colors if it wants to be part of change, or react in the opposite direction.
  • Should with 5+ balls this should result in 2 uniform color groups of balls.

I can build the tech, but I think I need help with the algos.