New Release 2.00.8

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

New Release 2.00.8

Post by cicciocb »

Hi,
I'm just releasing the versions 2.00.8 BLE and not BLE for the ESP32.

This mainly contains the fixes for the M5Stack modules

This is the change log:

Code: [Local Link Removed for Guests]

Annex32 Change Log

Version 2.00.8
- Fixed TFT for M5STACK (M5STACK #1 and M5STACK #2)
- Implemented another touchescreen capacitive CHSH6540 (for the M5Tough)
- Fixed the configuration for the M5Tough 
- Fixed the configuration for the M5Stack core2 V1.1 (To be tested)
- Fixed the alignment for the ST7789 #7 (To be tested)
- Restored the original TFT touchscreen calibration function of lovyanGFX
User avatar
PeterN
Posts: 789
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 368 times
Been thanked: 442 times
Contact:

Re: New Release 2.00.8

Post by PeterN »

The old M5Stack cores do both work now with appropriate display settings!
Thanks!
User avatar
Pepper
Posts: 9
Joined: Thu Jun 29, 2023 10:31 am
Has thanked: 5 times

Re: New Release 2.00.8

Post by Pepper »

Thanks for newer firmwares.

Using CAN 2.00.8 firmware
I were strugling bit to update old code to the new firmware - small changes for my radio project but working fine.
The documentation on the new firmwares? I could only refrence V1.702
Then is audio streams for acc format supported for my radio? Having difficulty in this one.
TTGO-T Esp32 Annex32 CAN 2.00.8
User avatar
cicciocb
Site Admin
Posts: 3135
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 635 times
Been thanked: 2234 times
Contact:

Re: New Release 2.00.8

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon May 12, 2025 5:53 am Thanks for newer firmwares.

Using CAN 2.00.8 firmware
I were strugling bit to update old code to the new firmware - small changes for my radio project but working fine.
The documentation on the new firmwares? I could only refrence V1.702
Then is audio streams for acc format supported for my radio? Having difficulty in this one.
The doc has been updated at the version 2.00.6.
Pressing F2 when using the editor, will point to the correct version.

No, the AAC format is not supported.
User avatar
Pepper
Posts: 9
Joined: Thu Jun 29, 2023 10:31 am
Has thanked: 5 times

Re: New Release 2.00.8

Post by Pepper »

Thanks @cicciocb on the help section showing new version.
No, the AAC format is not supported.
Seeing the help file, the VS1053B Audio Decoder shows support for AAC format in function VS1053.PLAY file$ - but this seems only for local stored files on the sd card and can the function can process ACC formats.

Your no answer is likely that PLAY.STREAM audio processing does not support AAC - any future addition of AAC format later on?
TTGO-T Esp32 Annex32 CAN 2.00.8
User avatar
cicciocb
Site Admin
Posts: 3135
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 635 times
Been thanked: 2234 times
Contact:

Re: New Release 2.00.8

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed May 14, 2025 5:59 am Thanks @cicciocb on the help section showing new version.
No, the AAC format is not supported.
Seeing the help file, the VS1053B Audio Decoder shows support for AAC format in function VS1053.PLAY file$ - but this seems only for local stored files on the sd card and can the function can process ACC formats.

Your no answer is likely that PLAY.STREAM audio processing does not support AAC - any future addition of AAC format later on?
Hi,
the AAC is supported by the VS1053B because it is supported by the chip itself. In fact the VS1053B is not a simple audio DAC but a CODEC chip (a DECoder in this case) that includes the support for many audio encoding format.
If you really want to have an universal web radio, I strongly suggest to use it.

About the PLAY.AAC, or the PLAY.STREAM including the AAC format, I included them some time ago into an old version

Code: [Local Link Removed for Guests]

Version 1.53.8
- File Manager Page
    - Merged connection status and Reconnect button in upper left (same as the Editor page)
- Option.psk psram_mini (to be documented and renamed)
- VGA
    - Reduced the strength of the signals from 3 to 1 (less EMI)
    - New command VGA.HORIZONTAL value to set the horizontal position of the image
- Sound (experimental)
    - Implemented the support for the AAC format
        - Command PLAY.AAC file$
        - Command PLAY.STREAM_AAC url$
    - Command SOUND.BEGIN priority, core, memory 
but I removed because the AAC decoder requires too much CPU power so that the decoding experience is not good.
Post Reply