Yes, i should have thought of this. I removed the CH340 from the board (i use ICSP for programming) and now the uart0 line is "free".
Tested and is working with interrupt activated.
Thanks.
Search found 11 matches
- Sat May 23, 2026 11:16 am
- Forum: Bug Reports
- Topic: Atmega 2560 - UART0 RX Interrupt not functional
- Replies: 3
- Views: 239
- Sat May 23, 2026 9:31 am
- Forum: Bug Reports
- Topic: Atmega 2560 - UART0 RX Interrupt not functional
- Replies: 3
- Views: 239
Atmega 2560 - UART0 RX Interrupt not functional
Using Flowcode 10, i made a flow which is using interrupt UART0 RX (Channel 1, 19200 baud rate) and a very small macro to save the received serial data in a circular buffer. Microcontroller used is Atmega 2560, board - Mega 2560 Pro. I realized that the flow is not functional and start to search for...
- Sun Apr 25, 2021 8:38 pm
- Forum: General
- Topic: MQTT_Client
- Replies: 4
- Views: 4441
Re: MQTT_Client
Hi, My setup is: raspberry pi with mosquitto mqtt broker mqtt client running on node red (installed on the same raspberry pi) mqtt client on ESP32-wroom-32d node red mqtt client is requesting data from ESP32 mqtt client "Do you think that one of the MQTT functions is taking too long, if so, whi...
- Thu Apr 22, 2021 6:40 pm
- Forum: General
- Topic: MQTT_Client
- Replies: 4
- Views: 4441
Re: MQTT_Client
It is possible, that i do not fully understand how to use it.
- Thu Apr 22, 2021 5:40 pm
- Forum: General
- Topic: MQTT_Client
- Replies: 4
- Views: 4441
MQTT_Client
Hi, I have a question regarding MQTT_Client component. When i use it in a loop, program is not going further until a message is received or a "timeout" occur (i measured ~80seconds) I want to "leave" the MQTT_Client function after ~50seconds, is there another way, beside using an...
- Thu Apr 22, 2021 5:16 pm
- Forum: Bug Reports
- Topic: MQTT_Client
- Replies: 4
- Views: 5661
Re: MQTT_Client
Hi,
Checked, functional.
Many thanks Ben.
Checked, functional.
Many thanks Ben.
- Mon Apr 19, 2021 9:50 pm
- Forum: Bug Reports
- Topic: MQTT_Client
- Replies: 4
- Views: 5661
Re: MQTT_Client
Hello,
Thanks, i will check it in the following days.
Tiberiu
Thanks, i will check it in the following days.
Tiberiu
- Mon Apr 19, 2021 7:39 pm
- Forum: Bug Reports
- Topic: MQTT_Client
- Replies: 4
- Views: 5661
Re: MQTT_Client
In the mean time i use "IoT Made Easy" library.
Now, from Node Red to ESP32, via MQTT i can send and receive data without any compile error.
Tiberiu
Now, from Node Red to ESP32, via MQTT i can send and receive data without any compile error.
Tiberiu
- Thu Apr 15, 2021 9:49 pm
- Forum: Bug Reports
- Topic: MQTT_Client
- Replies: 4
- Views: 5661
MQTT_Client
When i try to use MQTT Client, i have the bellow compiler error: ../main/esp-project.c: In function 'FCD_0a9d1_MQTT_Client1__Disconnect': ../main/esp-project.c:1110:9: error: 'FCR_RETVAL' may be used uninitialized in this function [-Werror=maybe-uninitialized] : ^ cc1.exe: some warnings being treate...
- Wed Jan 13, 2021 8:34 pm
- Forum: General
- Topic: ESP32-S2-WROOM
- Replies: 6
- Views: 7946
Re: ESP32-S2-WROOM
Hi, I have to admit that this the first time when i use ESP32 modules. My intention is to setup a communication between 2 modules, connected to my wi-fi router. I do not know if this can be done with wlan esp32 library. But, because i like to try new things i will order 2 modules and do some tests. ...