Code: Select all
#core._nic.active(1)
Code: Select all
core._nic.active(1)
Uploaded new version.
Cheers,
Lisa
Moderators: Voyager, BertB, grovkillen, Stuntteam, LisaM
Code: Select all
#core._nic.active(1)
Code: Select all
core._nic.active(1)
Fantastic! Good spot!!LisaM wrote: ↑14 Apr 2018, 14:40 Solved the mystery, it was a single line of code! Changing this in the hal.py file from:toCode: Select all
#core._nic.active(1)
Solved the problem. In hindsight it makes sense, the nic was there, even with an ip-address, but not active so it couldn't receive data...Code: Select all
core._nic.active(1)
Uploaded new version.
Cheers,
Lisa
I totally forgot the Lopy was ESP32. Since I have a couple of those, I will have to plug one in and see if it works.....JR01 wrote: ↑19 May 2018, 14:54 Difficult to see in this forum topic which board specs will and won’t work. Ie. memory required for code, etc.
Will this board work?
STM32 ARM Mini System - 72Mhz
https://www.robotics.org.za/6970622930693
And the pycom lopy?
https://www.robotics.org.za/AF3339
The mini doesn work, you'll need at least 1MB of flash memory! Also at least 196K of ram.JR01 wrote: ↑19 May 2018, 14:54 Difficult to see in this forum topic which board specs will and won’t work. Ie. memory required for code, etc.
Will this board work?
STM32 ARM Mini System - 72Mhz
https://www.robotics.org.za/6970622930693
And the pycom lopy?
https://www.robotics.org.za/AF3339
Can you post the errors? i'm interested in the error.Drum wrote: ↑21 May 2018, 17:55 I gave the LoPy a try, the 2048 version loads and runs. I need to play with it more, but it appears to have issue keeping the AP information but that could be me not doing something correctly.. There were some other errors, something about MAC address not set, but that could be the LoPy comm module. Hard to say.
I was able to access several of the menus as well..
Is this an ESP32 or a STM32F4?
But, you do get an ip-address:Drum wrote: ↑11 Jul 2018, 17:11 I am still getting
I (3063) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (3073) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUS
How can I get the log without being connected to the computer?
Thanks
You should be able to connect to it...I (5063) event: sta ip: 192.168.1.114, mask: 255.255.255.0, gw: 192.168.1.1
I
Users browsing this forum: No registered users and 1 guest