Search found 4 matches

by 4cmclean
Wed Oct 14, 2020 6:16 am
Forum: MegunoLink
Topic: RTC on Arduino call to send with Senddata function
Replies: 5
Views: 6621

Re: RTC on Arduino call to send with Senddata function

PlotTemperatureC(TempsInC); to call the function below, where "TempsInC" is a string variable of temperature. This as is works with no problem, but is using computer time |T| void PlotTemperatureC(String data) { Serial.print("{TIMEPLOT:Temperature|data|Temperature Celcius|T|"); S...
by 4cmclean
Tue Oct 13, 2020 10:39 pm
Forum: MegunoLink
Topic: RTC on Arduino call to send with Senddata function
Replies: 5
Views: 6621

Re: RTC on Arduino call to send with Senddata function

Hi I have tried using the serialized version of the send command {TIMEPLOT:TemperaturePlot|data|Temperature Celcius|T|25.6} and of course this works. Then replacing T with a string, that CONCATENATES my time format as per your link yyyy-mm-dd hr:mm:ss this doesnt work. In the serial monitor it merel...
by 4cmclean
Mon Oct 12, 2020 11:00 pm
Forum: MegunoLink
Topic: RTC on Arduino call to send with Senddata function
Replies: 5
Views: 6621

Re: RTC on Arduino call to send with Senddata function

Thnx for the reply. I thought i was loosing it.
by 4cmclean
Mon Oct 12, 2020 2:35 am
Forum: MegunoLink
Topic: RTC on Arduino call to send with Senddata function
Replies: 5
Views: 6621

RTC on Arduino call to send with Senddata function

hi Im not having much luck to get this working with TimePlot. Im looking for how to format the senddata command so i can use the local RTC vs the pc time. My function is as TemperaturePlot.SendData(F("Temperature Fahrenheit"),TempsF); and prints as {TIMEPLOT:Temperature|DATA|Temperature Fa...