Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
remibert committed Apr 22, 2022
1 parent bfbbfe9 commit 7798f2b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions doc/CAMFLASHER.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,34 @@ Camflasher with shell commands **importer** and **exporter**, allows to inject o

- Download the firmware associated with your device :

- [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V5/ESP32CAM-firmware.bin)
- [ESP32-CAM, ESP32-CAM-MB, ESP32ONE, M5Stack Camera](https://github.com/remibert/pycameresp/releases/download/V6/ESP32CAM-firmware.bin)

- [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V5/GENERIC-firmware.bin)
- [ESP32-NODEMCU, LOLIN32, ESP32 without SPIRAM](https://github.com/remibert/pycameresp/releases/download/V6/GENERIC-firmware.bin)

- [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V5/GENERIC_SPIRAM-firmware.bin)
- [ESP32-TTGO-T8 or ESP32 with SPIRAM ](https://github.com/remibert/pycameresp/releases/download/V6/GENERIC_SPIRAM-firmware.bin)

- Or download the zip for standard micropython firmware.
- Or download the zip for standard micropython firmware :

- [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V5/shell.zip)
- [Shell with editor for RP2 pico Pi](https://github.com/remibert/pycameresp/releases/download/V6/shell.zip)

- [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V5/server.zip)
- [Wifi manager, Http server](https://github.com/remibert/pycameresp/releases/download/V6/server.zip)

- Text editor source files running on python3 and micropython :

- [Text editor](https://github.com/remibert/pycameresp/releases/download/V6/editor.zip)

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.



- Download the camflasher application and unzip it :
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_windows_10_64.zip)
- [CamFlasher for Windows 10 64 bits](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_windows_10_64.zip)

- [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_windows_7_64.zip)
- [CamFlasher for Windows seven 64 bits](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_windows_7_64.zip)

- [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_osx.zip)
- [CamFlasher for OSX Big Sur Intel](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_osx.zip)

- [CamFlasher for Debian x86_64](https://github.com/remibert/pycameresp/releases/download/V5/CamFlasher_linux.zip)
- [CamFlasher for Debian x86_64](https://github.com/remibert/pycameresp/releases/download/V6/CamFlasher_linux.zip)

- Connect the device to the USB port of your computer.

Expand Down

0 comments on commit 7798f2b

Please sign in to comment.