I cannot find codes for parking lot monitors. I check the Arduino database

My name is Gamal and I am building a parking lot monitor for my final year project, but I cannot find the codes used in the YouTube videos. I have the 1.13.15 Arduino IDE version. Is there another website to find equivalent codes for this purpose. Thanks in advance.

Gamal

It sounds like you are not building the code but are looking for a ready made solution. Isn't it supposed to be your work rather than someone else's that you submit as your final year project ?

Have you even tried to write the code ?

1 Like

Hello
Take a view.
https://www.instructables.com/howto/parking+lot+monitor/

Thanks for the link, I made some progress, but I still have one error now. I really appreciate it.

I just need something to guide me, or something I can alter.

Start with this

void setup()
{
}

void loop()
{
}

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.