Page 3 of 7

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Sun Nov 27, 2022 7:19 pm
by cicciocb
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sun Nov 27, 2022 10:55 am
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sun Nov 27, 2022 10:30 am Francesco, if you are going to update the binaries, I would like to take this opportunity to tell you about a problem that I have detected.
The Internet radio program, TTGO T-Display ESP32 with PCM5102 and Annex 1.47.2, which I published in:
[Local Link Removed for Guests]
When I load version 1.48.22 it works, but with terrible audio distortion (not glitches, just audio problems), which makes it unusable.
And in the Youtube video that I posted, they already start asking for information about how to flash the module.
https://www.youtube.com/watch?v=RXvKQKpZAR4
I will recommend you to only use version 47, but for newcomers it can be somewhat confusing.
Hi Fernando
I can confirm this. There seems to be a lot of distortion on an external I2S DAC when the volume is set to more than around 50%
Ok, I found the problem and fixed it.
will be in next release

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Sun Nov 27, 2022 8:29 pm
by Electroguard
Not a real advantage, people are supposed to use win 11 rather than win 7
It's not an advantage for those who are already using an updated windows on appropriate hardware, but for anyone using other systems on lower spec hardware it allows temporarily booting an old out-of-date windows safely offline.

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 4:18 pm
by PeterN
There seems to be an issue with Wifi.scan in Annex32 v 1.48.22 with or without BLE
It doesn't give a constant report of the currently available WIFI-Networks.
Same snippet works on same hardware with Annex32 V1.43.x
My test code was

Code: [Local Link Removed for Guests]

while 1 = 1
  wlog  time$;"-------------------------"
  WIFI.SCAN
  While WIFI.NETWORKS(A$) = -1
  Wend
  wlog a$, chr$(13)
  pause 1000
wend
Can someone please test this as well? Thanks

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 5:41 pm
by cicciocb
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Dec 01, 2022 4:18 pm There seems to be an issue with Wifi.scan in Annex32 v 1.48.22 with or without BLE
It doesn't give a constant report of the currently available WIFI-Networks.
Same snippet works on same hardware with Annex32 V1.43.x
My test code was

Code: [Local Link Removed for Guests]

while 1 = 1
  wlog  time$;"-------------------------"
  WIFI.SCAN
  While WIFI.NETWORKS(A$) = -1
  Wend
  wlog a$, chr$(13)
  pause 1000
wend
Can someone please test this as well? Thanks
What is exactly the issue?
I'm trying actually and it seems to works

edit
I can reproduce this issue with the ESP32-C3, the list is always empty

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 5:53 pm
by PeterN
Hi Francesco

it shows a very irregular behavior. From time to time it doesn't return any WIFi-AP and displays the time marks only.
Very random, no pattern or dependancy to see.

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 5:58 pm
by PeterN

Code: [Local Link Removed for Guests]

18:53:49-------------------------
    
18:53:56-------------------------
NELAN1_2.4GHz,8C:19:B5:C7:CA:EE,-51,1
FRITZ!Box 7362 SL,C8:0E:14:ED:2B:6F,-71,11
NELAN2_2.4GHz,E0:28:6D:AF:F7:20,-74,11
IES-WLAN,3C:37:12:57:34:02,-81,7
WLAN-577961,00:0E:8F:4E:A1:F3,-83,1
IES-WLAN,B0:F2:08:70:7C:48,-89,7
WLAN-322341,4C:1B:86:23:17:5E,-92,1
UPC247837098,BC:8C:CD:A6:22:18,-94,11
Vodafone-8FAC,8C:6A:8D:92:8F:B0,-96,11
L,18:82:8C:9B:8A:DC,-97,11    
18:54:00-------------------------
NELAN1_2.4GHz,8C:19:B5:C7:CA:EE,-51,1
FRITZ!Box 7362 SL,C8:0E:14:ED:2B:6F,-72,11
NELAN2_2.4GHz,E0:28:6D:AF:F7:20,-74,11
LK Krefeld,68:D7:9A:84:EC:FF,-76,6
JBL Bar 5.1_4726.l025,FA:8F:CA:9B:D3:B2,-78,11
IES-WLAN,3C:37:12:57:34:02,-82,7
WLAN-577961,00:0E:8F:4E:A1:F3,-84,1
WLAN-11DA39,A4:CE:DA:54:93:FE,-87,6
IES-WLAN,B0:F2:08:70:7C:48,-89,7
WLAN-769625,EC:6C:9A:81:73:22,-90,6
HiSmart-01-ca2c4faded16,CA:2C:4F:AD:ED:16,-92,3
Breff,2C:3A:FD:97:1E:5C,-93,11
free WiFi by net365,86:2A:A8:0B:D8:1A,-94,6
UPC247837098,BC:8C:CD:A6:22:18,-94,11    
18:54:05-------------------------
    
18:54:12-------------------------

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 6:01 pm
by PeterN
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Dec 01, 2022 5:41 pm
[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Dec 01, 2022 4:18 pm

edit
I can reproduce this issue with the ESP32-C3, the list is always empty
I tested with ATOM ECHO and NodeMCU

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Thu Dec 01, 2022 6:02 pm
by cicciocb
It seems that something changed in the scan mechanism.

This code works :

Code: [Local Link Removed for Guests]

while 1 = 1
  wlog  time$;"-------------------------"
  WIFI.SCAN
  While WIFI.NETWORKS(A$) < 0
  Wend
  wlog a$, chr$(13)
  pause 1000
wend
It looks that WIFI.NETWORKS(A$) gives -2 at the end of the scan (meaning : -2 if scan not triggered) and then gives the good result.

Simply considering -2 as a "non terminated" scan solves the problem

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Mon Dec 05, 2022 2:30 pm
by Stuart
Just spotted the error in the port number. I should read what I cut and paste. Working now

Re: New AnnexToolKit 1.1 including release 1.48.22

Posted: Tue Dec 06, 2022 7:59 am
by Palm Liu
Try AnnexToolkit 1.1 on ESP32C3 board, device keep reboot after flashing...
2.png
1.png