Skip to content

Commit ab355a7

Browse files
committed
readme update
1 parent d48c3b7 commit ab355a7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Raspberry Pi Pico Web Server Control
2+
3+
This repository contains code to control Raspberry Pi Pico projects using a browser-based user interface. It allows you to interact with your Pico projects remotely from any device with a web browser, including smartphones, tablets, and computers.
4+
5+
## Features
6+
7+
- Serve static web pages from your Raspberry Pi Pico
8+
- Run Python functions from a web browser
9+
- Create dynamic web pages with live data from your Pico
10+
11+
## Setup
12+
13+
1. Make sure you have MicroPython on your Pico
14+
2. Clone this repository
15+
3. Copy the code to your Pico
16+
4. Edit `config.py` with your Wi-Fi details
17+
5. Run `main.py` and look for the IP address of your web server
18+
19+
## Documentation
20+
21+
For detailed instructions and a step-by-step guide on how to use this project, please refer to our article:
22+
23+
[MicroPython Web Server: Control Your Raspberry Pi Pico Projects Remotely](https://gurgleapps.com/learn/projects/micropython-web-server-control-raspberry-pi-pico-projects)
24+
25+
## Contribute
26+
27+
We'd love to see your projects, control panels, and improvements. Be sure to use this Github repo and submit your additions.
28+
29+
## License
30+
31+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)