DiGi Cracker is literally, a digital cracker. Normal crackers suck cus of pollution so I made this.
- Python3
- PlatformIO
- ESP8266
- An MQTT Server
- Clone the code
# Git CLI
git clone https://github.com/techno021/DiGiCracker
# Github CLI
gh repo clone techno021/DiGiCracker
-
Plug in the credentials
-
./FlameDetector/src/credentials.h
- Change
ssid
to your WiFi ssid - Change
password
to your WiFi password - Change
mqttServer
to your MQTT Server domain - Change
mqttPort
to your MQTT Server port - Change
mqttUser
to your MQTT Username - Change
mqttPassword
to your MQTT Password - Change
mqttTopic
to yout MQTT Topic
- Change
-
./NoiseMachine/credentials.py
- Change
server
to your MQTT Server domain - Change
port
to your MQTT Server port - Change
user
to your MQTT Username - Change
password
to your MQTT Password - Change
topic
to yout MQTT Topic
- Change
-
-
Run it!
# Connect your esp2866 and run these commands cd ./FlameDetector pio run # You can run this python script on a pc/chip connected to your speaker(s) cd ./NoiseMachine python init.py
This Project is LICENCED under the MIT LICENCE. More details here.
- @Techno021 - Did basically everything