Search found 11 matches

by minolta
Sat May 23, 2026 11:16 am
Forum: Bug Reports
Topic: Atmega 2560 - UART0 RX Interrupt not functional
Replies: 3
Views: 239

Re: Atmega 2560 - UART0 RX Interrupt not functional

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.
by minolta
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...
by minolta
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...
by minolta
Thu Apr 22, 2021 6:40 pm
Forum: General
Topic: MQTT_Client
Replies: 4
Views: 4441

Re: MQTT_Client

Flowcode1.fcfx
(30.35 KiB) Downloaded 540 times
It is possible, that i do not fully understand how to use it.
by minolta
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...
by minolta
Thu Apr 22, 2021 5:16 pm
Forum: Bug Reports
Topic: MQTT_Client
Replies: 4
Views: 5660

Re: MQTT_Client

Hi,

Checked, functional.
Many thanks Ben.
by minolta
Mon Apr 19, 2021 9:50 pm
Forum: Bug Reports
Topic: MQTT_Client
Replies: 4
Views: 5660

Re: MQTT_Client

Hello,

Thanks, i will check it in the following days.

Tiberiu
by minolta
Mon Apr 19, 2021 7:39 pm
Forum: Bug Reports
Topic: MQTT_Client
Replies: 4
Views: 5660

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
by minolta
Thu Apr 15, 2021 9:49 pm
Forum: Bug Reports
Topic: MQTT_Client
Replies: 4
Views: 5660

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...
by minolta
Wed Jan 13, 2021 8:34 pm
Forum: General
Topic: ESP32-S2-WROOM
Replies: 6
Views: 7945

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. ...