Search found 3 matches

by reverbrick
Tue Aug 31, 2021 5:09 pm
Forum: Other Boards
Topic: [Solved] Ethernet support on Olimex-E407
Replies: 1
Views: 3744

[Solved] Ethernet support on Olimex-E407

Hello, I see some posts from 2006, but it still not seem to work. I managed to run ethernet on NUCLEO-F746ZG and Adafruit Feather which seem similar. Is it still a matter of additional developments (I am not capable of with my C++ skills) or is there some magic undocumented make switch that will wor...
by reverbrick
Tue Jul 06, 2021 7:28 am
Forum: Other Boards
Topic: Nucleo stm32 F429ZI Telnet Server on LAN wired connection
Replies: 1
Views: 4663

Re: Nucleo stm32 F429ZI Telnet Server on LAN wired connection

Hey, I know this post is quite old, I've just faced the same problem and made a quick fix by commenting those lines: #for i in (network.AP_IF, network.STA_IF): # wlan = network.WLAN(i) # if wlan.active(): # print("Telnet server started on {}:{}".format(wlan.ifconfig()[0], port)) at the end of the fi...