Archive:AwarePingPongBalls: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
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 group dynamics.  
* 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.  

Revision as of 11:04, 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 group dynamics.

  • 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.