You are browsing as a guest. Sign up (or log in) to start making projects!

bobjoe

@bobjoe

Joined June 17th, 2026

  • 2Devlogs
  • 2Projects
  • 1Ships
  • 15Votes
Open comments for this post

55m 41s logged

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.

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.

Replying to @bobjoe

0
1
Ship Pending review

I made an Airlock system that opens the door, slowly closes the door, and locks the door. Originally I had a few problems with the project. I actually wanted to give it two more sensors, an Ultrasonic sensor and DHT11 sensor. Unfortunately the DHT11 sensor wasn't working and the Ultrasonic Sensor was broken. I decided to add LEDs to distinguish all 3 systems. Then I realized my LCD1602 wasn't working, so I tried rewriting that portion of code but it still didn't work. I downloaded some installations on Arduino IDE and it still didn't work. Then I realized I needed a potentiometer, and when I added it, it worked. I also ran into a problem with my servo motor not being calibrated to the same amount of degrees each time, I fixed it by rewriting the code to calibrate it to 0 degrees everytime the code runs. Now that I've ran into these problems, hopefully it will be easier to make hardware next time.

  • 1 devlog
  • 1h
Video of Project → See source code →
Open comments for this post

41m logged

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).

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).

Replying to @bobjoe

0
2

Followers

Loading…