You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Infinnovation team edited this page Apr 29, 2016
·
2 revisions
We should provide access to the ethernet interface for those boards (e.g. K64F) which have one. Then we can e.g. run a web server and/or run the MicroPython interpreter on a socket connection
Possible implementation approaches:
Use the mbed EthernetInterface library
Use existing ethernet support from within MicroPython including pulling in the lwip library.