Skip to content

Commit 79d60f2

Browse files
authored
Merge pull request #4 from gurgleapps/esp
readme updated with new features
2 parents c7edfa6 + 2f082ed commit 79d60f2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains code to control Raspberry Pi Pico, ESP8266, ESP32 or other MicroPython 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.
44

5+
The latest features include improved memory usage, support for additional microcontrollers like ESP8266, and convenient options such as blinking the IP address using the built-in LED and displaying a file list for the root directory.
6+
57
[![MicroPython Web Server Control](https://gurgleapps.com/assets/image-c/57/57b4760a0b877276a836a75bd107f158576c23b4.webp)](https://gurgleapps.com/learn/projects/micropython-web-server-control-raspberry-pi-pico-projects)
68

79
## Features
@@ -19,9 +21,14 @@ This repository contains code to control Raspberry Pi Pico, ESP8266, ESP32 or ot
1921
1. Make sure you have MicroPython on your Pico
2022
2. Clone this repository
2123
3. Copy the code to your Pico
22-
4. Edit `config.py` with your Wi-Fi details and IP blink options
24+
4. Edit `config.py` with your Wi-Fi details and IP blink options:
25+
- `WIFI_SSID`: Set this to your Wi-Fi network SSID (e.g., `"your_wifi_ssid"`)
26+
- `WIFI_PASSWORD`: Set this to your Wi-Fi network password (e.g., `"your_wifi_password"`)
27+
- `BLINK_IP`: Set this to `True` if you want the Pico to blink its IP address using the built-in LED; set it to `False` if not
28+
- `BLINK_LAST_ONLY`: Set this to `True` if you want to blink only the last octet of the IP address; set it to `False` to blink the entire IP address
2329
5. Run `main.py` and look for the IP address of your web server
24-
6. Point your browsers to http://<YOUR_IP>
30+
6. Point your browsers to http://<YOUR_IP>
31+
2532

2633
## Documentation
2734

0 commit comments

Comments
 (0)