Micropython ethernet support on the Nucleo-144 boards

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
halherta
Posts: 2
Joined: Thu Dec 27, 2018 4:58 pm

Micropython ethernet support on the Nucleo-144 boards

Post by halherta » Mon Mar 18, 2019 12:32 pm

Hi I was just wondering if Ethernet is supported in the latest official Micropython (1.10) on the Nucleo-144 boards with on board Ethernet hardware; specifically the NUCLEO-F767ZI, NUCLEO-F429ZI & NUCLEO-H743ZI.

If so, can someone point me to some sample code? Also are these boards generally well-supported in Micropython? Or are they missing critical features? Thanks!

halherta
Posts: 2
Joined: Thu Dec 27, 2018 4:58 pm

Re: Micropython ethernet support on the Nucleo-144 boards

Post by halherta » Tue Mar 26, 2019 6:07 pm

Answering my own post, I managed to successfully compile MicroPython (from the git repo) and flash it on the Nucleo-F767ZI board and most things that I tested seemed to function. Ethernet is also fully functional.

The Nucleo-H743ZI board seems to have some support but it is still incomplete.

For now the Nucleo-F767ZI is an amazing MicroPython platform for the price. The fact that it includes ethernet is amazing. The Nucleo-H743ZI will be an even more attractive board once supported since its onboard micro controller is twice as fast as that of the Nucleo-F767ZI

Post Reply