Search found 11 matches

by Pelle8879
Wed Nov 23, 2022 10:12 am
Forum: MegunoLink
Topic: TCPCommandhandler
Replies: 4
Views: 3710

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

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

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: 3029

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

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: 8854

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: 8671

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?
by Pelle8879
Mon Dec 16, 2019 6:58 pm
Forum: MegunoLink
Topic: Edit series property
Replies: 3
Views: 8671

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.
by Pelle8879
Thu Feb 07, 2019 6:02 am
Forum: MegunoLink
Topic: Sending decimal value to arduino
Replies: 1
Views: 4644

Sending decimal value to arduino

How can I send a float value (ex 5,4) from megunolink and have arduino to understand that?
I have tested this but the value vill only be integer.
void Cmd_SetDmin(CommandParameter &Parameters)
{
Dmin = atof(Parameters.NextParameter());
}

And this is what meguno is sending:
!SetDVmax 4.5
by Pelle8879
Thu Mar 22, 2018 8:51 am
Forum: MegunoLink
Topic: Own map
Replies: 3
Views: 6887

Re: Own map

Do you know any other program that can take gps position from a com port and show position on a map?