https://github.com/thzinc/2024-supercon-iot-petal-matrix
IoT Petal Matrix for the 2024 Hackaday Supercon 8 badge
https://github.com/thzinc/2024-supercon-iot-petal-matrix
Last synced: 3 months ago
JSON representation
IoT Petal Matrix for the 2024 Hackaday Supercon 8 badge
- Host: GitHub
- URL: https://github.com/thzinc/2024-supercon-iot-petal-matrix
- Owner: thzinc
- License: mit
- Created: 2024-10-31T23:56:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T09:15:33.000Z (7 months ago)
- Last Synced: 2025-02-14T23:57:27.408Z (4 months ago)
- Language: Python
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# IoT Petal Matrix for the 2024 Hackaday Supercon 8 badge
Demo to show using MQTT to communicate between a web interface and the Raspberry Pi Pico W running on the Supercon 8 badge with the Petal Matrix SAO
## Quickstart
1. Copy the contents of [`badge`](./badge/) to the Pico.
2. Update [`constants.py`](./badge/constants.py) as is relevant
- Set the `WIFI_SSID` and `WIFI_PASSWORD` to connect to your wifi network
- (Optional) If you want to use a different MQTT broker, set `MQTT_HOST` as you see fit
- Set the `DEVICE_ID` to something unique (play nice if you're using a public MQTT broker)
3. Go to https://thzinc.com/2024-supercon-iot-petal-matrix/ and click the button next to "Device" and type in the name you used for `DEVICE_ID`## Building
## Code of Conduct
We are committed to fostering an open and welcoming environment. Please read our [code of conduct](CODE_OF_CONDUCT.md) before participating in or contributing to this project.
## Contributing
We welcome contributions and collaboration on this project. Please read our [contributor's guide](CONTRIBUTING.md) to understand how best to work with us.
## License and Authors
[) Daniel James](https://thzinc.com)
[](https://github.com/thzinc/2024-supercon-iot-petal-matrix/blob/master/LICENSE)
[](https://github.com/thzinc/2024-supercon-iot-petal-matrix/graphs/contributors)This software is made available by Daniel James under the MIT license.