Search found 14 matches

by Pelle8879
Thu Mar 05, 2026 4:21 pm
Forum: MegunoLink
Topic: registration key
Replies: 1
Views: 50797

registration key

I have reinstalled my computer and need to enter registration key again.
How to do that?
by Pelle8879
Tue Nov 26, 2024 3:04 pm
Forum: MegunoLink
Topic: Multiple interface panels
Replies: 1
Views: 242036

Multiple interface panels

Is it possible to have two interface panels in the same project?
by Pelle8879
Mon Nov 25, 2024 6:44 am
Forum: Builder
Topic: Multiple interface panels
Replies: 1
Views: 248734

Multiple interface panels

Is it possible to have two interface panels as it is for plots?
by Pelle8879
Wed Nov 23, 2022 10:12 am
Forum: MegunoLink
Topic: TCPCommandhandler
Replies: 4
Views: 31062

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"...... ( Instead ...
by Pelle8879
Wed Nov 23, 2022 7:27 am
Forum: MegunoLink
Topic: TCPCommandhandler
Replies: 4
Views: 31062

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 ...
by Pelle8879
Mon Nov 21, 2022 12:23 pm
Forum: MegunoLink
Topic: TCPCommandhandler
Replies: 4
Views: 31062

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
by Pelle8879
Tue Aug 16, 2022 11:25 am
Forum: MegunoLink
Topic: Problems using wifi example
Replies: 1
Views: 26012

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 ...
by Pelle8879
Mon Nov 08, 2021 11:26 am
Forum: MegunoLink
Topic: Trend over 1 year
Replies: 1
Views: 20483

Trend over 1 year

Is there any way to make trends with a timeframe over 1 year?
by Pelle8879
Tue Jan 28, 2020 7:16 am
Forum: MegunoLink
Topic: sending data from megunolink
Replies: 1
Views: 21568

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.
by Pelle8879
Sun Jan 05, 2020 3:50 pm
Forum: MegunoLink
Topic: Edit series property
Replies: 3
Views: 18735

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?