I gave up on creating the PCB with just basic logic circuits. I added an arduino and it only took like 40 minutes to finish.
I gave up on creating the PCB with just basic logic circuits. I added an arduino and it only took like 40 minutes to finish.
Worked on creating the timer inputs in a PCB. This takes SO LONG. I had no idea, I’ve never made a PCB even close to this complex before.
I created the intial logic design for my custom camera intervalometer. I used logisim to create a counter for the interval and created a bulb mode, (50% on/50% off) as well as a regular shooting mode (1 pulse every interval)
I actually used my project. Here is a shot I took of Bishop Pass in the Eastern Sierra Nevada mountains.
Updated readme to include screenshots, try it link, and technical features
Debbuged an issue where products were not listed in a production environment
Create 2048 app using iFrame
Create app launcher and windowing system
Worked on getting the project deployed to Vercel (A lot of headaches with relative and absolute paths)
Create window system, appbar, and a few apps
Add redlight mode to prevent eyes from getting burned while adjusting to the dark
I spent way too much time debugging how to use the data from lightpollution.it to find the light pollution index at a coordinate. Turns out they were using an off-centered projection that I used ChatGPT to decode (x = (lon + 126.44) / 0.03382; y = (-20.28 * lat) + 1862.4;)
Created the equivalent exposures tool to calculate values for each part of the exposure triangle based on other values.
Polishing touches: CSS styling, logo, etc
Added the ability to preview what the generated HTML looks like before having to download it
Got the ability to add different product endings to the custom html
I created a content script to pull data from the site and a popup window to read data and display it, although unformatted right now.