White Crayon Conspiracy
Follow us through our interactive digital journey!
As a new and dynamic design team we want to create exciting and playful interactions using digital inputs and analogue outputs (or vice versa)
Big or small, exciting and kitch or an everyday necessity. We are striving for playful innovation.
Wednesday, 27 April 2011
Tuesday, 26 April 2011
Press Release
Rolling and jittering independently, recklessly emitting a series of 8-bit sounds; Houndball has a mind of its own. This unique toy is every dogs dream.
Adding the switch
Because we wanted to cover houndball, we have decided to add a switch in to the circuit. BAD MOVE!
We have wired the switch between the battery and the voltage regulator. For some reason we cant seem to get it to control the circuit. Houndball is dead!
After days of moving the switch and experimenting with new bits of code. We are back to the drawing board!
We have wired the switch between the battery and the voltage regulator. For some reason we cant seem to get it to control the circuit. Houndball is dead!
After days of moving the switch and experimenting with new bits of code. We are back to the drawing board!
Transferring the circuit
We copied the circuit over from the breadboard onto this new board which we cut into a circle to fit into the ball. We had to remember to break the connections between parts on the circuit. This whole process pr proved more difficult than it looked!
Final code
main:
high b.3
pause 1000
pwmout b.3, 255, 200
for b0 = 85 to 130
sound c.1, (b0,2)
next b0
for b0 = 85 to 130
sound c.1,(b0,2)
next b0
pause 1000
for b0 = 80 to 125 step 1
sound c.1,(b0,2)
next b0
for b1 = 125 to 80 step -1
sound c.1,(b1,1)
next b1
pause 1000
for b0 = 90 to 125 step 1
sound c.1,(b0,3)
next b0
for b1 = 120 to 90 step -1
sound c.1,(b1,2)
next b1
pause 5000
pwmout b.3,255,0
low b.3
pause 8000
goto main
Our final working piece of written code! This combines commands to make the speaker work alongside the motor. The motor begins and the speaker follows with its series of sounds. When the speaker stops the motor continues to run for a further 5 seconds. There is an 8 second pause where everything is silent and not moving before the sequence begins again.
Subscribe to:
Posts (Atom)

