Skip to content

Releases: jomjol/AI-on-the-edge-device

16.0.0-RC4

06 Oct 22:22
0a4560e
Compare
Choose a tag to compare
16.0.0-RC4 Pre-release
Pre-release

⚠️ Notes

  • If the image is too dark after the update or otherwise different than before, you might need to update the camera settings and create a new reference image. We extended the camera settings and some devices need reconfiguration due to this.
  • New parameters got added, please revise the settings!

For a full list of changes see Full list of changes

Known issues

Please check the issues and
discussions before reporting a new issue.

Core Changes

Only changes since RC2 are listed:

  • Update esp32-camera submodule to v2.0.13 (#3316)
  • Added contributor list (#3317)
  • Added files for demo mode (#3315)

Bug Fixes

Only changes since RC2 are listed:

  • Added delay in InitCam (#3313) to fix Camera not detected issues

16.0.0-RC3

05 Oct 21:10
Compare
Choose a tag to compare
16.0.0-RC3 Pre-release
Pre-release

⚠️ Notes

  • If the image is too dark after the update or otherwise different than before, you might need to update the camera settings and create a new reference image. We extended the camera settings and some devices need reconfiguration due to this.
  • New parameters got added, please revise the settings!

For a full list of changes see Full list of changes

Known issues

Please check the issues and
discussions before reporting a new issue.

Core Changes

Only changes since RC2 are listed:

  • Renamed MQTT topic from rate_per_digitalization_round to rate_per_digitization_round (change happened already in RC1)

Bug Fixes

Only changes since RC2 are listed:

  • Re-did revertion of TFlite submodule update as certain modules crash with it (#3269) (change was lost)

16.0.0-RC2

04 Oct 21:22
3708698
Compare
Choose a tag to compare
16.0.0-RC2 Pre-release
Pre-release

⚠️ Notes

  • If the image is too dark after the update or otherwise different than before, you might need to update the camera settings and create a new reference image. We extended the camera settings and some devices need reconfiguration due to this.
  • New parameters got added, please revise the settings!

For a full list of changes see Full list of changes

Known issues

Please check the issues and
discussions before reporting a new issue.

Core Changes

Only changes since RC1 are listed:

  • Updated parameter documentation pages
  • Rename/remove unused parameters (#3291)
  • Migrate-cam-parameters (#3288)

Bug Fixes

Only changes since RC1 are listed:

  • Reverted TFlite submodule update as certain modules crash with it (#3269)
  • Changed the webhook UploadImg to false (#3279)
  • Changed default value from boolean to numeric value in parameter camDenoise documentation
  • Updated config page

16.0.0-RC1

29 Sep 21:25
ca01f5a
Compare
Choose a tag to compare
16.0.0-RC1 Pre-release
Pre-release

⚠️ Notes

  • If the image is too dark after the update or otherwise different than before, you might need to update the camera settings and create a new reference image. We extended the camera settings and some devices need reconfiguration due to this.
  • New parameters got added, please revise the settings!

For a full list of changes see Full list of changes

Known issues

Please check the issues and discussions before reporting a new issue.

Core Changes

Those are just the major changes:

  • Improved tooltips in the configuration page
  • Add support for OV5640 camera (#3063)
  • New tflite-Models
  • Homeassistant service discovery: derive node_id when using nested topics (#3088)
  • Added Prometheus/OpenMetrics exporter (#3081)
  • Added Webhook (#3148, #3163, #3174)
  • Add rate threshold parameter (#3195)
  • Added a Delay between the WiFi reconnections (#3068)
  • Web UI improvements
  • Various minor changes
  • Update platformIO to 6.9.0 (Contains ESP IDF 5.3.1)

Bug Fixes

Those are just the major changes:

  • Handle crash on corrupted model (#3220)
  • Bugfix for boot loop (#3175)
  • Bugfix for time stamp (#3180)
  • Handle empty prevalue.ini gracefully (#3162)
  • Added note about only TLS 1.2 is supported (#3213)

15.7.0

17 Feb 00:14
0d0b018
Compare
Choose a tag to compare

For a full list of changes see Full list of changes

Core Changes

  • Added new camera settings (See Settings > Alignment > Reference Image and Camera Settings). You might need to re-create the reference image and alignment marks. Note worthy:
    • You can now crop the image
    • Support to configure sharpness, grayscale, negative and exposure
  • Enhanced various WebUI pages with better explanations and usability
  • Add Firmware Version to MQTT

Bug Fixes

  • Reverted "Implemented late analog / digital transition #2778 (introduced in v15.5.0) as is seems to cause issues for many users.

15.6.0

09 Feb 13:01
8d6f731
Compare
Choose a tag to compare

For a full list of changes see Full list of changes

Fixed

  • Fixed issues with the SD-Card initialization

15.5.0

02 Feb 12:56
019069c
Compare
Choose a tag to compare

For a full list of changes see Full list of changes

Changed

  • Update PlattformIO to v6.5.0, which means esp-idf to v5.1
  • Enhance busy notification
  • Implemented late analog / digital transition

Fixed

  • ATA-TRIM: workaround for old SD-cards with no trim function to work with esp-idf v5.x
  • InfluxDB: Modified the time conversions to be more stable (UTC vs. local time shifts)
  • Fix negatives on extended resolution false
  • Show chip infos on info page
  • Fix memory leaks in tflite integration

15.4.0

22 Dec 22:42
Compare
Choose a tag to compare

For a full list of changes see Full list of changes

Changed

  • Updates submodules (esp-nn, tflite-micro-example, esp-camera)

  • Explicitly included needed tflite network layers (instead of all) , resulting in much smaller firmware size

  • Added shortcut icon

  • Rename in InfluxDB 'Database' to 'Bucket'

  • Updated analog tflite files

    • dig-class100-0167_s2_q.tflite
    • dig-class11_1700_s2.tflite
    • ana-cont_1208_s2_q.tflite
  • Added config entries for MQTT TLS

Fixed

  • InfluxDB: consider DST setting for UTC time conversion

  • Minor html response bugfix

  • Memory leakage (MQTT)

15.3.0

22 Jul 09:45
Compare
Choose a tag to compare

Changes

For a full list of changes see Full list of changes

Changed

  • Updated PlatformIO to 6.3.2
  • Updated analog tflite files
    • ana-cont_1207_s2_q.tflite
    • dig-cont_0620_s3_q.tflite

15.2.4

02 May 05:55
cbd14a2
Compare
Choose a tag to compare

Changes

For a full list of changes see Full list of changes

Changed

  • Updated PlatformIO to 6.2.0
  • #2376 Improve logging if Autostart is not enabled

Fixed

  • #2373 Allow the Alignment Mark step while status is "Initializing" or "Initialization (delayed)" or while in setup mode
  • #2381 Fix broken sysinfo REST API