Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esp32 WT32-ETH01 #60

Open
moshiko2312 opened this issue May 31, 2024 · 9 comments
Open

Esp32 WT32-ETH01 #60

moshiko2312 opened this issue May 31, 2024 · 9 comments

Comments

@moshiko2312
Copy link

Hi how its possible to working with ESP32 WT32-ETH01
Its esp with LAN Cable.
I don't want working on WiFi
Thanks for all your job its the best way i see🙏

Just found this amazing item on AliExpress. Check it out! ₪37.61 67% Off | WT32-ETH01 Embedded Serial Port Networking Ethernet Bluetooth-compatible WIFI Combo Gateway MCU ESP32 Wireless Module Board
https://a.aliexpress.com/_EvBJprt

@011V32
Copy link

011V32 commented May 31, 2024

Hi how its possible to working with ESP32 WT32-ETH01

Its esp with LAN Cable.

I don't want working on WiFi

Thanks for all your job its the best way i see🙏

Just found this amazing item on AliExpress. Check it out! ₪37.61 67% Off | WT32-ETH01 Embedded Serial Port Networking Ethernet Bluetooth-compatible WIFI Combo Gateway MCU ESP32 Wireless Module Board

https://a.aliexpress.com/_EvBJprt

At the momement no LAN Support. But will come hopefully in near future. See other posts.

@moshiko2312
Copy link
Author

moshiko2312 commented May 31, 2024 via email

@moshiko2312
Copy link
Author

I buy this one

https://shop.everythingsmart.io/products/est-poe-32-esp32-poe-development-board

@magic2910
Copy link

Is the board from aliexpress working?

@ChrisKoh83
Copy link

@moshiko2312
To get this working I guess you had to build your own code to make it work?

because the GPIOs used by the Ethernet module!?

@DP365
Copy link

DP365 commented Jul 23, 2024

yep, correct. you need to use the second hardware SPI bus (called HSPI) because the first one (VSPI) is used by the ethernet module. See also my post here #48 (comment)

@klim123123
Copy link
Sponsor

Its just works for me. Nothing special, i used random GPIOs.

spi:
  clk_pin: GPIO14
  miso_pin: GPIO4
  mosi_pin: GPIO2

pn532_spi:
  id: nfc_spi_module
  cs_pin: 12
  update_interval: 100ms

@drstil
Copy link

drstil commented Aug 15, 2024

Its just works for me. Nothing special, i used random GPIOs.

spi:
  clk_pin: GPIO14
  miso_pin: GPIO4
  mosi_pin: GPIO2

pn532_spi:
  id: nfc_spi_module
  cs_pin: 12
  update_interval: 100ms

@klim123123 Thank you for this reply! How did you set those settings? config.h? How did you compile afterwards? Thank you very much!

@klim123123
Copy link
Sponsor

@klim123123 Thank you for this reply! How did you set those settings? config.h? How did you compile afterwards? Thank you very much!

Sorry, i'm confused with other project of rednblkx.
I'm using rednblkx/HAP-ESPHome
Same functionality but for ESPHome. It's just works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants