Replies: 4 comments 5 replies
-
Perhaps this W5500 lwip code could be used? I do not own any of these SPI boards so I am afraid I am not able to add the needed code. |
Beta Was this translation helpful? Give feedback.
-
Hi terjeio, The W5500 is an easy one to send to you as it is already a plugin module. The WizFi360 is a standalone module that needs to be built onto a plugin board. I can have a few built and sent you if that would be useful? I also found a few github repositories that seemed to have firmware suitable for the STM32F4xx range of MCU's: https://github.com/cnoviello/stm32-nucleof4 https://github.com/WIZnet-WizFi360 |
Beta Was this translation helpful? Give feedback.
-
No problem. I will build the WizFi360 breakout board and send to you along
with the w5500.
Cheers and have a great day
George
…On Thu, 15 Sep 2022 at 07:05, Terje Io ***@***.***> wrote:
So could the ESP32 then be configured to communicate back to the STM32 via
SPI?
Perhaps, but I am not going to start any new projects using the ESP32 - I
am moving away from processors that does not support real debugging. They
are way to expensive to work with - cheap to buy but costs tons of hours of
needless work. I find myself staring at the ESP32 and thinking "why can't I
set a breakpoint on this silly bugger...".
The WizFi360 is very likely an ESP8266 with custom firmware, similar to
the D1 mini but with the option of using a SPI interface? I have a D1 mini
already, but I do not believe it has support for using SPI for interfacing
with the lwip stack.
—
Reply to this email directly, view it on GitHub
<#13 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANYETOY7B3Z6HXRAKFSPC6TV6I4Y7ANCNFSM6AAAAAAQDZOTOY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The STM32F4xx and RP2040 drivers has gotten support for W5100S (untested) and W5500 breakouts. SPI pins has to be defined in the map file for it to work - like in this map. Other drivers needs lowlevel SPI and WIZnet support code implemented in a similary way as for the STM32F4xx driver. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
Is it possible to add support for the above two SPI devices? It would be great to have these either as separate plugins or as part of existing plugins and would open up a lot of possibilities for STM32 MCU's that have multiple SPI ports but don't natively support Ethernet or WiFi.
I have no idea how this could be coded but maybe someone within this community could build it.
Cheers
Beta Was this translation helpful? Give feedback.
All reactions