Skip to content

Releases: remibert/pycameresp

Text selection with mouse from camflasher in pycameresp editor

16 Jul 13:42
Compare
Choose a tag to compare

Minor correction in firmware.
Adding text selection with mouse from camflasher in pycameresp editor.

Improvement of the ergonomics on the consultation of the history

09 Jul 13:59
Compare
Choose a tag to compare

New version with best performance

26 Jun 14:02
Compare
Choose a tag to compare

This release improves performance and fixes various bugs. It is based on micropython version 1.19.1. Note the S3 firmware works better in wifi than the official version of micropython.
Modifications :

  • syntax highlight in embedded text editor
  • fix instability
  • support of esp32 s3

Telnet on camflasher, better performance of pycameresp

22 May 15:13
Compare
Choose a tag to compare
  • Telnet support on camflasher
  • Migration to a recent version of micropython (much better performance)
  • Ergonomics improvement camflasher
  • Improved pycameresp stability and fixed several bugs

General firmware and camflasher improvements

22 Apr 17:56
Compare
Choose a tag to compare

CamFlasher modification :

  • Underline escape sequence
  • Add the injection of the shell into raspberry pico pi from pycameresp github
  • Size of output in the title
  • Default color changed
    PyCameresp firmware :
  • Increase in text editor performance
  • Removal of potential sd corruption
  • Fix images corrupted by wifi disturbances
  • Improved motion detection performance

Support of ESP32One, M5Stack Camera, Raspberry pico pi RP2

09 Apr 07:52
Compare
Choose a tag to compare

This fix corruption of SDCard, adding the support of new products. The shell and editor work perfectly on RP2 (The editor is even extremely responsive on this platform, we can't even imagine that it is running on the device). On the RP2, it works on a standard micropython version, you have to load the contents of the shell.zip, in the micropython filesystem (use rshell to copy). For the esp32one and M5Stack camera, you have to load the esp32cam firmware, then edit the main.py and put the right product name.

CamFlasher with export/import file

26 Feb 17:39
Compare
Choose a tag to compare

Added ability to export and import files with CamFlasher. It is necessary to define a shared directory (see CamFlasher option menu), use "importer" command to copy files to the device, and "exporter" command to copy files to the computer. Copying is about 6 times faster than rshell. CamFlasher saves the position of the window, and allows you to change the font. A flash erase is required, otherwise the main.py produces an error on boot.

Deliver pycameresp V3 and camflasher tool

16 Jan 12:13
Compare
Choose a tag to compare

A lot of evolution on this version, it is very stable and has been working for several months on my esp32cam. It also works on esp32 with and without spiram. The camflasher tool makes it easier to flash the firmware, it allows you to use the shell and the text editor embedded in the pycamerep firmware.

First binaries version with homekit

01 Mar 17:48
Compare
Choose a tag to compare

The firmware ESP32CAM, GENERIC and GENERIC_SPIRAM work, for other I have not tested (no hardware to test). This version add beta version of homekit in micropython, and fix a lot of problem in the camera. Beware the http server now is on the port 8080, because homekit requires the standard port 80 of http.

First release of micropython for esp32cam with motion detection and many servers

10 Jan 18:35
Compare
Choose a tag to compare