Search found 13 matches
- Tue Nov 26, 2024 3:04 pm
- Forum: MegunoLink
- Topic: Multiple interface panels
- Replies: 1
- Views: 2064
Multiple interface panels
Is it possible to have two interface panels in the same project?
- Mon Nov 25, 2024 6:44 am
- Forum: Builder
- Topic: Multiple interface panels
- Replies: 1
- Views: 1505
Multiple interface panels
Is it possible to have two interface panels as it is for plots?
- Wed Nov 23, 2022 10:12 am
- Forum: MegunoLink
- Topic: TCPCommandhandler
- Replies: 4
- Views: 5186
Re: TCPCommandhandler
I found the problem. At your webpage: https://www.megunolink.com/documentation/arduino-libraries/esp8266-esp32-tcp-command-handler/ There is wrong info regarding TCPCommand handler. I used that code. Now I have changed my code and it is like this: #include "ESPTCPCommandHandler.h"...... ( ...
- Wed Nov 23, 2022 7:27 am
- Forum: MegunoLink
- Topic: TCPCommandhandler
- Replies: 4
- Views: 5186
Re: TCPCommandhandler
This is total message when verifying: Arduino:1.8.19 (Windows 10), Kort:"ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled" ESP32_PZEMHardSerial_RST_wifireconnect:48:33: error: no m...
- Mon Nov 21, 2022 12:23 pm
- Forum: MegunoLink
- Topic: TCPCommandhandler
- Replies: 4
- Views: 5186
TCPCommandhandler
I am getting this message after using setup Arduino integrator:
'TCPCommandHandler' does not name a type
What to do?
I have tested uninstall Meguno library and installing again.
It worked proper prior to the update of integration.
Best regards
Pelle
'TCPCommandHandler' does not name a type
What to do?
I have tested uninstall Meguno library and installing again.
It worked proper prior to the update of integration.
Best regards
Pelle
- Tue Aug 16, 2022 11:25 am
- Forum: MegunoLink
- Topic: Problems using wifi example
- Replies: 1
- Views: 4097
Problems using wifi example
I am getting this error when trying to compile your TCPBlink example project in a ESP32 Dev Module : 'class MDNSResponder' has no member named 'update' How to fix that? I also have problem with select Host when creating a wifi connection in megunolink. How to do that? There is nothing to select in d...
- Mon Nov 08, 2021 11:26 am
- Forum: MegunoLink
- Topic: Trend over 1 year
- Replies: 1
- Views: 2672
Trend over 1 year
Is there any way to make trends with a timeframe over 1 year?
- Tue Jan 28, 2020 7:16 am
- Forum: MegunoLink
- Topic: sending data from megunolink
- Replies: 1
- Views: 9545
sending data from megunolink
I hav a Connection with a Arduino Mega and would like to send some of the data to an other usb port. (Text string).
Is there an example how to do that?
eg. Recieving on one usb port and sending data to an other port over tcp.
Is there an example how to do that?
eg. Recieving on one usb port and sending data to an other port over tcp.
- Sun Jan 05, 2020 3:50 pm
- Forum: MegunoLink
- Topic: Edit series property
- Replies: 3
- Views: 9790
Re: Edit series property
No I am not setting any properties.
MyPlot1.SendData(F("UppAcktemp"), UAckT,"Grader");
MyPlot1.SendData(F("MidAcktemp"), MAckT,"Grader");
Is there any wrong with above?
Should i set properties maybe?
MyPlot1.SendData(F("UppAcktemp"), UAckT,"Grader");
MyPlot1.SendData(F("MidAcktemp"), MAckT,"Grader");
Is there any wrong with above?
Should i set properties maybe?
- Mon Dec 16, 2019 6:58 pm
- Forum: MegunoLink
- Topic: Edit series property
- Replies: 3
- Views: 9790
Edit series property
I can not change the series property. when changing it goes back after a short while. Why?
It always goes back to line with symbol.
It always goes back to line with symbol.