Skip to content

grobo021/DiGiCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiGi Cracker

DiGi Cracker is literally, a digital cracker. Normal crackers suck cus of pollution so I made this.

Using it

Requirements

  • Python3
  • PlatformIO
  • ESP8266
  • An MQTT Server

Procedure

  • 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
    • ./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
  • 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

Lisence

This Project is LICENCED under the MIT LICENCE. More details here.

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published