New version 1.43.3 for ESP32 to test

Here you'll find the updated available
Post Reply
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1269 times
Contact:

New version 1.43.3 for ESP32 to test

Post by cicciocb »

Hi all,
I did some little fixes for the ESP32 version.
It can be downloaded here (ESP32)
Annex32.bin
and here (ESP CAM)
AnnexCAM.bin
Please test it and reports.

cicciocb

This is the change log :
Annex32 Change Log
Version 1.43.3
Improved the allocation of static of RAM for the BLE
ESP-CAM
- Improved the frame rate
MQTT
- fixed the function MQTT.CONNECT with 3 arguments
You do not have the required permissions to view the files attached to this post.
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: New version 1.43.3 for ESP32 to test

Post by PeterN »

Thanks Francesco,

I am curious about this version as I have occasionally encountered instabilities when using medium to high buffer size MP3 streaming. That did not occure so often if bluetooth was deactivated
Should there also be an AnnexCam.bin?
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1269 times
Contact:

Re: New version 1.43.3 for ESP32 to test

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Apr 19, 2021 7:07 pm Thanks Francesco,

I am curious about this version as I have occasionally encountered instabilities when using medium to high buffer size MP3 streaming. That did not occure so often if bluetooth was deactivated
Should there also be an AnnexCam.bin?
Yes, you are right, the ESPCAM is missing :D

About the bluetooth, I plan to include an option to remove it from the config page but even with this option the RAM available will not be the same as before.

I'm seriously thinking about the possibility to create a specific version without BLE to maximise the RAM available
User avatar
PeterN
Posts: 366
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 171 times
Been thanked: 203 times
Contact:

Re: New version 1.43.3 for ESP32 to test

Post by PeterN »

Tnx
As much as I like it to be able to play with bluetooth ... the available RAM is now getting smaller - even on ESP32 where this was not the case until now. So I like the idea of forking a version.
On the other hand then there will be one more specific version you will have to pay attention to




[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Apr 19, 2021 7:18 pm
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Apr 19, 2021 7:07 pm Thanks Francesco,

I am curious about this version as I have occasionally encountered instabilities when using medium to high buffer size MP3 streaming. That did not occure so often if bluetooth was deactivated
Should there also be an AnnexCam.bin?
Yes, you are right, the ESPCAM is missing :D

About the bluetooth, I plan to include an option to remove it from the config page but even with this option the RAM available will not be the same as before.

I'm seriously thinking about the possibility to create a specific version without BLE to maximise the RAM available
tcpipchip
Posts: 76
Joined: Fri Apr 02, 2021 12:48 am
Been thanked: 59 times

Re: New version 1.43.3 for ESP32 to test

Post by tcpipchip »

cicciocb

Did you do the interpreter em Arduino C or ESP-IDF

If Arduino C, can you the Nimble to BLE, low memory use!
AndyGadget
Posts: 222
Joined: Mon Feb 15, 2021 1:44 pm
Has thanked: 120 times
Been thanked: 132 times

Re: New version 1.43.3 for ESP32 to test

Post by AndyGadget »

I've only just noticed the progress bar on the TFT screen during an OTA update.

Neat :D
User avatar
cicciocb
Site Admin
Posts: 1900
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 407 times
Been thanked: 1269 times
Contact:

Re: New version 1.43.3 for ESP32 to test

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Tue Apr 20, 2021 11:54 pm cicciocb

Did you do the interpreter em Arduino C or ESP-IDF

If Arduino C, can you the Nimble to BLE, low memory use!
Hi tcpipchip, thanks for the suggestion but I already included Nimble :roll:
Post Reply