You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Pycameresp is originally designed to be a completely standalone motion detector on ESP32-CAM, but all servers and other functionality also work on generic Esp32 and Pico PI, Pico PI W.
1
+
Pycameresp is originally designed to be a completely standalone motion detector on ESP32-CAM, but all servers and other functionality also work on generic Esp32 and Pico PI W.
2
2
3
3
---
4
-
The following features are available on all Esp32 and Pico Pi :
4
+
The following features are available on all Esp32 and Pico Pi W :
5
5
6
6
- WiFi network management with configuration via web interface.
7
7
- Automatic Wifi connection and reconnection in case of deconnection.
It is possible to run the shell with editor, or the servers on a standard micropython platform. The servers, the wifi manager, requires having enough ram and wifi support (ESP32 with SPIRAM for example). Unzip archive and install it with rshell.
37
37
38
38
- Download the camflasher application and unzip it :
39
-
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V17/CamFlasher_windows_10_64.zip)
39
+
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_windows_10_64.zip)
40
40
41
-
- [CamFlasher for OSX Ventura Intel](https://github.com/remibert/pycameresp/releases/download/V17/CamFlasher_osx_i386.zip)
41
+
- [CamFlasher for OSX Ventura Intel](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_osx_i386.zip)
42
42
43
-
- [CamFlasher for OSX Ventura M1](https://github.com/remibert/pycameresp/releases/download/V17/CamFlasher_osx_arm.zip)
43
+
- [CamFlasher for OSX Ventura M1](https://github.com/remibert/pycameresp/releases/download/V18/CamFlasher_osx_arm.zip)
44
44
45
45
- Connect the device to the USB port of your computer.
46
46
@@ -366,7 +366,7 @@ You must go to the shell prompt or the python prompt.
366
366
367
367

368
368
369
-
If you select **Upload shell**, it will only download the shell and the text editor. This case works perfectly on a Pico PI RP02 as well as all esp32.
369
+
If you select **Upload shell**, it will only download the shell and the text editor. This case works perfectly on a Pico PI W RP02 as well as all esp32.
370
370
371
371
If you select **Upload server**, you will also have the web server, ftp, wifimanager. **This download overwrites the main.py, so if you have modified it, you will have to save it first.**
<stylemedia="screen and (min-width: 700px)">@media screen and (min-width:700px){#sidebar{width:30%;height:100vh;overflow:auto;position:sticky;top:0}#content{width:70%;max-width:100ch;padding:3em4em;border-left:1px solid #ddd}precode{font-size:1em}.item .name{font-size:1em}main{display:flex;flex-direction:row-reverse;justify-content:flex-end}.toculul,#indexul{padding-left:1.5em}.toc>ul>li{margin-top:.5em}}</style>
0 commit comments