Hi,
Is it possible to use ulisp to upload sensor data to Thingspeak?
I have done this using with an ESP32 board and making use of the thingspeak Arduino library and this is straight forward. However i would like to do the same thing using ulisp. Apparently there are a couple of options if a dedicated library does not exist:
- upload directly using a web client to post to the thingspeak webserver channel or;
- upload a .csv file to the thingspeak webserver channel and make use of options within the channel.
Which would be easier?
Any help is much appreciated.
Cheers.