quote:
Originally posted by Mike
This is where you put all the electronic stuff. For example: leds, resistors, buttons, etc.
(I guess that) you can't do much without the microcontroller (which is on the green board)
I know, my explanation sucks I suppose Cookie can explain better
You've explained it good though...
Such boards are also known as testing-boards or practice-boards. The proper term is
breadboard.
Such boards allow you to make test cases without the need to solder wires and making real
PCBs (=printed circuit board... eg: your motherboard is a big PCB consisting of multiple layers). As you can see from Mike's photos, you just need to stick the components in a cell on the board to make connections.
They are great for small experiments and for learning practices since you can change stuff around and connect whatever you want and restart over again if needed.
Once you have the proper hardware set up, you can design a PCB layout and make/print and etch a real PCB.
I bet Wiki has an even better explaination... searching...
EDIT:
http://en.wikipedia.org/wiki/Breadboard
http://en.wikipedia.org/wiki/Printed_circuit_board
--------------------
quote:
Originally posted by Mike
I also made this the same day I posted the previous post, but I didn't post it.
http://mike.thedt.net/temp/MOV00332.3GP
Nothing new again. I just used 8 small red leds this time
!disco inferno!
--------------------
quote:
Originally posted by Mike
I made a small change to the traffic lights project: http://mike.thedt.net/temp/MOV00307.3GP
The two new lights are for the pedestrians
small (but dangerous.. for the pedestrians
) thingie: the green light for the pedestrians jumps on green the same time the car light jumps on red. There should be a delay between them...
Next exercise with this: add a push button: as soon as the button is pressed a delay happens, then the car lights jump on yellow, then on red and the pedestrians lights go on green (for a shorter time than in a normal sequence)... This will simulate the button pedestrians can use on lights to quickly cross the street.
if you have a infrared diode, you can add that too: only start the pedestrian request for green light when the pedestrian pushes the button and when there is no traffic: if the infrared beam isn't interrupted for, lets say, 5 seconds... (this also teaches the use of logic gates, in this case the AND gate)
Next exercise: add a circuit (can be a rocker switch) which when broken sets car lights on flashing yellow. The switch will simulate a shortcircuit or power failure in the system. eg: traffic lights out of order...
PS: if you have Lego, build a real crosspoint
------------------------------------------------------
EDIT: for those who don't have a real breadboard but still want to experiment and play around with one: Java breadboard simulation:
http://www.cs.york.ac.uk/netpro/bboard/jbreadboard.html