nmac on Convert counter values to rate
Correction about my translation: --> But I can not retrieve a data from a month ago from now
View Articlerw950431 on Convert counter values to rate
Have you tried the datetime(year.month,day,hour,minute,second) format (see https://au.mathworks.com/help/matlab/ref/datetime.html) This works for me using the public channel.. % Enter your MATLAB Code...
View Articleykim on Error: Unrecognized variable name 'x' by non-ascii field name.
I created new public channel and public MATLAB visualization to reproduce the error. Please check following links: https://thingspeak.com/channels/206990...
View Articlenmac on Convert counter values to rate
Thank you for help. I've find that i want : %Â Time (month, day, hour ....) Here counter value in one hour t1 = datetime('now') - hours(1); t2 = datetime('now'); [b,time,channelInfo] =...
View Articlesegepe on Local server crasch several times daily
Hi there I have some problems with my installation on a Raspberry Pi with Jessie. Thingspeak starts ok, but after a few hours it close down. Thanks in advance for your help This is a part of the log...
View ArticleSoupiestZebra on Report Generation Toolbox?
Has anyone tried to use the report generation toolbox in one of their scripts? I have the license for it, but it won't load in the cloud version on Thingspeak.
View Articleakhila on Report Generation Toolbox?
Hi SoupiestZebra, Currently these are the MATLAB Toolboxes that are supported by ThingSpeak: https://www.mathworks.com/help/thingspeak/matlab-toolbox-access.html We plan to add more toolboxes in the...
View ArticleAdarsh_Murthy on Error: Unrecognized variable name 'x' by non-ascii field name.
Thanks for creating and sharing the new public channel. I am able to reproduce the behavior:  thingSpeakRead(206990, 'outputFormat', 'table')  ans = 1×2 timetable array Timestamps...
View Articlemohamedali1993 on Strings in Arduino IDE
Hey Rob, Â Thank you for your response. I am now able to send strings and read it in Matlab using timetable output format in the thingSpeakRead function, but I am unable to view the same data table in...
View ArticlejhkWaltham on Recent Changes
I have to agree with Songman999. My company has been using Thingspeak for about a year now to manage data collection for devices installed across the continental US. It has been a great tool to develop...
View Articlesegepe on Local installation crashes after a few hours
Hi there I have some problems with my installation on a Raspberry Pi with Jessie. Thingspeak starts ok, but after a few hours it close down. Thanks in advance for your help This is a part of the log...
View Articlerw950431 on Local server crasch several times daily
You may be able to eliminate the complaints about the new relic license by disabling the agent (see https://docs.newrelic.com/docs/agents/java-agent/configuration/java-agent-config-file-template)....
View Articlemnt on Recent Changes
I have found no change or break in functionality I could not login and there is no mention that you have to use your email now anywhere. Fail. Next tried to recover my password, the recoverylink on...
View Articlesegepe on Local server crasch several times daily
Hi! Thanks for the input 🙂 I will try this out and upload the log also. Thanks again for your reply.  Best regards
View Articleglynnbebee on Multiple temps in one message - help please.
Wondering if anyone has a minute and can tell me how to modify this code to send multiple temperatures to Thingspeak? I have working the Electric Imp code to send 1 temperature, but have not been able...
View ArticleSilverNodashi on please help: how to submit multile DS18B20 readings?
Hi,  I hope someone can help me with some sample code to upload multiple DS18B20 readings to different thingspeak "fields". My platform of choice is the Linkit One device, which has an ARM MCU, and I...
View ArticleSilverNodashi on ARM / Linkit One thingspeek library?
Hi,  Does anyone know if there is a thingspeak library that's compatible with ARM, or the LinkIt One platform? Or are there any plans to release a compatible library?
View Article