fear the gas pump!!

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

codeman
Posts: 314
Joined: Mon Aug 15, 2005 2:29 pm

Post by codeman »

marshallh wrote:Did you have a choice of what MCU to use? It seems pretty antiquated to use an 8088 when you could use a PIC16F877 and eliminate most of the logic gates as well as the eeproms. At least you learn more using the 8088 :)
Why not use a HD44780 LCD screen instead? If you run one in 4-bit mode, you can get away with 6 IO pins. Some people have used that along with a serial-parallel chip and only 3 pins are needed. I assume the keypad is multiplexed?
exactly! I could have written the PIC code in like a day and had it work perfectly, but "that's not the point of designing an embedded system". We had to use an 8088 and all its associated logic as a part of the assignment. After figuring out the old processors, it's pretty easy to decipher what's going on with the newer processors, so i think that was their reasoning behind forcing the 8088 on us.

Yeah, I've used the hitatchi LCD before for a wireless thermometer project and it's pretty easy to use, but it would have been extra work that wasnt required. As it was we ran out of time to finish it, we got like 95% of it to work, but it's super hard to find a software bug on an embedded system. We had to light LEDs to figure out where we were in the program and we couldnt use the logic analyzers to make sure that the correct data was being processed because the analyzers dont work in real-time.

PICs are so much better.
What I have shown you is reality. What you remember, that is the illusion.

"Say, what does this button do?"

All the dishes rattle in the cupboards when the elephants arrive
timmeh87
Senior Member
Posts: 3047
Joined: Mon Nov 14, 2005 10:19 pm
Location: Ontario, Canada

Post by timmeh87 »

i started a new crazy project, just for fun. remember layada's spoke POV? (google if not). i figured that i want my own. so im going to make two boards. one will have a microcontroller, some sort of magnetic sensor, the power regulation, 8 LEDs and a pin header. the other board will have a s-p shift register, 8 leds, and 8 transistors (and 8 resistors :roll: ). the idea is that you will be able to scale it to whatever application you have, since you can just chain as many registers as you want... heres some conceptual stuff i did last night, without even really looking at datasheets:

http://img66.imageshack.us/img66/6499/pov8jq.gif
Image

"Linux is only free if your time is worthless"
Extreme_Jesus
Posts: 1293
Joined: Sat Oct 01, 2005 12:04 pm
Location: Old Hampshire, none of that New hampshire stuff....

Post by Extreme_Jesus »

ah i get it, i got a bit confused i was thinking a gas pump? what would you need that for?

im from england so its a petrol pump to me
gamemasterAS
Senior Member
Posts: 3310
Joined: Thu Nov 24, 2005 10:30 pm
Steam ID: lolz1337face
Location: Ohio
Contact:

Post by gamemasterAS »

Harshboy wrote:You guys are all in Highschool, that makes me seem stupid because i'm only in Eith Grade :cry:
You should feel even stupider, you spelled eight wrong, just kidding.

And im only in seventh
.
Extreme_Jesus
Posts: 1293
Joined: Sat Oct 01, 2005 12:04 pm
Location: Old Hampshire, none of that New hampshire stuff....

Post by Extreme_Jesus »

Harshboy wrote:You guys are all in Highschool, that makes me seem stupid because i'm only in Eith Grade :cry:
come live in the UK, you finish school at 16 :lol:
blackbox_dev
Senior Member
Posts: 1906
Joined: Sun Jan 15, 2006 5:19 pm
Location: Formerly known as iam7805

Post by blackbox_dev »

I'm developing MY OWN console using PICs. Similair to the XGameStation, but made by me. :)
I'd imagine right now you wish you were a cuttlefish...
Post Reply