running.
https://github.com/stephane/libmodbus/issues/767
Example for modbus-tcp: https://github.com/Fliegl-Agrartechnik- ... modbus-tcp
Example for modbus-rtu: https://github.com/Fliegl-Agrartechnik- ... modbus-rtu
Search found 21 matches
- Sun Aug 18, 2024 9:12 pm
- Forum: ESP-IDF
- Topic: ESP-IDF libmodbus compatibility
- Replies: 5
- Views: 7083
- Sat Aug 17, 2024 6:49 pm
- Forum: ESP-IDF
- Topic: ESP-IDF libmodbus compatibility
- Replies: 5
- Views: 7083
Re: ESP-IDF libmodbus compatibility
Hi,
working on it.
seems reasonable effort to port libmodbus to ESP-IDF.
i will publish once running.
working on it.
seems reasonable effort to port libmodbus to ESP-IDF.
i will publish once running.
- Wed Jun 26, 2024 1:52 pm
- Forum: ESP-IDF
- Topic: How do I determine whether WIFI SSID and others config has been configured
- Replies: 2
- Views: 1733
- Wed Sep 07, 2022 5:55 pm
- Forum: Hardware
- Topic: PS Ram Speed
- Replies: 8
- Views: 14660
Re: PS Ram Speed
char * rm = (char*)malloc(ramsize);
should be replaced by
char * rm = (char*)heap_caps_malloc(ramsize, MALLOC_CAP_SPIRAM);
should be replaced by
char * rm = (char*)heap_caps_malloc(ramsize, MALLOC_CAP_SPIRAM);
- Sun Apr 03, 2022 11:03 am
- Forum: ESP-IDF
- Topic: How do I use extram_bss in CMakeLists?
- Replies: 2
- Views: 3536
Re: How do I use extram_bss in CMakeLists?
seem to be a Typo in Wiki.
.ext_ram.bss
seem to be the right one.
EXT_RAM_ATTR definition points to _SECTION_ATTR_IMPL(".ext_ram.bss", __COUNTER__)
.ext_ram.bss
seem to be the right one.
EXT_RAM_ATTR definition points to _SECTION_ATTR_IMPL(".ext_ram.bss", __COUNTER__)
- Fri Nov 19, 2021 1:42 pm
- Forum: ESP32 Arduino
- Topic: Touch interrupt is not detaching.
- Replies: 1
- Views: 4653
Re: Touch interrupt is not detaching.
i found out similar things:
https://github.com/espressif/esp-idf/issues/7845
it seems the Touch Read interlocks itself if he see GND or 3.3V
https://github.com/espressif/esp-idf/issues/7845
it seems the Touch Read interlocks itself if he see GND or 3.3V
- Fri Nov 05, 2021 9:54 am
- Forum: Hardware
- Topic: Waterproof touch
- Replies: 2
- Views: 5431
Re: Waterproof touch
Hello,
is there any recommendation about ESD Diodes ?
is there any recommendation about ESD Diodes ?
- Wed Jul 28, 2021 4:18 pm
- Forum: General Discussion
- Topic: HiveMQ Cloud credentials for MQTT over TLS
- Replies: 4
- Views: 7075
Re: HiveMQ Cloud credentials for MQTT over TLS
for me this worked:
mqtts:///username:password@xxxxxxxx.s2.eu.hivemq.cloud:8883
on this Example:
https://github.com/espressif/esp-idf/tr ... s/mqtt/ssl
certificate for Eclipse and hive is same.
mqtts:///username:password@xxxxxxxx.s2.eu.hivemq.cloud:8883
on this Example:
https://github.com/espressif/esp-idf/tr ... s/mqtt/ssl
certificate for Eclipse and hive is same.
- Wed Jul 28, 2021 3:50 pm
- Forum: General Discussion
- Topic: HiveMQ Cloud credentials for MQTT over TLS
- Replies: 4
- Views: 7075
Re: HiveMQ Cloud credentials for MQTT over TLS
mqtt://username:password@mqtt.eclipseprojects.io:1884 MQTT over TCP, port 1884, with username and password ?
like described here ?
https://docs.espressif.com/projects/esp ... /mqtt.html
like described here ?
https://docs.espressif.com/projects/esp ... /mqtt.html
- Sat Jul 24, 2021 6:57 am
- Forum: ESP-IDF
- Topic: ESP32 ETH_Lan8720 Multiple Lan Ports .
- Replies: 3
- Views: 7189