Interested in implementing LAN8710 support (for Olimex esp32-poe) #7168
Unanswered
espruino-discuss3
asked this question in
ESP32
Replies: 1 comment
-
Posted at 2019-12-30 by @MaBecker Hi, have a look here https://github.com/espruino/Espruino/tree/master/libs/network |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-12-30 by Hypher
I've recently purchased a ESP32-POE-ISO from Olimax to use as the controller for an LED art installation. I chose it due to my requirements for POE, small form factor, uses a well supported microcontroller (esp32), and is totally open source (and designed in KiCad!).
I haven't used Espruino before, but since I'm a TypeScript dev by day, I figured it would probably greatly reduce development difficulty. I can write C/C++, but I don't love doing so for more complex projects.
In any case, this board uses the LAN8710 Ethernet PHY, which as far as I can tell, isn't yet supported by Espruino.
I can go the Arduino route and implement this project in C++, but I'd love to use Espruino. I'm potentially interested in starting work on a native module for the LAN8710, assuming it's a reasonable task to undertake.
Otherwise, I'm curious about other approaches I can use to integrate with this PHY. Perhaps a native module that does the Ethernet IO and exposes a simpler interface to Javascript.
Are there good examples of mixed C++/Javascript development? Other PHY implementations I could look at? Other tips, pointers?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions