Open comments for this post
For my page I wanted to add some games, but first I started with a calculator. Honestly it was really hard coding a calculator in html without AI, but I managed to do it. The main problem was the typing if I am being honest. SO many bugs happened because of how many numbers I mistyped or how many times I typed / instead of . My calculator works, but I’ll change the colors later, they are really weird right now.
Open comments for this post
I am working on a small Arduino system involving servo motors an LCD1602 and LEDs. This project mimcs airlock systems used in space shuttles. Right now the project has three different systems, Safe, Caution, and Airlock. Things that I’m thinking about adding to this project : DHT11 (to analyze temperature and airlock during dangerous temperatures), Ultrasonic (Detecting any threats), IR sensor module (useful for detection too).