MicroPython version 1.10 released

Announcements and news related to MicroPython.
fluffymcpuffin
Posts: 3
Joined: Sat Jan 26, 2019 9:44 am

Re: MicroPython version 1.10 released

Post by fluffymcpuffin » Sun Jan 27, 2019 9:21 pm

will do,
regarding the esp32:
hard reset (power down) program starts just fine but
when the program exits .. closing a UDP socket and closing the wifi connection
it sometimes will never connect to wifi again.
^D in repl to start will sometimes not connect to wifi....

so long
jb

Damien
Site Admin
Posts: 647
Joined: Mon Dec 09, 2013 5:02 pm

Re: MicroPython version 1.10 released

Post by Damien » Mon Jan 28, 2019 9:52 am

fluffymcpuffin wrote:
Sun Jan 27, 2019 9:21 pm
regarding the esp32:
hard reset (power down) program starts just fine but
when the program exits .. closing a UDP socket and closing the wifi connection
it sometimes will never connect to wifi again.
^D in repl to start will sometimes not connect to wifi....
This sounds very similar to the problem that was mentioned at https://github.com/micropython/micropython/issues/4269. It was fixed for v1.10.

fluffymcpuffin
Posts: 3
Joined: Sat Jan 26, 2019 9:44 am

Re: MicroPython version 1.10 released

Post by fluffymcpuffin » Thu Feb 14, 2019 9:19 pm

Hello Damien,
regarding the latest version: v10.10-98
the esp32 looks really good, but i am having a problem with the 8266 (not version specific)
in Station Mode all is well sending continuous 8 bytes through a socket with UDP protokol every ~14ms.
but when running in an Access Point mode there are frequent drop outs and reconections.
it takes on average 250ms to recover.
on the ESP32 with the same program same sensor same timing no dropouts.
below you see the data from the serial console:
the first 3 numbers and their sum is sent to the socket.
the number after the ^ is the time interval in us.
my question if you have the time:
does the 8266 have a stability issue as an AccessPoint (server) that you know of?
the data rate is low about 4.5 kBits but the realtime spacing needs to be preserved.
thank you for your time...
so long
jb

8 -4 7 ^ 15947
8 -4 6 ^ 12494
8 -4 6 ^ 16056
8 -4 6 ^ 12481
8 -4 6 ^ 16052
station: 00:27:19:aa:d5:3e leave, AID = 1
rm 1
8 -4 6 ^ 16101
8 -4 6 ^ 12230
8 -4 7 ^ 15499
8 -4 6 ^ 15489
8 -4 6 ^ 12112
8 -4 6 ^ 15542
8 -4 6 ^ 15727
8 -4 6 ^ 15580
8 -4 6 ^ 12053
8 -4 6 ^ 15540
8 -4 7 ^ 15939
8 -4 7 ^ 12100
8 -4 7 ^ 15508
8 -4 7 ^ 15820
8 -4 7 ^ 15625
8 -4 6 ^ 12055
8 -4 6 ^ 15576
8 -4 6 ^ 15915
add 1
aid 1
station: 00:27:19:aa:d5:3e join, AID = 1
8 -4 7 ^ 13090
8 -4 7 ^ 15227
8 -4 7 ^ 16425
8 -4 7 ^ 12578
8 -4 7 ^ 15988
8 -4 7 ^ 12485

flywire
Posts: 22
Joined: Wed Jan 02, 2019 7:08 am

Re: MicroPython version 1.10 released

Post by flywire » Mon May 13, 2019 12:19 pm

flywire wrote:
Wed Jan 09, 2019 7:46 am
https://github.com/espressif/esptool/releases/tag/v2.6
Version 2.6 Features:
New write_flash --erase-all ... option to erase all flash before writing (single command).
Damien wrote:
Fri Jan 25, 2019 3:17 pm
v1.10: Vast improvements to native emitter, new nrf port, unified documentation
http://docs.micropython.org/en/latest/e ... e-firmware

Seems impossible to update documentation - still lists erase as a separate command. :(

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: MicroPython version 1.10 released

Post by mattyt » Wed May 15, 2019 9:30 pm

flywire wrote:
Mon May 13, 2019 12:19 pm
Seems impossible to update documentation - still lists erase as a separate command. :(
No, not impossible! :) This was on my list for the next batch of documentation updates but it didn't seem that important. In fact I probably prefer the two separate commands since the one-liner hasn't made it to the esptool readme yet...

rosemartine
Posts: 3
Joined: Thu Aug 08, 2019 9:48 am
Location: USA
Contact:

Re: MicroPython version 1.10 released

Post by rosemartine » Fri Aug 30, 2019 10:46 am

Happy to hear this news and am very pleased to have found it.Thank you to all who worked in this. :) Good job guys.

Post Reply