https://github.com/strifel/homemadebell
Create your own WIFI bell
https://github.com/strifel/homemadebell
Last synced: 3 months ago
JSON representation
Create your own WIFI bell
- Host: GitHub
- URL: https://github.com/strifel/homemadebell
- Owner: strifel
- License: mit
- Created: 2019-05-08T15:21:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T15:36:54.000Z (about 6 years ago)
- Last Synced: 2025-01-03T04:41:23.490Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homemade Bell
#### Simple Arduino/ESP project
## Prestory
I wanted to create something simple using an ESP with WIFI.
So I decided to create a small bell button which gives you a push notification.
## How to use
### The bell.php in server/ has to be modified:
- Replace the (second) "key" in the if with an custom key.
Afterwards create a bell.txt writable by your webserver and upload it to your webserver.
Please keep in mind that
1. everyone can read your last timestamp in the bell.txt
2. Only the last timestamp will be logged
3. You need php installed to get this to work
4. The bell.txt should be publicly readable
### The bell.ino in bell/ has to be modified:
- WIFI SSID has to be replaced with your SSID
- WIFI PASSWORD with you password
- http://bell.php with the path to your bell.php file
- and the key (the value not the name) has to be replaced with your custom key
Afterwards it can be flash onto an ESP with Wifi Support
In order to use the bell you have to connect Pin 0 to Ground
e.g.

### The index.js in client/ has to be modified:
Change the value of the constant URL to the URL to your bell.txtrun `npm install `
and `npm start`
(you need to have npm installed)
### Some simple 3D Files for a simple box are in box/
These are custom for my circumstances. I can not recommend them for everyone
## License stuff
This is only for me learning doing stuff with electronic so:1. Everything is licensed under MIT License
2. ##### EVERYTHING COMES WITHOUT ANY WARRANTY AND YOU ARE COMPLETELY RESPONSIBLE FOR DOING ANYTHING TOLD HERE.