Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytubongbanua/pico_wavi
Displaying Pico sensor data on a Wavi page
https://github.com/jeremytubongbanua/pico_wavi
atplatform dht11 pico picow rpi water-level-sensor
Last synced: 1 day ago
JSON representation
Displaying Pico sensor data on a Wavi page
- Host: GitHub
- URL: https://github.com/jeremytubongbanua/pico_wavi
- Owner: JeremyTubongbanua
- Created: 2023-01-13T15:22:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T00:32:05.000Z (about 2 years ago)
- Last Synced: 2024-12-29T21:06:18.377Z (22 days ago)
- Topics: atplatform, dht11, pico, picow, rpi, water-level-sensor
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pico_wavi
Pico W sensors displaying data on a wavi page using the atPlatform
## Resources
### Software
Software used in this project
- [VSCode](https://code.visualstudio.com/download) - code editor
- [Pico-W-Go VSCode Extension](https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go) - interact with the Pico W through VSCode (upload your project, monitor, open ftp server, etc,..)
- [at_pico_w](https://github.com/atsign-foundation/at_pico_w) - Atsign's atPlatform offers numerous SDKs, one of them being `at_pico_w` allowing you to interact with the atProtocol through the Pico W.
- [https://wavi.ng](atWavi) - used to display the data on a web page### Bill of Materials
Physical parts used in this IoT project.
- [Pico W](https://www.picow.io/) - the Pico W is a small, low-power, low-cost, and low-profile device that can be used to build IoT applications.
- Micro USB to USB A - to connect the Pico W to your computer
- [DHT11](https://www.adafruit.com/product/386) - the DHT11 is a low-cost temperature and humidity sensor.
- [Water Level Sensor](https://www.adafruit.com/product/464) - the Water Level Sensor is a low-cost sensor that can be used to detect the presence of water.
- [Breadboard](https://www.adafruit.com/product/64) - the Breadboard is a low-cost way to prototype your circuit.
- [Jumper Wires](https://www.adafruit.com/product/758) - the Jumper Wires are low-cost wires that can be used to connect your circuit to the Pico W.## Contribute
To contribute, you will need the [Pico-W-Go VSCode extension] and run the "Configure Project" command in the root of this project from the command palette. This will initialize the Pico dependencies and the `.picowgo` hidden file in your project.