New ESP32-WROVER Ethernet Board
New ESP32-WROVER Ethernet Board
I Needed Ethernet, but could not find anything that was small. So I designed one, and added some things as well.
Here is the first prototype for the ESP32-Wrover with Ethernet. Name to be figured out yet. If it turns out enough people want it I will start selling them. Price is to TBD, as quantity really matters to help with that. It currently works, and in the next few days I will be hooking some I2c and SPI peripherals to it and creating a video of it in action. Have demo code working for both in ESP-IDF and Arduino.
Some info about the board.
1) 0.1" pin headers, to plug into your favorite solderless breadboard.
2) LAN8720A Ethernet Transceiver.
3) Onboard 3.3v 2A switching power supply. Vin max 17V. Plenty of power to power all your peripherals.
4) SX1509BIULTRT, GPIO Expander 16CH, via I2C. This is quite a wicked chip. Has 2 power rails that you can select the voltage for the I/O pins. Built in features like LED breath, flash, & keyboard scanning . There are 2, 10 pin headers for each GPIO port. GND, GPIO 1-8, VCC for that 8-pit port. Here is the data sheet:
https://www.semtech.com/uploads/documen ... 0x_89b.pdf
There is no onboard USB programmer to save on cost. Instead, I designed one of those too.
Here is the first prototype for the ESP32-Wrover with Ethernet. Name to be figured out yet. If it turns out enough people want it I will start selling them. Price is to TBD, as quantity really matters to help with that. It currently works, and in the next few days I will be hooking some I2c and SPI peripherals to it and creating a video of it in action. Have demo code working for both in ESP-IDF and Arduino.
Some info about the board.
1) 0.1" pin headers, to plug into your favorite solderless breadboard.
2) LAN8720A Ethernet Transceiver.
3) Onboard 3.3v 2A switching power supply. Vin max 17V. Plenty of power to power all your peripherals.
4) SX1509BIULTRT, GPIO Expander 16CH, via I2C. This is quite a wicked chip. Has 2 power rails that you can select the voltage for the I/O pins. Built in features like LED breath, flash, & keyboard scanning . There are 2, 10 pin headers for each GPIO port. GND, GPIO 1-8, VCC for that 8-pit port. Here is the data sheet:
https://www.semtech.com/uploads/documen ... 0x_89b.pdf
There is no onboard USB programmer to save on cost. Instead, I designed one of those too.
Last edited by mikemoy on Sat Jun 09, 2018 3:44 pm, edited 1 time in total.
- martinayotte
- Posts: 141
- Joined: Fri Nov 13, 2015 4:27 pm
Re: New ESP32-WROVER Ethernet Board
Looks very nice !
Re: New ESP32-WROVER Ethernet Board
Looks nice, but belongs in showcase subforum.
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: New ESP32-WROVER Ethernet Board
Mike,
I love you!
I need 1 ASAP! PM sent
I love you!
I need 1 ASAP! PM sent
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
-
- Posts: 2
- Joined: Sat Apr 28, 2018 12:12 pm
Re: New ESP32-WROVER Ethernet Board
It's just perfect i would buy a few of them , but one suggestion, that board is perfect for home automation projects where you use 24V power lines (due to bigger power loss on 12v on long cables.) so using controller that could handle 24V +, would be just huge advantage in world of 11-17 V boards that do need additional converter board when you want to plug it anywhere else than breadbord.
I know what i say because we sell automation on esp for hotels that works on buildings over a year, and that was one of the biggest problems with ready to go boards on the market.
Second thing... that would be just blessing !!! POE !!!! Power Over Ethernet, even if it will take a bit bigger board. or possible kind of hat or connector to connect for example ready to buy POE modules used in CCTV cameras (1$ on well known eastern website) that could be put on top that gives you POE.
Third thing and that i cannot even name it as what beautiful that would be is build in logic level converter that could be used to direct connect the 5V automation peryferial that are already on market, mabe something that could be jumpered whether to use it or not, or just power switching jumper on level converter block that could be set to 5 or 3.3 ..... Keypads for access control are 5V, door release switches must use more than 3.3 because of signal loss etc. And ESP is so much prone for interference that direct connecting things to the ESP when it comes for example to WIEGAND interface (and that is possible because ESP even if not documented is in a way 5V tolerant, just a resistor in series and you are fine, but fast bidirectional level converter could make things done fast.
Why i'm telling about those things ?
I's not hard to make "another and the same as other boards" , the clue is to show something that is not on the market.
There is board that is close to Your design is ESP32-GATEWAY, and it has SD card, costs 17 EUR. But no POE, No level converter, No possible power IN more than 5V external.
So if You introduce something like that it will shine like a star !
If you build that i assure i would buy a few houndreds of them because right now i must buld them every time by my self from modules.
Good project !
I know what i say because we sell automation on esp for hotels that works on buildings over a year, and that was one of the biggest problems with ready to go boards on the market.
Second thing... that would be just blessing !!! POE !!!! Power Over Ethernet, even if it will take a bit bigger board. or possible kind of hat or connector to connect for example ready to buy POE modules used in CCTV cameras (1$ on well known eastern website) that could be put on top that gives you POE.
Third thing and that i cannot even name it as what beautiful that would be is build in logic level converter that could be used to direct connect the 5V automation peryferial that are already on market, mabe something that could be jumpered whether to use it or not, or just power switching jumper on level converter block that could be set to 5 or 3.3 ..... Keypads for access control are 5V, door release switches must use more than 3.3 because of signal loss etc. And ESP is so much prone for interference that direct connecting things to the ESP when it comes for example to WIEGAND interface (and that is possible because ESP even if not documented is in a way 5V tolerant, just a resistor in series and you are fine, but fast bidirectional level converter could make things done fast.
Why i'm telling about those things ?
I's not hard to make "another and the same as other boards" , the clue is to show something that is not on the market.
There is board that is close to Your design is ESP32-GATEWAY, and it has SD card, costs 17 EUR. But no POE, No level converter, No possible power IN more than 5V external.
So if You introduce something like that it will shine like a star !
If you build that i assure i would buy a few houndreds of them because right now i must buld them every time by my self from modules.
Good project !
Last edited by Stellargate on Sat Apr 28, 2018 2:11 pm, edited 1 time in total.
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: New ESP32-WROVER Ethernet Board
Moved from News to Showcase, as it seems to give a bit of discussion.
-
- Posts: 30
- Joined: Thu Jun 29, 2017 7:10 pm
Re: New ESP32-WROVER Ethernet Board
Hi,
Nice project. Do you have a project that would make it a wifi router?
Thanks,
Nice project. Do you have a project that would make it a wifi router?
Thanks,
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: New ESP32-WROVER Ethernet Board
Spoken from my heart!Stellargate wrote:It's just perfect i would buy a few of them , but one suggestion, that board is perfect for home automation projects where you use 24V power lines (due to bigger power loss on 12v on long cables.) so using controller that could handle 24V +, would be just huge advantage in world of 11-17 V boards that do need additional converter board when you want to plug it anywhere else than breadbord.
I know what i say because we sell automation on esp for hotels that works on buildings over a year, and that was one of the biggest problems with ready to go boards on the market.
Second thing... that would be just blessing !!! POE !!!! Power Over Ethernet, even if it will take a bit bigger board. or possible kind of hat or connector to connect for example ready to buy POE modules used in CCTV cameras (1$ on well known eastern website) that could be put on top that gives you POE.
Third thing and that i cannot even name it as what beautiful that would be is build in logic level converter that could be used to direct connect the 5V automation peryferial that are already on market, mabe something that could be jumpered whether to use it or not, or just power switching jumper on level converter block that could be set to 5 or 3.3 ..... Keypads for access control are 5V, door release switches must use more than 3.3 because of signal loss etc. And ESP is so much prone for interference that direct connecting things to the ESP when it comes for example to WIEGAND interface (and that is possible because ESP even if not documented is in a way 5V tolerant, just a resistor in series and you are fine, but fast bidirectional level converter could make things done fast.
Why i'm telling about those things ?
I's not hard to make "another and the same as other boards" , the clue is to show something that is not on the market.
There is board that is close to Your design is ESP32-GATEWAY, and it has SD card, costs 17 EUR. But no POE, No level converter, No possible power IN more than 5V external.
So if You introduce something like that it will shine like a star !
If you build that i assure i would buy a few houndreds of them because right now i must buld them every time by my self from modules.
Good project !
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Re: New ESP32-WROVER Ethernet Board
Thanks, you were correct. I should have put it here, sorry.ESP_Sprite wrote:Moved from News to Showcase, as it seems to give a bit of discussion.
Sorry guys, I did not get any e-mail alerts on this topic after I posted it so I just assumed that people thought it was a silly idea, and have done nothing with it since that post. I'll get back on it and come up with a price & some examples for it.
- Vader_Mester
- Posts: 300
- Joined: Tue Dec 05, 2017 8:28 pm
- Location: Hungary
- Contact:
Re: New ESP32-WROVER Ethernet Board
Hi Mike,
I have a suggestion for you to move on:
Make it POE compatible. This means you may have to use an RJ45 without magnetics, but a separate transformer.
HOWEVER, if you look at the Raspberry Pi 3B+, it doesn't have a separate transformer, but the RJ45 connector has the proper leads to access the pins. (most common RJ45 types don't allow access to the transformer pins, which is a shame )
The needed pins for the POE, can then be just routed to pin header either to the perimiter of the board or as separate header
If you make the POE move on this board, I guarantee, that it will be sold in thousands!
I have a suggestion for you to move on:
Make it POE compatible. This means you may have to use an RJ45 without magnetics, but a separate transformer.
HOWEVER, if you look at the Raspberry Pi 3B+, it doesn't have a separate transformer, but the RJ45 connector has the proper leads to access the pins. (most common RJ45 types don't allow access to the transformer pins, which is a shame )
The needed pins for the POE, can then be just routed to pin header either to the perimiter of the board or as separate header
If you make the POE move on this board, I guarantee, that it will be sold in thousands!
Code: Select all
task_t coffeeTask()
{
while(atWork){
if(!xStreamBufferIsEmpty(mug)){
coffeeDrink(mug);
} else {
xTaskCreate(sBrew, "brew", 9000, &mug, 1, NULL);
xSemaphoreTake(sCoffeeRdy, portMAX_DELAY);
}
}
vTaskDelete(NULL);
}
Who is online
Users browsing this forum: No registered users and 17 guests