Fiber support (SFP Port) with ESP32 #11116
Replies: 3 comments
-
Since this question really does not have anything to with arduino, I'd recommend you cross-post at https://esp32.com/viewforum.php?f=12 |
Beta Was this translation helpful? Give feedback.
-
Hmm that's a nice idea. Never thought it might be possible, but according to Wikipedia SFP should/might have a 100 Mbps backwards compatibility mode. |
Beta Was this translation helpful? Give feedback.
-
Looks to me like it is just a matter of the physical connections (FXSD high when connected), and that schematic is good. Make sure you have an adequate power supply! |
Beta Was this translation helpful? Give feedback.
-
Related area
Ethernet
Hardware specification
ESP32
Is your feature request related to a problem?
Hello!
I plan to make devices equipped with an SFP port for long-distance communication.
At the moment I use ESP32 + LAN8720A + external media converter, but it generates a large amount of needed space.
From the list of supported ethernet IC, both KSZ8041FTL and IP101GRI support fiber optic connection, but for several days I have not been able to find any information whether someone managed to do it on ESP32.
Does the use of the SFP port depend only on the electronic schematic or are software changes also required?
Here is an example photo from the internet showing the KSZ8041FTL connection with the SFP port (I don't know if the schematic is correct)

Describe the solution you'd like
Add fiber connection mode.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
Beta Was this translation helpful? Give feedback.
All reactions