Page 1 of 1

New version 1.43.3 for ESP32 to test

Posted: Mon Apr 19, 2021 6:37 pm
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

Re: New version 1.43.3 for ESP32 to test

Posted: Mon Apr 19, 2021 7:07 pm
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?

Re: New version 1.43.3 for ESP32 to test

Posted: Mon Apr 19, 2021 7:18 pm
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

Re: New version 1.43.3 for ESP32 to test

Posted: Mon Apr 19, 2021 7:28 pm
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

Re: New version 1.43.3 for ESP32 to test

Posted: Tue Apr 20, 2021 11:54 pm
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!

Re: New version 1.43.3 for ESP32 to test

Posted: Wed Apr 21, 2021 10:25 am
by AndyGadget
I've only just noticed the progress bar on the TFT screen during an OTA update.

Neat :D

Re: New version 1.43.3 for ESP32 to test

Posted: Wed Apr 21, 2021 10:52 am
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: