No, it's not about gas prices rising, sorry to disappoint you. It's about sharing my suffering with you. I just finished a course on embedded system design, and our final project was to start from scratch with a processor and a bunch of other decoding/logic chips and build a "gas pump" system. There's a lot of wires!!
I'm just happy i'm done with school for the summer. I figured I'd shove it in your face if you're still in school Anyone else have insane school projects they've had to suffer through?
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
Nice job! I can recognize a couple of eeproms, some logic gates and an 8088 CPU! Never thought I'd see one of those in commission again I've got one (as well as a 8048AH) lying around if you're interested.
I'm still in school for 3 more weeks.
I'll be glad when I can take some EE courses at K-State university
marshallh wrote:
I'll be glad when I can take some EE courses at K-State university
yeah, being an EE major is defintely fun (much better than all those mechanical guys) The only problem is after I'm done getting information crammed down my throat...I'm too burnt out to actually apply it to do anything fun. Maybe that'll change this summer
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
marshallh wrote:Nice job! I can recognize a couple of eeproms, some logic gates and an 8088 CPU! Never thought I'd see one of those in commission again I've got one (as well as a 8048AH) lying around if you're interested.
I'm still in school for 3 more weeks.
I'll be glad when I can take some EE courses at K-State university
Kennesaw State University? If so, you live not too far from me. >_> all of the Student Teachers at my school are from KSU
gannon wrote:hmm... *ponders about power abuse*
benheck wrote:Wow, guess I should have searched my own forums! Oh wait, I don't have to since the rules don't apply to me
SpongeBuell wrote:I've been off since Wednesday (other than a 5 minute test I took yesterday, and a 2 hour test this coming Wednesday) so ha!
I've been off since Tuesday...with no more tests to take!
@extreme jesus: it's supposed to simulate a gas pump, where you select a payment type and a gas grade and then hold down the button to "pump" the gas, then it scrolls the price on the LED display. Lame, yes, easy, no.
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
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?