Hello,
I'm trying to read the last value AND the date/time from a private channel to my Arduino. I can easily get the last value using the "official thingspeak library for arduino" and the "ReadPrivateChannel"-example. But what about the timestamp (date/time) for that last value? It's not a part of the Thingspeak library I think..
I can access the last value and the timestamp by a get request and get a return in JSON format (this is my privat channel...):
How do I make my Arduino to "read" this url? I been trying to make a GET request but without any success... =(
Regards
Mattias