2020-07-24 06:46 AM
Hi Guys,
I´ve bought the STM32F303ZE Nucleo-144 kit. Are there a ethernet shield to this kit? If so, where can I read and buy about?
A Shiled like this to other kit of st:
https://www.carminenoviello.com/2015/08/28/adding-ethernet-connectivity-stm32-nucleo/
Thanks,
Geraldo Pereira.
2020-07-27 11:35 AM
I´ve just read this kit doesn´t support ethernet.
2020-07-27 01:22 PM
The F3 doesn't have an ethernet controller, but this wouldn't preclude using a shield with a Wiz or Microchip Ethernet via SPI
2020-07-28 02:00 AM
Consider using a Nucleo144 with Ethernet.
2020-07-28 05:50 AM
Hi Bonnes and Clive1,
Thanks. After this post, I´ve searched (link https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html) and see other kits that have ethernet support. I think with the kit NUCLEO-H743ZI2 (STM32H743ZIT6U) I´ll be able to construct a prototype to send UDP message, like socket in c, over internet.
Do you have a hint to me? I need a kit to read the three phase voltage anc current of a grid and send the arrays (of variable length) to a remote PC using some protocol like c socket. I´ll be greatefull about any hint.
Best regards,
Geraldo.
2020-07-28 05:51 AM
Thanks Clive1,
What shileld or Microchip ethernet do you suggest to me? I´m new with this boards and any hints will be great.
Thanks,
Geraldo.
2020-07-28 07:25 AM
Reconsider the H7. H7 is much more complex. F7 or even F4 might be ennough. If you need good ADC behaviour, read also the Application notes regarding ADC and F2/4/7/H7. Special considerations may be needed for good resolution.
2020-08-01 11:18 AM