Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

HOW TO USE

  1. Install requirements

Make sure Flask is installed:

pip install flask flask-socketio
  1. Set up the Raspberry Pi Pico W

  2. Open Thonny.

  3. Connect the Raspberry Pi Pico W to your computer.

  4. Open main.py and edit these fields: ssid = "YOUR_WIFI_NAME" password = "YOUR_WIFI_PASSWORD" pc_ip = "YOUR_COMPUTER_IPV4_ADDRESS" (find your IP by running ipconfig in Command Prompt; use the IPv4 Address).

  5. Upload main.py to the Pico W.

  6. Run the client.py on your computer

  7. Open Command Prompt in the project folder

  8. Run:

    python client.py
    
  9. Keep https://zdsdam.github.io/easound open in your browser.

  10. If the Pico setup fails If you can’t upload main.py or connect the Pico:

  11. Make sure client.py is already running.

  12. In a new Command Prompt window, send a test message:

    curl -X POST http://127.0.0.1:5000/message -H "Content-Type: application/json" -d "{\"message\": \"Blinding: Armoury!\"}"
    

About

Utilizing MicroPython and raspberry pi pico w for the trap system in an escape room, connecting to my escape arena github pages giving a notification of trap activated

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages