New version is coming

The Annex CNN channel
Post Reply
User avatar
cicciocb
Site Admin
Posts: 2383
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 498 times
Been thanked: 1675 times
Contact:

New version is coming

Post by cicciocb »

Hi all,
I'm actually working for another release, the 1.60.3.

This will include the following :
- Full support for the RMT module :
  • The Remote Control Peripheral (RMT) module on the ESP32 is a versatile and powerful feature designed to handle protocols that require precise timing, such as infrared remote control transmissions, LED strip control, and other time-sensitive communication protocols. Unlike typical digital I/O operations, the RMT module can generate and decode signals with highly accurate timing, allowing it to handle various transmission standards with minimal CPU involvement.
- Support for PIN SERIAL SHIFTING
  • Annex supports two commands for serially shifting data:
    - PIN.SHIFTOUT for sending data
    - PIN.SHIFTIN for receiving data.
    Both commands allow control over bit order, bit count, and timing delays.
    These commands are in particular useful to control external shift registers or simple SPI bus devices.
- FILE.DOWNLOAD url$, file_path$
  • retrieves a file from a specified URL (url$) and saves it to the local file path (file_path$). This can be used both as a standalone command or as a function that returns a status code, indicating the success or failure of the download operation.
Plus other "minor" changes

I should be able to publish it very soon.
In the while I already published the help file that you can just start to browse
[Local Link Removed for Guests]

So, stay tuned .....
SlobaNS
Posts: 11
Joined: Wed Sep 20, 2023 7:01 am
Been thanked: 2 times

Re: New version is coming

Post by SlobaNS »

Can't wait... according to the help, a lot of useful news...
User avatar
PeterN
Posts: 521
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 248 times
Been thanked: 272 times
Contact:

Re: New version is coming

Post by PeterN »

Congratulations to you! You don't have to wait ... it's already here :-)

[Local Link Removed for Guests]
SlobaNS
Posts: 11
Joined: Wed Sep 20, 2023 7:01 am
Been thanked: 2 times

Re: New version is coming

Post by SlobaNS »

Thanks, Peter.

I tray right now to install 1.60.3 form WEB flasher, but something goes wrong.

My ESP32-S3 modul was correctly detected, I chose Annex32_CAN_1.60.3_LFS.bin, and after erasing flash, programming process look fine.

this is the message at the end of programming:

Flashing 100%
Took 166387ms to write 1828416 bytes
Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no
Image header, Magic=0xFC, FlashMode=0xFF, FlashSizeFreq=0xFF
Writing data with filesize: 20480
Erase size 20480, blocks 2, block size 0x4000, offset 0x9000, encrypted no
Flashing 80%
Flashing 100%
Took 2893ms to write 20480 bytes
Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

Flash process completed!

But after that another message appeared:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57

This same message appears on the UART port after every reset.

I don't have much experience with ESP32, I don't know what to try next?
User avatar
PeterN
Posts: 521
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 248 times
Been thanked: 272 times
Contact:

Re: New version is coming

Post by PeterN »

Did you select ALL items for the initial flashing - or maybe firmware only ?
SlobaNS
Posts: 11
Joined: Wed Sep 20, 2023 7:01 am
Been thanked: 2 times

Re: New version is coming

Post by SlobaNS »

Only firmware. This is a point ? i have to select ALL ?

Firmware only. This is the point? I forgot to mention, my module is TTGO T18 V3.0.

It worked with 1.58.
User avatar
PeterN
Posts: 521
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 248 times
Been thanked: 272 times
Contact:

Re: New version is coming

Post by PeterN »

Press the RED HELP BUTTON at the flaher page. There are some explanations and instructions.
It is important to flash ALL partitions at the initial flash of an untouched ESP32
User avatar
cicciocb
Site Admin
Posts: 2383
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 498 times
Been thanked: 1675 times
Contact:

Re: New version is coming

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Sep 18, 2024 4:48 pm Thanks, Peter.

I tray right now to install 1.60.3 form WEB flasher, but something goes wrong.

My ESP32-S3 modul was correctly detected, I chose Annex32_CAN_1.60.3_LFS.bin, and after erasing flash, programming process look fine.

this is the message at the end of programming:

Flashing 100%
Took 166387ms to write 1828416 bytes
Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no
Image header, Magic=0xFC, FlashMode=0xFF, FlashSizeFreq=0xFF
Writing data with filesize: 20480
Erase size 20480, blocks 2, block size 0x4000, offset 0x9000, encrypted no
Flashing 80%
Flashing 100%
Took 2893ms to write 20480 bytes
Erase size 0, blocks 0, block size 0x4000, offset 0x0000, encrypted no

Flash process completed!

But after that another message appeared:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57

This same message appears on the UART port after every reset.

I don't have much experience with ESP32, I don't know what to try next?
I think that the TTGO T18 V3.0 is not an ESP32-S3 but a classic ESP32.
Anyway you choose the right Annex32_CAN_1.60.3_LFS.bin version but,
If you erased the flash, you must upload again all the partitions.
SlobaNS
Posts: 11
Joined: Wed Sep 20, 2023 7:01 am
Been thanked: 2 times

Re: New version is coming

Post by SlobaNS »

Thanks, I will try right now
SlobaNS
Posts: 11
Joined: Wed Sep 20, 2023 7:01 am
Been thanked: 2 times

Re: New version is coming

Post by SlobaNS »

It works, thanks again.
Post Reply