[info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
[info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
olimex new ESP32-EVB board for IoT first prototypes are spotted here and here
it comes with nice parts
ESP32-WROOM32 module
two relays 10A/250VAC
Ethernet 100Mb interface
LiPo charger and step up converter allowing ESP32-EVB to run from LiPo battery
microSD card connector
two user buttons
UEXT connector to attach different sensors and modules
40 pin GPIO 0.1″ step connector with all resources of ESP32
5V power jack
three mount holes
...
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
push:
BOM, Gerbers, Board Shema, and others on github
( click on the pic for shema as pdf at github )
[/url]
best wishes
rudi
BOM, Gerbers, Board Shema, and others on github
( click on the pic for shema as pdf at github )
[/url]
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Interesting design! I wonder how will sharing flash pins with the SD card work in software.
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
get on this monday the board and will check this practicalESP_igrr wrote:Interesting design! I wonder how will sharing flash pins with the SD card work in software.
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
hi ivanESP_igrr wrote:...I wonder how will sharing flash pins with the SD card work in software.
can we remapp / overlap the pins not?
why?
any suggestion?
cause i have more src ( ESP-IDF / arduino-esp32 ) used for the follow question,
i try only onetime to ask here again:
can you explain how we set GPIO16 as 50 MHz CLK for the phy?
in step with the register like Jeroen did with CAN ( and CAN was born )
Code: Select all
PIN_FUNC_SELECT(PERIPHS_IO_MUX_GPIO16_U, FUNC_GPIO16_EMAC_CLK_OUT)
is not my hoped answer
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
One possible way to have SD card on the same pins as SPI flash would be to put all SD card related functions into the IRAM, then disable flash cache each time we do SD request, then reenable flash cache again.
In practice this means placing most of the SD driver functions into IRAM. This may take quite a bit of IRAM. As a first approximation, you can try marking all functions inside sdmmc_host.c as IRAM_ATTR and then disable/enable cache in sdmmc_host_request.
Regarding the second question about Ethernet clock output, be sure that we saw your question, and we'll let you know as soon as we figure this out. IIRC, we may have to use the APLL to generate the 50MHz clock for the Ethernet.
In practice this means placing most of the SD driver functions into IRAM. This may take quite a bit of IRAM. As a first approximation, you can try marking all functions inside sdmmc_host.c as IRAM_ATTR and then disable/enable cache in sdmmc_host_request.
Regarding the second question about Ethernet clock output, be sure that we saw your question, and we'll let you know as soon as we figure this out. IIRC, we may have to use the APLL to generate the 50MHz clock for the Ethernet.
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
hi ivan
thank you.
this are helpfull answeres where i allways look for.
thank you!
best wishes
rudi
thank you.
this are helpfull answeres where i allways look for.
thank you!
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
hi ivan
ok, sdmmc_host.c, but think we have more function to put in IRAM ?
mount example:
https://github.com/espressif/esp-idf/bl ... dmmc.c#L26
best wishes
rudi
edit: ok this is going on cleared at github
ok, sdmmc_host.c, but think we have more function to put in IRAM ?
mount example:
https://github.com/espressif/esp-idf/bl ... dmmc.c#L26
best wishes
rudi
edit: ok this is going on cleared at github
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
Re: [info] ESP32-EVB now get much better ..LAN..CAN..IR..SDHC..
olimex updated ESP32-EVB to REV-B:
=================================
append
- CAN
- Infrared transmitter and receiver
..
..
- on-board programming
- LCD2.8" on UEXT to come soon
(click on the pic to zoom a higher resoltion )
[/url]
more infos
best wishes
rudi
=================================
append
- CAN
- Infrared transmitter and receiver
..
..
- on-board programming
- LCD2.8" on UEXT to come soon
(click on the pic to zoom a higher resoltion )
[/url]
more infos
best wishes
rudi
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 34
- Joined: Wed Feb 15, 2017 8:31 pm
Re: [info] ESP32-EVB board for IoT with Ethernet 100Mb interface..
Hi Rudi,
Hi All,
I already tested the ESP32 with a LAN Board from waveshare, the DP8348, and it works very good!
Now I would like to connect the ESP32 direct to my PC via the Ethernet interface, but I am not sure if it is possible at the moment.
I am asking becasue what I see now is all related to Wifi, example the DHCP stop does not work for ethernet ..
Thanks for any advice..
Regards
Juan
Hi All,
I already tested the ESP32 with a LAN Board from waveshare, the DP8348, and it works very good!
Now I would like to connect the ESP32 direct to my PC via the Ethernet interface, but I am not sure if it is possible at the moment.
I am asking becasue what I see now is all related to Wifi, example the DHCP stop does not work for ethernet ..
Thanks for any advice..
Regards
Juan
Who is online
Users browsing this forum: No registered users and 22 guests