It’s not a simple task because ODVA updates the EtherNet/IP standard every year or so. When you run the conformance test, it must comply with the latest version of the standard
If you’re only going to develop a few devices, it’s not worth hiring a team of engineers to read through a specification ...
Search found 28 matches
- Wed Apr 01, 2026 2:52 pm
- Forum: General Discussion
- Topic: ESP32 as Ethernet/IP (Industrial Protocol) Adapter
- Replies: 4
- Views: 8308
- Tue Jul 22, 2025 4:05 pm
- Forum: General Discussion
- Topic: Can ESP32-P4 support multiple ethernet ports?
- Replies: 2
- Views: 555
Can ESP32-P4 support multiple ethernet ports?
I was convinced that the ESP32-P4 only supports one ethernet port and we would have to use an external switch for redundancy
but there's a sentence in the datasheet that caught my eye:
"The Ethernet media access controller includes three RMII interfaces."
in page 70 of ESP32-P4 Series Datasheet v0 ...
but there's a sentence in the datasheet that caught my eye:
"The Ethernet media access controller includes three RMII interfaces."
in page 70 of ESP32-P4 Series Datasheet v0 ...
- Thu May 23, 2024 1:01 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 468
- Views: 1082965
Re: What would you like to see in The Next Chip?
Let me toss in another vote for evolution, instead of revolution.
I also think the ESP32S3 is a very good chip in its present form. If there was a way to get an updated version (lets call it S6 for now), I'd like to see three things – in the order of importance:
0. More IRAM. Really, that's the ...
- Fri Aug 06, 2021 2:23 pm
- Forum: Documentation
- Topic: ESP8685 Datasheet | 技术规格书
- Replies: 4
- Views: 28138
Re: ESP8685 Datasheet | 技术规格书
A bit sad it seems not pin to pin compatible with old ESP8285, it would be perfect to change the ESP8285 on some modules we have gaining BLE and more heap without have to redesign everything
Nice release anyway!
Nice release anyway!
- Mon Dec 07, 2020 5:01 pm
- Forum: General Discussion
- Topic: ESP32-C3 RISC-V Core - ...What i found just in time ...
- Replies: 24
- Views: 42897
Re: ESP32-C3 RISC-V Core - ...What i found just in time ...
Any power consumption numbers? similar to ESP32 or are we going to be surprised?
- Sat Mar 07, 2020 6:45 pm
- Forum: General Discussion
- Topic: Run linux on the ESP32?
- Replies: 20
- Views: 82698
Re: Run linux on the ESP32?
There is a curious branch in official linux-xtensa repo, called xtensa-5.6-esp32 with the following description:
Configured with FLASH and PSRAM it is capable of running noMMU Linux
it's here: https://github.com/jcmvbkbc/linux-xtens ... af8a5d20aa
Configured with FLASH and PSRAM it is capable of running noMMU Linux
it's here: https://github.com/jcmvbkbc/linux-xtens ... af8a5d20aa
- Sat Dec 15, 2018 2:44 pm
- Forum: ESP32 Arduino
- Topic: Unsucessful HTTPS connection with own CA
- Replies: 3
- Views: 6747
Re: Unsucessful HTTPS connection with own CA
have you tried with without www?
Code: Select all
const char* host = "esp32.sk";- Sat Dec 01, 2018 11:39 pm
- Forum: General Discussion
- Topic: Best way to get 16MB WROOM modules?
- Replies: 9
- Views: 15290
- Mon Aug 20, 2018 1:34 pm
- Forum: General Discussion
- Topic: Anyone considering VoIP using the ESP32-LyraT
- Replies: 5
- Views: 10318
Re: Anyone considering VoIP using the ESP32-LyraT
I'm also interested, for now the closest I found was https://github.com/chrta/sip_call but it would be interesting if it could be used with ESP32 ADF
- Mon Jul 16, 2018 12:55 pm
- Forum: General Discussion
- Topic: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
- Replies: 3
- Views: 7585
Re: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
Hi Angus,
Thanks for your post, now it's more clear for me: the intend of sound-open-firmware is to be a firmware that communicates with ALSA and not ALSA itself, so the DSP needs something with Linux connected to work
Before read your post I tried a bit more, probably no one will use this, but ...
Thanks for your post, now it's more clear for me: the intend of sound-open-firmware is to be a firmware that communicates with ALSA and not ALSA itself, so the DSP needs something with Linux connected to work
Before read your post I tried a bit more, probably no one will use this, but ...