- This topic has 1 reply, 2 voices, and was last updated 11 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Hi all,
Here is a very basic prototype of a “programmable breadboard”. Unlike the common breadboard, its pins are not connected together, but they can be programmed to form a connection, or a path connecting many pins together.
The advantage is that, a circuit can be emulated in this breadboard using real electronic components, no need to give connections using wire.
Using this prototype board, I was able to program two different circuits that can glow a bi-color LED in two different colors.
http://www.engineersgarage.com/contribution/breadboard-programmable-interconnections-using-arduino
The interesting thing is that the device does the programming itself by receiving a set of serial data from a PC, regarding the conncetions to be made. So this can be easily interfaced with a GUI running in the PC.
Draw the circuit in the PC, download it to this device, power it up and test. !
I would like to take this protoype to the next level. Requesting your valuable sugessions.
Hi,
This is really an apprecriable work.
You have accomplished almost all basic things. You can add functionalities like extending breadboard if circuit is more complex.
Really an awesome work my friend.