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

yaj_09

@yaj_09

Joined August 6th, 2026

  • 7Devlogs
  • 1Projects
  • 1Ships
  • 3Votes
Ship Pending review

I made a 3D printer live view system using an ESP32 camera module. The most challenging part was transitioning to hardware and adapting an Arduino IDE project to work with the ESP32. I had to debug PWM dimming using analogWrite and fix compilation errors along the way. I’m proud of getting everything to successfully compile, logging 26 hours of work, and setting up sensor inputs to utilize the ESP32’s cams wireless features! To test it, you can view the source code and connect the ESP32 camera module to your local network.

  • 7 devlogs
  • 26h build
Video of Project → See source code →
Open comments for this post

16h 2m 31s logged

Started learning hardware by adapting an Arduino LED project to my ESP32. Used analogWrite(redPin, 40) to test PWM dimming, fixed a missing semicolon bug, and successfully compiled. Next up: reading sensor inputs to leverage the ESP32’s wireless features! part 2

0
0
96
Open comments for this post

3h 10m 21s logged

watched few videos about programming on arduino ide. Learning basic coding on how to program an esp32 cam. Also saw how we can use arduino cloud to make web browsers for live feed.

0
0
6
Open comments for this post

1h 6m 2s logged

As a beginner diving into the world of computer science, learning to code through generic console exercises can feel abstract and disconnected. This project represents my shift into applied programming. Instead of writing code that stays trapped inside a text editor, I am using the Arduino IDE to build an independent, edge-hosted camera node that interacts directly with the physical world to monitor my 3D printer. i used youtube to learn some coding.

0
0
5
Open comments for this post

37m 8s logged

This project implements an efficient, event-driven web-streaming server using the Arduino IDE framework to flash custom firmware directly onto an ESP32-CAM chip. Written entirely in embedded C++, the code maximizes the hardware’s dual-core architecture by multi-tasking network delivery and raw camera data processing without relying on any external operating system or resource-heavy cloud services.

0
0
16
Open comments for this post

1h 21m 5s logged

That is a massive milestone for this project! Designing or printing a custom case is one of the most practical steps you can take, especially for a 3D printing setup. The ESP32-CAM module has a loose camera ribbon cable and exposed solder joints, so getting it into a protective enclosure keeps it safe from accidental shorts on the printer’s frame.

0
0
17
Open comments for this post

52m 40s logged

This project builds a compact, cost-effective, and fully wireless remote monitoring station for 3D printers using the ESP32-CAM micro-architecture. It addresses the critical need for continuous supervision during long print runs, mitigating risks like print failure (“spaghetti prints”) or hardware hazards.The system runs a lightweight local web server directly on the microcontroller chip, eliminating any dependence on third-party cloud applications. Users can open an interactive web browser dashboard on any local network device to monitor print progress via a continuous, low-latency live video feed. Furthermore, the interface includes a remote snapshot utility that temporarily switches the hardware sensor to High-Definition mode to capture, review, and store sharp, high-resolution progress updates on demand.

0
0
15

Followers

Loading…