micro controller help

SYF

SYF

@syf-5TkC0R Sep 30, 2024

hey ppl, i need help for my final year project. basically, we are doing a open parking lot, powered by solar panel and batteries. we have IR transmitter and receiver at each parking lot. we only have 5, it is just a prototype. i still need to design a 7 display segment in order to show the number of available slot left, it will be much more useful. so this mean, the number shown on the display segment will always be 5 if there is no car, and if a car comes in and park, it will be 4. basically, just -1 from the base number. and +1 if a car leave the lot. what micro controller should i use? or if nt, is there any simpler way to achieve this? how should i go about doing it? i do nt have much time left to do, maybe abt 2 month. i need serious help, thanks alot.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    Harshad Italiya

    @harshad-ukH5ww Oct 12, 2010

    Welcome to CE,
    You simply want to count the number of cars in the parking right?
    Then you must have to sense the direction of the Car whether it is IN or OUT and according to it Display on Seven Segment..

    You can use Simply AT89C52 Controller from ATMEL. it is very good solution for the beginner.

    so what is the status of your project?