What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Playing around with a microcontroller

Pages: (3): « First « 1 [ 2 ] 3 » Last »
Playing around with a microcontroller
Author: Message:
marissa
Veteran Member
*****

Avatar
ahaha

Posts: 1191
Reputation: 66
34 / Female / –
Joined: Mar 2004
RE: Playing around with a microcontroller
heyyy. i found one of these in my garage, mines um.. obviously smaller than yours but i was like :o MIKE HAS ONE OF THESE!

i dont know what the fuck it does though :p

http://img.photobucket.com/albums/v383/marissaok/IMG_5919.jpg
04-08-2007 04:07 AM
Profile PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: Playing around with a microcontroller
quote:
Originally posted by marissa
heyyy. i found one of these in my garage, mines um.. obviously smaller than yours but i was like :o MIKE HAS ONE OF THESE!

i dont know what the fuck it does though :p

http://img.photobucket.com/albums/v383/marissaok/IMG_5919.jpg
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 :P I suppose Cookie can explain better :P


--------

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 :D
YouTube closed-captions ripper (also allows you to download videos!)
04-08-2007 11:18 AM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: Playing around with a microcontroller
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 :)
YouTube closed-captions ripper (also allows you to download videos!)
04-10-2007 10:52 AM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Playing around with a microcontroller
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 :P I suppose Cookie can explain better :P
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! :zippy: :banana: :zippy:

--------------------

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 :D
small (but dangerous.. for the pedestrians :D) 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 :P


------------------------------------------------------

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

This post was edited on 04-10-2007 at 06:53 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
04-10-2007 05:45 PM
Profile PM Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: Playing around with a microcontroller
quote:
Originally posted by CookieRevised
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
That looks pretty sweet!
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
04-10-2007 09:29 PM
Profile PM Web Find Quote Report
Weyzza
Veteran Member
*****

Avatar
SoCal sunset > *

Posts: 1170
Reputation: 29
– / Male / –
Joined: May 2003
RE: Playing around with a microcontroller
Hah.. breadboard...

Do I miss it?
No, not at all :cheesy:
Registered 7634 days, 19 hours, 53 minutes, 3 seconds ago.
Happy Birthday, WDZ

04-11-2007 07:24 AM
Profile PM Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: Playing around with a microcontroller
quote:
Originally posted by CookieRevised
small (but dangerous.. for the pedestrians (Smilie)) 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...
You are right :P
Well, that's how the book I'm reading wanted me to do it :P
quote:
Originally posted by CookieRevised
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...

Nice ideas you have.
I should consider them :)
YouTube closed-captions ripper (also allows you to download videos!)
04-11-2007 01:00 PM
Profile E-Mail PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
O.P. RE: Playing around with a microcontroller
I rebuilt the traffic lights circuit and added a button for the pedestrians.
Video here: http://mike.thedt.net/temp/MOV00356.3GP

The reason I added that blue led is because:
1) I wanted to know if I actually pushed the button
2) Because I have never seen a blue led before, and wanted to test it
3) Because it is sexy :P
YouTube closed-captions ripper (also allows you to download videos!)
04-12-2007 01:49 PM
Profile E-Mail PM Web Find Quote Report
Nathan
Veteran Member
*****

Avatar
Yeah, "large dimensions" ;)

Posts: 2984
Reputation: 76
– / Male / Flag
Joined: Apr 2005
RE: Playing around with a microcontroller
awesome
Touch Innovation - touch friendly programs/applications for the windows mobile!


04-15-2007 10:28 PM
Profile E-Mail PM Web Find Quote Report
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Playing around with a microcontroller
nice (H)
04-15-2007 10:35 PM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On