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

vrunchil7

@vrunchil7

Joined June 27th, 2026

  • 11Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 49m 13s logged

Eclipse Lamp Devlog #11 - Finishing the Bottom Lamp Case print and assembling the Servo and Pi to it. Also Finishing the B.O.M.


Today was pretty fun since I got to work mostly on the hardware. I started my print at 8 AM (the earliest I’ve woken up this summer) and let the 6-hour print run. I came back at 2:13 to see the final product. Since this was the bottom shell, I needed to print it in a dark color so light wouldn’t shine through. I was itching to use my new red-and-black silk PLA, so I loaded it into my extruder and got started.

Next, I was ready to hot glue the servo into the walls I designed, but first I needed to make sure the servo shaft was centered. I grabbed a 150 × 150 mm plate and used a compass and ruler to find the midpoint (shoutout to my geometry teacher). I found that the servo shaft was only 2 mm off-center, which I was totally fine with.

After that, I tried fitting the Raspberry Pi into its spot but realized I had made a CAD mistake. When I aligned it with the screw holes, the audio jack stuck out because I hadn’t designed an opening for it. Instead of reprinting the whole part, I grabbed my hot glue gun and burned a hole through the side. It worked perfectly, and the Pi fit right in.

I originally wanted to screw the Pi in place, but I didn’t have the right size hardware. I needed 3.5 mm screws and only had 3 mm and 4 mm, so I ended up hot gluing it in instead, and it held perfectly. I also hot glued the camera into its enclosure so it became part of the iris mechanism.

After finishing the hardware, I started and finished the BOM and posted it to my GitHub. The next step is printing the top case.

0
0
19
Open comments for this post

2h 22m 41s logged

Eclipse Lamp Devlog #10 - Finishing the YOLO and AI Person Detection, starting and finishing the Telegram Push Notification system, and assembling the printed Iris-Camera frame shutter system


YOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Today was actually the most productive session ever. First, before I started my recording I finished the iris-camera frame attachment that attaches the camera to the back of the iris mechanism. My main motive for today was getting the Telegram notification setup, but I did so much more.
First I decided on using Telegram, downloading the app on my phone and computer for notifications. Then I created a bot through BotFather, got my bot token and chat ID, and went into terminal so the Pi could send messages directly to my Telegram. Within minutes I was getting notifications on both my phone and computer simultaneously — that part was actually easy and satisfying to get done fast.
After that I said “third time’s the charm for AI” and it really was. I decided to finally fix the YOLO detection once and for all, and if successful, tie it together with Telegram. I copied everything over to Claude — no more ChatGPT ragebait. I was so desperate I started glazing Claude talking about how ChatGPT is terrible. Honestly though it was the right call.
What followed was probably the most painful dependency debugging session of this entire project. The Pi threw everything at me — numpy version conflicts between picamera2 and opencv, OpenCV itself crashing with “Illegal instruction” because pip installed an x86 build on an ARM chip, then PyTorch doing the exact same thing because it installed a CUDA build completely incompatible with the Pi. I had to hunt down and manually delete broken opencv and numpy installs from multiple locations across the filesystem, increase the Pi’s swap space from 512MB to 1024MB so torch wouldn’t get killed mid-download, reinstall PyTorch from the official CPU ARM wheel, and finally export the YOLOv8n model from PyTorch format to ONNX format so it could run through ONNX Runtime instead — which is dramatically more efficient on ARM hardware. Every single fix revealed another problem underneath it, but step by step it all got resolved.
The final detect.py runs three fully independent threads — one capturing camera frames at full speed, one running YOLO inference every 2 seconds without ever blocking the stream, and one serving the live feed to the browser via Flask. YOLO only detects people (class 0 out of 80) which makes it faster, and Telegram alerts fire with a 60 second cooldown so it doesn’t spam. The moment it all worked and a notification hit my phone while the bounding box showed up in the browser was genuinely insane.
By the end of today I have a fully working computer vision + notification pipeline running on the Pi — live browser stream, YOLO person detection, and real-time Telegram alerts to my phone and computer. The core software of the Eclipse Lamp is done, but this wasn’t it for today. Sometime in the middle of my recording my print finished and I had the frame and extension. The sad part was the extension wasn’t properly designed, the camera was supposed to look through it but I forgot the hole, lol, but it’s okay because its a small and fast part to reprint. The camera fit inside its case perfectly(Which never happens to me) and I wanted to start screwing. All I did was take the screws that came with all of my servos (5) and aligned them with the holes in the iris. I was so proud of myself when the camera was facing the right way and I got the screw alignment correct. The annoying part was it took me 20 fricking minutes to get 5 screws in and my chubby little finger just couldn’t, not to mention my screwdriver was trash as well. IN the end it worked perfectly and I am SOOOOOO happy for today

2
0
22
Open comments for this post

3h 5m 7s logged

Eclipse Lamp Devlog #9 - Posting all the CAD models on my Github and spicing up my ReadMe.


Today I probably worked more on my Github than I ever had before. I also learnt some cool new helpful stuff since I’m pretty much a noob to Github. Today I found out that if i press the period button on my computer it will take me to VS code on my computer or the dev version. With this I was able to minimize my commits by a lot and it was really cool to use it for the first time. Later I realized I had to add markdown files for my iris to camera frame CAD and my Iris Face Extension CAD models. While I was doing this I updated my Custom Created CAD models file. After typing everything out on that, I wanted to work on my ReadMe because it was looking pretty sad and boring. First to please my OCD I set my badges in color coded order, added a table for core components and a quick start guide. The biggest and coolest thing I learnt today were ASCII Diagrams. With these I had Claude Generate them for my repo and I was able to change them around a bit. I first had one created of my whole repo layout with files, folders, and everything else. I then had some others created for power consumption, signal and data flow, and the Detection/Alert pipeline with push notifications. In the end I added my resources and credits for the thing I used in this project. Some of these things may not be correct though because I am not fully done with this project. I also want to thank my friend rishith for helping me organize my github, and learning from his ReadMe organization to make my own. Go check him out, he’s working on Prometheus right now, a fire drone: (@rishithc ).

4
1
35
Open comments for this post

2h 48m 5s logged

Eclipse Lamp Devlog #8 - Setting up my CAD models to print and working on my Github


Today I lowkey realized I was in sore need of updating my Github, and I also decided to check printing time on some CAD Models. FIrst I took the top shell and put it into my slicer. The time nearly gave me heart attack as it was 9 hours and 56 minutes. After that I decided to do literally anything possible to get the time under 6 hours. I first took the quality from 0.2-0.28mm layer height, then I set the infill at 0%, and increased speed from 90 to 115 mm/s, and wall speed from 57.5 to 80 mm/s. The final thing I did was probably the most important, I turned on Spiralized Outer Contour, or as some call it “Vase Mode” (ty youtube shorts for teaching me this 2 years ago for some reason 🙏). The next thing I did after fixing the printing time was work on my Github as I had not been paying much attention to it lately. I added folders for the first time(I’m a noob) and organized my code and hardware files. I even added a security file for the camera footage and added badges/shields to my readme for the things I used. I also created some new files like the Top Lamp Construction.md file from Devlog #7 and Custom Created Cad Models.md to paste the onshape and tinkercad files I used. The next thing to do is add a B.O.M to it and finally print out the CAD Models.

0
0
5
Open comments for this post

2h 6m 51s logged

Eclipse Lamp Devlog #7 - Creating the CAD model for the Top Shell of the Lamp and working on the Mechanical Iris Frame attachment


Today was pretty chill in terms of work as I was focused on making the CAD model for the top shell of the Lamp housing. This housing would hold the iris mechanism and the Lamp module. I first built the large hollow frame after researching the thickness I needed to print my walls at. I’m not sure how strong it is going to be because I set it at 2 walls or 0.8mm. For the wires going from the raspberry pi to camera, the raspberry pi to the servo, and the raspberry pi to the lamp I cut 6 long slots into the bottom of the shell. I also cut a hole for the servo gear(I will use a servo attached to a gear and the gear will attach to the shell because the shaft of the servo is too small) for the pan rotation. I then cut another hole for the Iris mechanism to fit. I needed to place the hole strategically because since the Raspberry pi was in the bottom shell, and the camera is in the top, I would have to keep the distance between them short so the ribbon cable could twist and turn. This wasn’t my proudest moment but to be honest I felt sleep-deprived and didn’t care. It still worked as long as I kept It close enough so I just turned the iris mechanism upside down so the camera was closer and that worked. I created a lid for the lamp later but i might not even use it and let the light shine through. Then I created a frame for the camera to attach behind the iris so it could stay in one piece. I will screw it in or hot glue it physically as it should fit to the back of it and align with its 5 holes(the iris mechanism). The next thing I might do is print the small pieces in here or the bottom shell from Devlog #6, i wanna wait a bit before printing the big lamp shell, not sure how that’ll hold up.

0
0
32
Open comments for this post

2h 3m 1s logged

Eclipse Lamp Devlog #6 - Creating the CAD model for the Bottom Shell of the Lamp with the Raspberry Pi and Pan Servo


Today was an AMAZING break from all the software I’ve done so far. I was focused on making the CAD model for the bottom shell of the Lamp housing. This housing would hold the Raspberry Pi and the Pan servo responsible for rotating the top Lamp shell around. This model was pretty straightforward to make as I used the premade model I had from onshape I made in Devlog #5. It was a bit rocky though because when I got my Raspberry Pi case imported from printables, It didn’t fit properly in the compartment and didn’t leave room for the servo to center. I first when with 100mm x 100mm which I made beforehand, then 120mm x 120mm which still didn’t fit the servo in the center (It was very close), and after that I was extremely fed up so I just said “screw it” and went to 150mm x 150mm. This size gave me a considerate amount of space for everything to place in. Then I reverted to Tinkercad as it was faster for me and after placing the raspberry pi case, I placed wall holders for the servo to glue onto physically (The servo was centered this time). Sadly this model got even more complicated because when I went to slice it to get a gist of the time consumed, it started at 8 hours and 46 minutes, then i removed the back wall to set it at 6 hours and 52 minutes. After that I wanted it faster so I kept removing the unnecessary walls from the raspberry pi case and I was able to get the time down to 6 hours and 4 minutes, which I was very happy with.

1
0
42
Open comments for this post

2h 14m 10s logged

Eclipse Lamp Devlog #5 - Developing KiCad Schematics and starting CAD design for the Lamp Shell


I was lowkey in need for some asmr after ChatGPT kept rage-baiting me in terminal, so today I worked on a KiCad schematic for my components and I started the CAD design for the Bottom shell of the lamp. My main goal in creating the complete KiCad schematic for all of the project’s components was so I would have a clear wiring guide during construction, even though I won’t be manufacturing a PCB from it. I ran into a dumb few challenges finding symbols for parts like the Raspberry Pi Camera and the lamp, so I created a custom camera symbol in the KiCad Symbol Editor and represented the lamp using an LED and resistor. I literally wasted like 20 minutes trying to find a nonexistent symbol so I just had to make my own. The remaining components, including the servos, power connections, and a USB-A connector for the lamp, were much less of a headache to add. After finishing the schematic earlier than expected, I used the remaining time to begin designing the lamp enclosure in CAD. I was also surprised because my computer froze for maybe 20 minutes during the recording. I pretty much had a heart-attack because I thought I lost the recording working on this when my computer restarted. I started with the bottom section, which will house the Raspberry Pi and the first servo for the pan-tilt mechanism. While the design is still incomplete, I’m pretty happy with how features like the fillets and the extrusions turned out. My next step will likely be finishing the bottom shell, unless I decide to focus on completing more of the AI system first.

0
0
19
Open comments for this post

1h 58m 53s logged

Eclipse Lamp Devlog #4 - Finally getting the Person Detection AI to run properly on my Raspberry Pi Camera


Today went EXTREMELY WELL in terms of progress. Finally, after what started back in Devlog 1 and Devlog 3, everything has come together and actually worked end-to-end in a way that feels complete. What began as a messy setup with camera errors, broken environments, and YOLO not even running correctly slowly turned into a full Raspberry Pi computer vision system with a working Picamera2 pipeline, a Flask web server streaming live footage to a browser, and YOLO detection successfully running on real-time frames. Along the way, there were a lot of setbacks—camera being “busy,” venv issues breaking imports, OpenCV display problems, dependency conflicts, and even moments where the system felt completely stuck—but step by step those were fixed until the full pipeline finally ran without crashing. By the end, I actually got YOLO detection working properly on live camera input, with bounding boxes showing up and the whole system functioning as intended. The main issue left now is performance: the system works, but it’s still slower than I want, with noticeable lag and lower frame rate than ideal. I went back and rebuilt parts of it trying to make it faster, but I didn’t fully finish optimizing it yet. That final tuning—improving FPS, reducing delay, and making the stream smoother—is something I’ll come back to later. Still, today was a complete success because the full system is alive, functional, and running exactly as planned, and now it’s just a matter of refinement rather than building from scratch.

0
0
5
Open comments for this post

1h 39m 6s logged

Eclipse Lamp Devlog #3 - Testing Mechanical Iris Code post 3D-printing and trying to finish Person Detection AI software for Raspberry Pi _________________________________________________________________________

Today I made somewhat strong progress in two areas but as always i sold on the software side lol. First, on the mechanical side, I tested the mechanical iris with an SG90 servo by wiring it to an Elegoo Uno to validate the Arduino code, which successfully controlled the opening and closing after uploading an existing sketch. I then translated the code to Python, wired it to a Raspberry Pi, installed the required libraries, and confirmed the iris worked the same way, completing the mechanical system. Luckily this made me failing on my AI seem easier to deal with. Working on this I genuinely insane and started raging on ChatGPT after making me do the same thing 20 times. I continued the person detection AI setup on the Raspberry Pi camera by confirming libcamera and Picamera2 were working, building a Flask live video stream that displayed real-time footage in the browser, and testing YOLO (Ultralytics), but I kept running into environment and dependency issues like missing modules, virtual environment conflicts, and broken installs that stopped full AI detection from running, and ChatGPT was just so bad at helping, so the next step is fixing the Python environment and system dependencies to properly run YOLO on the live camera feed.

0
0
15
Open comments for this post

40m 8s logged

Eclipse Lamp Devlog #2 - Preparing to Code and 3D-Print my Mechanical Iris Design


Today gave me a little more hope in actually getting this project done well because i was able to get the perfect Mechanical iris model that could shield my camera. It was much better working with actual hardware and arduino that dealing with terminal commands taking over 30 years. It took me some time to find the right model that was small enough but still extremely functional and versatile, but after some time I found the perfect SG90 Mechanical Iris on thingiverse.com by Lore09. After finding the files I set them up in my slicer to arrange them for 3D-printing later on. The time estimates to be about 3 hours so in the meantime i thought of writing code for the servo motor to test the iris. I also have no idea why my copy and paste wasn’t working but it is kind of expected because my computer is as slow as a snail. For this I used Arduino IDE to write the servo code, here were the comments i made to explain this code better:
//This code is too check the physical limits of the SG90 servo when it is used in the iris construction
//It will use the range of 0-63 degrees(as previously tested before as the physical constraint angles) angle it will
//start at 0 degrees and go to 63, then loop back to get the iris adjustable central opening fully closed and fully opened
//Note: My copy does not work today for some reason so i will have to type my arduino code manually resourcing it from claude.
//I will test this code in another devlog once the iris is done 3d printing and I have the servo attached.
The next thing to do is complete stage 2 and assemble the parts after printing and test the servo code for functionality and I hope like some other times, it does not heat-up and automatically break after my first code upload.

0
0
10
Open comments for this post

1h 36m 45s logged

Eclipse Lamp Devlog #1 - Installing Person Detection AI on my Camera


Today was the start of this project and I already know this is going to be really annoying later on. It didn’t go totally as planned, but I still made some progress with my AI camera setup on the Raspberry Pi. This was my first attempt at trying to add the AI person detection software on my Raspberry Pi V2 noIR Camera connected to my Raspberry Pi model B. I spent most of the time coding in terminal and also python scripts to implement computer vision. I got the camera V2 working and tested live video output using rpicam, and started building the software side with Flask and OpenCV to eventually stream footage in a browser. I tried to take it further by installing YOLO (ultralytics) for human detection, but I ran into a bunch of errors during setup and the module wouldn’t import properly afterward. Also ChatGPT kept making me download and delete files over and over again. Even though I couldn’t finish the full AI detection today, I’m planning to come back later and switch to a simpler detection model so I can get real-time bounding boxes and continue building the Eclipse Lamp system.

1
0
129

Followers

Loading…