Search found 8 matches

by michcfr
26 Jan 2024, 00:04
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 11384

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

Yes, need to be separated: different subnet, with isolation
It is in industrial context, so switches are much more expansive.
by michcfr
25 Jan 2024, 23:42
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 11384

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

Correct, It is more like reading from one device to another.
But two separate Ethernet ports are needed in order to separate interfaces from each other
by michcfr
25 Jan 2024, 23:10
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 11384

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

My use case: the ESP32 running as a protocol converter between two bus protocols that runs over the Ethernet.
For example: Bacnet (or ModBus) over Ethernet <=== ESP32 with two Ethernet ports ===> MQTT over Ethernet

Do you think it can be implemented with the bridge example from iron?
by michcfr
25 Jan 2024, 14:55
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12427

Re: Seeking Advice on Integrating LoRa Project into ESP Easy

Thank you TD-er for the information.
Any chance to get it as LORA gateway soon?
by michcfr
25 Jan 2024, 14:53
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 11384

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

Thank you TD-er for the information. Waiting for the update soon
@iron: as separated interfaces.
by michcfr
25 Jan 2024, 01:20
Forum: ESP Easy: General Discussion
Topic: MATTER protocol support
Replies: 7
Views: 3385

Re: MATTER protocol support

Hello, I'm very interested by the Matter support with the ESP32-C6. Any idea of its availability? Thank you, Michel Yep, it will eventually. But right now you only have a very limited subset of device profiles which are officially defined in the protocol. Think about a switch profile, a light profil...
by michcfr
25 Jan 2024, 01:14
Forum: ESP Easy: Hardware
Topic: ETH01-EVO ESP32-C3 + DM9051 SPI eth
Replies: 27
Views: 11384

Re: ETH01-EVO ESP32-C3 + DM9051 SPI eth

Hello, When do you think ESPEASY will support the W5500 SPI Ethernet controller? Would it be possible to plug more than one W5500 SPI Ethernet controller? very useful to build gateways between two separate Ethernet networks. Regards, Michel We have the W5500 SPI Ethernet controller planned on a TODO...
by michcfr
25 Jan 2024, 01:09
Forum: ESP Easy: General Discussion
Topic: Seeking Advice on Integrating LoRa Project into ESP Easy
Replies: 17
Views: 12427

Re: Seeking Advice on Integrating LoRa Project into ESP Easy

Hello, Can ESPEasy coupled with the RN2483 module run also as (single Channel) LORAWAN gateway? Regards, Michel In ESPEasy the exchange of data is not done via a "Plugin" but rather a "CPlugin" (as called in the source code files) or as we call it in the user interface "Cont...