Problem with MicroPython v1.9.1-394-g79feb956

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
mikruth
Posts: 19
Joined: Wed Jan 11, 2017 6:00 pm

Problem with MicroPython v1.9.1-394-g79feb956

Post by mikruth » Tue Aug 08, 2017 12:19 pm

I am unable to import network on the build below.
Have tried erasing flash and reloading xx.bin
Is this a problem or is it just me. Thanks


MicroPython v1.9.1-394-g79feb956 on 2017-08-07; ESP32 module with ESP32
Type "help()" for more information.
>>> import machine
>>> import network
I (51776) wifi: wifi firmware version: f092575
I (51776) wifi: config NVS flash: enabled
I (51776) wifi: config nano formating: disabled
I (51776) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (51786) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (51806) wifi: Init dynamic tx buffer num: 32
I (51806) wifi: Init dynamic rx buffer num: 64
I (51806) wifi: wifi driver task: 3ffd79a4, prio:23, stack:4096
I (51806) wifi: Init static rx buffer num: 10
I (51816) wifi: Init dynamic rx buffer num: 0
I (51816) wifi: Init rx ampdu len mblock:7
I (51826) wifi: Init lldesc rx ampdu entry mblock:4
I (51826) wifi: wifi power manager task: 0x3ffde454 prio: 21 stack: 2560
I (51836) wifi: wifi timer task: 3ffdf4bc, prio:22, stack:3584
W (51836) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration

At this point PUTTY disconnected from Serial.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Problem with MicroPython v1.9.1-394-g79feb956

Post by pythoncoder » Wed Aug 09, 2017 5:35 am

The above works here on an Espressif ESP32-DEVKITC with ESP-WROOM-32. What hardware are you using?
Peter Hinch
Index to my micropython libraries.

mikruth
Posts: 19
Joined: Wed Jan 11, 2017 6:00 pm

Re: Problem with MicroPython v1.9.1-394-g79feb956

Post by mikruth » Wed Aug 09, 2017 6:56 am

Tried several times with no luck but then tried with MicroPython v1.9.1-395-g381bb7e9 and it works fine. I am using a cheap Chinese board with ESP-WROOM-32. All OK now.... Thanks

Post Reply