Search found 3 matches

by mattiavdm
Fri Sep 01, 2023 7:37 am
Forum: ESP-IDF
Topic: ESP-32 Modbus RTU master and slave istances simultaneously
Replies: 3
Views: 2973

Re: ESP-32 Modbus RTU master and slave istances simultaneously

Thanks for the detailed reply!
I will try to do it and post an update.
by mattiavdm
Thu Aug 31, 2023 3:18 pm
Forum: ESP-IDF
Topic: Include error in esp_vfs_fat.h
Replies: 2
Views: 1828

Re: Include error in esp_vfs_fat.h

Try editing the CMakeLists.txt of the component/main application to require fatfs, something like this: idf_component_register(SRCS "src/fatFS.c" INCLUDE_DIRS "src" "include" REQUIRES "fatfs" ) replace SRCS with your source code and INCLUDE DIRS accordingly.
by mattiavdm
Thu Aug 31, 2023 2:29 pm
Forum: ESP-IDF
Topic: ESP-32 Modbus RTU master and slave istances simultaneously
Replies: 3
Views: 2973

ESP-32 Modbus RTU master and slave istances simultaneously

Hello, I'm working in a project where there is the need for a device to communicate over Modbus as master and slave RTU simultaneously. I have not access to ESP32 hardware yet, and i tried to find implementations or posts about this use case without any luck. Supposing i have two serial ports, one f...