Shipped this project!
Added some code fixes here and there and added custom domain to use
Added some code fixes here and there and added custom domain to use
Purchased domain - airtolife.in from grant
added some fixes to reduce loading time tried
and formated code
Log in to leave a comment
I built this Smart Alarm Clock for Desk which have Web simulation based ui to control with you get notification on screen when you get message on slack
(i have given very detailed devlogs please check out that ) and given video in demo
i used firebase db to sync both the web simulation lcd and real lcd connected with arduino and esp32
This clock have 3 feature alarm , notification and animation
you can set alarms and give it note which shown when its ring
you can play animation because its desk alarm its look cool
you get notification on screen when some some message you on slack
i gonna work on CAD of this alarm to make it real one by 3d printing parts and all
this is my probably last devlog on this before this project first time i thing this projects 1st version is done and its ready to ship now
i added all the necessary feature like
i learned lots of thing from this project about Arduino uno esp32 pipedream how to use webhook automation how to make slack bot app what’s pros and cons of uno based project
mainly using firebase DB for real time data sync between web and real lcd is very interesting part for me and designing web ui thats minimal and cool is also very good experience
and in this project i documented very single thing through develogs that was very new thing to me
Overall i have so much fun making this project
Log in to leave a comment
because i have exam from Monday so now i will format the code and create demo web ui to experience for voters and add readme and ship it
Log in to leave a comment
Got Well Cooked Mark on Project 😊
to add push button feature i faced very new problem which is very complex to understand for me
so at first i thought that its very easy i will connect the 2 Push Buttons in UNO and add function in it to switch mode and stop but when i did it that’s not working properly like when i am pressing switch mode button its not working at single press when i pressed it 2-3 time its worked but when i tried which it from animation mode to normal its not working at all i thought push buttons are not working so run a serial test code in uno to test push button then i saw both them are working normally after debugging and searching on chatgpt i got to know about the issue i am facing,
so the real problem is i am using push button in uno and when its switch to animation mode its receive lots of data from esp32 in tx port and its process it all every sec so when i register the push button click then its didn’t got that window process that click of push button because its busy in animation
to solve that push button problem i connected both push button in ESP32 GPIO pins and added Stop and Swith Mode Function in its code,
so now what’s happening is esp32 get the click registered and send it to UNO through same TX to RX connection from which animation is working and now push button function is also working
‘i learned lots of thing about uno data transferring and receiving limit and solved a new problem occurred to me in feature i will take it in account that uno have this issue so do it correctly’
Log in to leave a comment
added old video by mistake , thats why deleted and uploaded with new video
please check out working video :)
so i added animation feature to set animation on LCD screen after so many failed trial and attempts it took lot of work😭
basically in 16X2 LCD display you can allot a special character to draw a specific things like this triangle for wave animation
Code -
"%":["00000","00000""00000","00100","01110","11111","00000","00000"]
in this if i use % it draw this triangle which allotted to this special character because i cant any alphabets and number because its use to show character eg. A , B , C … in message
so i have to very carefully choose special symbol which is not use very frequently in message it took lots of time
this animation feature only added in web for now i am working on uno code to work in real 16x2 lcd and sync it
2 . add push buttons in real lcd to stop and switch between normal and animation mode
3. work on web ui to make it better
Added some code changes formatted the code because i want to get more cookies reason is my 1st major ship which have 90% of its times it got only 2X cookie multiper thats not fair i guess thats why i reshiped it but with 20min dev and that reship got 13X multipler but i ggot 6 cookie only because that was only 20min devlog please support me i want pcb buying grant for my next project
Log in to leave a comment
so basically i added a alarm ringing duration adjustment slider
from that slider i can adjust the duration eg. 5sec to 2o sec ,how ever i want to set it easily
its customizable for every alarm individually you can set 1 alarm ringing duration 5 sec and other 7sec
so when i set it on web ui and save it then its store with all alarm detail in firebase database and from that i can sync both real lcd with fetching it by esp32 and web simulation lcd
now i am building animation feature and adding multiple pages in web to separate all feature like notification , alarm, animation so user can access all the feature easily
to create a step by step guide how others can build it too
like hack club blueprints starter projects it is my inspiration to create a guide
Log in to leave a comment
Now when i receive ping on mentioned message on slack channel i get notification on both LCD and its Web simulation
I used multiple method in first trials like
Final Method i used -
(for now i didnt add any thing to fetch username thats why its showing user id)
i tried multiple method to track all message in any channel of workspace or track my dm also i tried all the methods to do that slackboot wehooks , event log many other but it dint work i spent 2 days in it 😭 so in last i settled on version i posted now a slack bot that can be added in any channel manually to track messages
I added a working video
Log in to leave a comment
i am reshipping the project because i received only 5 cookies for 2 hrs project previously i think it little bit unfair payout thats why i added small changes and reshipped it
I got received 5 cookies for 2hr work i think it was unfair that’s why i am reship the project added some changes like now motor also off when driver not looking in front for long time
Log in to leave a comment
Now i can set to an alarm and that note will be appear on screen when it start ringing on set time , it can be single word or multiple with its scrolling text feature when word get bigger then screen it use word scrolling to show you full note
i used same firebase db just added place for note also with alarm now when i set alarm in database its store both note and alarm
i given video in which i shown all the features
Log in to leave a comment
today i made website to set the timing and make good ui with LCD 16X2 Display Simulator which sync with my real display and show same info on web
Now you can set alarms set time, dates and you can add notes(which later shown on display working on it)
UI Structure - Google clock app
Color and fonts - Scraps website
HTML
CSS
Java Script
So used firebase to store alarm data when i set alarm on website it store on firebase db and that fetched by esp32
and for real time clock i use ntp servers in both website simulation and real one
to sync the real lcd with simulation it took most of the time almost 2hr on record and designing website it done pretty easily just the lcd display making it is little bit hard part but i later user wokwi simulator code and make it work with my website and then i used cursor to generate structure and did all ui work by own hands (some part of website is unpolished i will fix it )
Log in to leave a comment
for now i created a simple version on alarm clock using Arduino Uno and Esp32 i fetch time using ntpserver in esp32 and by tx2 connection esp32 sends the time to uno and display it on display .
I didn’t have a webpage to set alarm for now its set from serial monitor of UNO and i also didn’t added alarm stopping option because i didn’t have push buttons 😭 i will add that feature later.
i added bell icon in corner using - https://maxpromer.github.io/LCD-Character-Creator/
So it just shows time on 1st line and stetted alarm time in 2nd line with bell icon as you can see it in picture and its rings on settled time
I took 4 hr because its first time i am using rx tx connections in esp32 and uno and i got too many errors i created webpage but its not working properly
i tried multiple times almost (whole night)😑fixing but it didnt worked in last i am posting this simple version devlog
Log in to leave a comment
i seen this type of project on internet but in that i seen one thing no one is integrating notification or call in this which is very important in emergency situation like this
i build this project because i have free time and i have to do some thing so i created this easy and helpful project and i learned lots of things in it
Basically this project is for preventing road accident causing by Driver Drowsiness by using computer vision
An smart safety system that detects eye closure using open cv and triggers hardware alerts and telegram notification
I build this project because i am getting bored i am working on another project but i need some break thats why i build this in just 2 hours i implemented telegram bot notification also in this project using esp32 wifi module
During building this i faced lots of problem in python using libraries
I learned about creating telegram bots and integrating it with esp32
Log in to leave a comment
Today i created RoadMap how do i make this with tools i have like old phone for camera and GPS and ESP32 for logging and laptop for processing it ,
PHONE (Camera + GPS)
├─▶ Laptop (Image / Video)
└─▶ ESP32 (GPS / Status)
ESP32 ─▶ Laptop (Metadata)
Laptop (AI Processing)
└─▶ n8n (Automation)
└─▶ Email Challan
Laptop ─▶ ESP32 (Alert / LED / Buzzer)
Then upgrade it from grants like using webcam for camera and using Raspberry pi for Processing the image and Making API calls all the thing natively on helmet attached
Today i also learned how i access phone cam on laptop by using IPCAM App and accessing the phone location coordinates from GPS logger App and send it to laptop
Log in to leave a comment
Added the Map to Select a State after selecting the state it will go to select city there is state map to select city there you can select your city there are some places there data is not available that’s why its not work but almost all states and city works you can fetch the info
WHAT USING -
For MAPS : using the JavaScript’s of Fusion Charts Trial and integrated with all data to work
Added the Map to Select a State after selecting the state it will go to select city there is state map to select city there you can select your city there are some places there data is not available that’s why its not work but almost all states and city works you can fetch the info
WHAT USING -
For MAPS : using the JavaScript’s of Fusion Charts Trial and integrated with all data to work
PROMBLEMS - Because of too many JavaScript’s for state maps site loading time for first visit is very high
TRY TO SOLVE IT NEXT ANY ONE INTRESTED IN COLLAB/HELP MY CONTACT INFO ON MY GITHUB
Log in to leave a comment
Looks cool
maybe try making it glow
This Project is Awareness Project to Aware People About Bad AQI and how it is harmful to live in the bad AQI since it is the one of main concern in India right now but people not taking it seriously so i decided to build this to provide people the factual data from which they can see they lost how many year of life due to bad AQI
This Project isn’t Completed yet i want to make some UI changes and add more data but its totally working
This is my 2025 college science fest project i want to work on this project from long time but i didn’t getting time so i decided to complete it now so i start updating it form 10jan i will make some UI update add more location more data from which people can get more accurate data this is an awareness project how bad AQI is harmful for us and aware people about that any one interested can message me contact detail is on my GitHub
Log in to leave a comment