arduino-libraries / Ethernet

Ethernet Library for Arduino
http://arduino.cc/
259 stars 264 forks source link

Allow use of other SPI ports on boards with multiple SPI #116

Open jhnwmr opened 5 years ago

jhnwmr commented 5 years ago

Hello, I want to use the W5100 Ethernet module with the ESP32 on the second SPI bus. I also use the other bus. What change do I have to make in the library to use the second bus?

per1234 commented 5 years ago

This issue tracker is only to be used to report bugs or feature requests. It is not a place to request support. This topic is more appropriate for the Arduino Forum. I'm sure we'll be able to help you with your problem over there.

Please do this:

  1. Read http://forum.arduino.cc/index.php?topic=148850
  2. If you haven't already done so, create a new thread in the appropriate section of the forum (http://forum.arduino.cc/), following all the rules. Be sure to post your code, using code tags (</> button on the toolbar).
PaulStoffregen commented 5 years ago

@per1234 - this kind of is a feature request. It could be re-imagined about any board with more than one SPI port. I would recommend reopening, but rename to something like "allow use of other SPI ports, on boards with multiple SPI".

Ralf9 commented 4 years ago

I can use this too. Is this a usable option? https://github.com/stevstrong/Ethernet_STM32

DprasK commented 1 year ago

if i use mcu board (official not maple core)?