New Annex Release full 1.43

Here you'll find the updated available
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 Annex Release full 1.43

Post by cicciocb »

Hi all,
I updated on the fist post an updated .bin for the ESP8266 that fixes the WGET$ problem.

Let me know.
Hendrix
Posts: 39
Joined: Sun Feb 14, 2021 11:03 am
Has thanked: 9 times
Been thanked: 8 times

Re: New Annex Release full 1.43

Post by Hendrix »

Hi, same problem here.

WGET$("api.ipify.org/", 443)

In 1.42 this code returns the external IP-address, in 1.43 it returns "<a href="/">Moved Permanently</a>"
After reverting to 1.42 it works again.

(Amica NodeMCU)
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 Annex Release full 1.43

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Mar 03, 2021 10:01 am Hi, same problem here.

WGET$("api.ipify.org/", 443)

In 1.42 this code returns the external IP-address, in 1.43 it returns "<a href="/">Moved Permanently</a>"
After reverting to 1.42 it works again.

(Amica NodeMCU)
It has been fixed with the version 1.43.2 (check on the main post)
Hendrix
Posts: 39
Joined: Sun Feb 14, 2021 11:03 am
Has thanked: 9 times
Been thanked: 8 times

Re: New Annex Release full 1.43

Post by Hendrix »

Yes, it works again...

Thanks!
ACarvalho
Posts: 3
Joined: Sun Feb 21, 2021 11:58 am
Has thanked: 2 times

Re: New Annex Release full 1.43

Post by ACarvalho »

Congrats on the amazing work being developed, CiccioCB.
User avatar
PANNO
Posts: 114
Joined: Thu Feb 25, 2021 4:03 am
Has thanked: 121 times
Been thanked: 25 times

Re: New Annex Release full 1.43

Post by PANNO »

Hi ,

Annex32: play mp3 and play wav are broken ?
i have problems with wav and mp3 files and i2s .

play.setup 1,64
'PLAY.SPEAK "The quick brown fox jumps over the lazy dog" ! works
play.networks "http://dradio-edge-3095-fra-ts-cdn.cast ... stream.mp3" ! works
play.wav "pcmsigned.wav !mp3 (?) stopped
play.wav "pcmsigned.mp3 !mp3 (?) stopped

do i need special formats for wav amd mp3

btw : where can i find bluetooth examples ?

gtx
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 Annex Release full 1.43

Post by PeterN »

Are your files in the root directory or in a subfolder?
Please try it with absolute file names.

play.wav "/pcmsigned.wav"
play.mp3 "/pcmsigned.mp3"
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 Annex Release full 1.43

Post by PeterN »

BLUETOOTH:
The only examples are in the help file at this the moment.
Did you find this?
[Local Link Removed for Guests]
User avatar
PANNO
Posts: 114
Joined: Thu Feb 25, 2021 4:03 am
Has thanked: 121 times
Been thanked: 25 times

Re: New Annex Release full 1.43

Post by PANNO »

Bitte versuchen Sie es mit absoluten Dateinamen. genau so ! Danke schön !
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 Annex Release full 1.43

Post by PeterN »

Kleine Ursache ... große Wirkung :-))
Small cause ... big effect :-))


[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Wed Mar 31, 2021 7:24 pm Bitte versuchen Sie es mit absoluten Dateinamen. genau so ! Danke schön !
Post Reply