! Cool Stuff I made !
! Cool Stuff that I made !
< Voice activated light switch >
Basically I made a thing that turns off my lights when I say "OFF"
The way it works:
- A servo motor is connected to an esp32 board, it's connected to wifi and is basically a server.
- Im running a python speech recognition program on my laptop.
- When it detects the word "OFF" in any sentence, it sends an http request to the board.
- On receiving this, the board turns the servo and switches the light off.
- also the whole mechanism is actually kept up by tape
Coming soon as a commercial product in stores (all of them).
< Name Leaver >
I added the ability for people to leave their names on my website! I did this for fun and it was pretty fun yeah.
The way it works:
- Pretty much like a guest book.
- People get to choose their name and their color on the submit page.
- A post request is sent and the name+color are added to a database.
- Another page on the site just displays all the names by fetching stuff from the database.
- this took me way too long to make but it works :P
Go leave your name!!!
< Hog Sender >
Hog Senderâ„¢ is an app that lets users send named hogs to each other.
The way it works:
- There are two roles: receivers and sender. Receivers are the ones that get the hogs from the Senders.
- Pc clients get to choose between being a receiver or a sender. Android users only get to be the senders.
- Senders have a button that lets them send hogs and a field to input their name into.
- Once button is pressed, a hog with the senders name is sent to all active receivers.
Hog Senderâ„¢ is not available for the public at this moment.