Beantwortet
Http post json to thingspeak from Arduino using GPRS via GSM module
My guess on the five entries limit is the size of the data buffer used in your communication library. (either the arduino or the...

mehr als 3 Jahre vor | 0

Beantwortet
Why is nothing happening when I upload csv file in ThingSpeak?
To import data into ThingSpeak from a csv file, the format is very specific. Here is a doc page that describes the process. Ther...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
I cant create channels
There was a short outage that may have effected newly signed up users. The issue was fixed shortly after this post.

mehr als 3 Jahre vor | 0

Beantwortet
thingspeak values for real time data of my IOT weather station are displaying as zero.
In the upload() section, I would suggest you try hard coding values instead of value_1, etc. Like this ThingSpeak.writeField(Ch...

mehr als 3 Jahre vor | 0

Beantwortet
Can I Send a Image to Thingspeak from Mobile device via any app(suggest a way)
I reccomend using MATLAB mobile. Here is an example to capture an image from the camera. Then save your file and it will be a...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
MQTT subscription via Nodered connected but no data
The MQTT subscription service was purged and restarted today just after 1 p.m, and is now working as expected. No messages sent ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
MQTT subscription via Nodered connected but no data
We had a reset of the system on Friday. Can you please try again and let us know if you are still having this issue today?

mehr als 3 Jahre vor | 0

Beantwortet
TimeControl (ThingSpeak) stopped running
TimeControls are working fine as of May 8 12:45 UTC. If you continue to see missing TimeControls, please comment here.

mehr als 3 Jahre vor | 1

| akzeptiert

Beantwortet
How i can change time zone on graphics in MATLAB?
Here is one suggestion: https://www.mathworks.com/support/search.html/answers/499985-change-matlab-visualization-timezone.html?...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
Bulk update with thingSpeakWrite to a specified field
myDates=datetime(2023,1,1):days(1):datetime(2023,1,10) nullVec=string.empty(10,0); myNums=1:10; myTimeTable=table(myDates',nu...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
Cannot get arduino voltage data to upload to Thingspeak
The Uno R3 cannot make HTTP requests without an ethernet or wifi connection. It is not able to send those requests through a USB...

mehr als 3 Jahre vor | 0

Beantwortet
Bulk update with thingSpeakWrite to a specified field
Make your data table with the first four columns of null values.

mehr als 3 Jahre vor | 0

Beantwortet
Erorr in MATLAB code
I think it is related to the special characters in the field names. Thank you for reporting this, we will look into it further....

mehr als 3 Jahre vor | 2

| akzeptiert

Beantwortet
The page is showing login successfull, but it's not showing my channels option in the channels page
Thanks all for reporting. We will look into the issue and post here when we have a solution. EDIT A fix has been submitted an...

mehr als 3 Jahre vor | 1

Beantwortet
I can't open a channel
We are aware of this issue and working on a fix. Please watch this MATLAB answer for updates when we have them.

mehr als 3 Jahre vor | 0

Beantwortet
Widgets doesn´t display any values
You are using a comma as a decimal seperator. I'm sorry but ThingSpeak thinks that is string text, and is not converting it to ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
websend does not transfer data to my thingspeak channel
Have you been able to update your channel using the web browser address bar? You can find the write data fromat on the api keys...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
The page is showing login successfull, but it's not showing my channels option in the channels page
Thanks all for reporting. We will look into the issue and post here when we have a solution.

mehr als 3 Jahre vor | 1

Beantwortet
The page is showing login successfull, but it's not showing my channels option in the channels page
You may have to review you cookie resrictions. MathWorks login does require some for login. Did this effect start recently? Ca...

mehr als 3 Jahre vor | 0

Beantwortet
The page is showing login successfull, but it's not showing my channels option in the channels page
Can you try logging in on a different device or system? If that is successful, I recommend you sign out (on the original system ...

mehr als 3 Jahre vor | 0

Beantwortet
Process an image sent to Thingspeak
Right now the data is in an area that is not publicly accessible. We are working to develop the capacity to read the data into a...

mehr als 3 Jahre vor | 0

Beantwortet
Where is storage image data on Thingspeak?
Right now the data is in an area that is not publicly accessible. We are working to develop the capacity to read the data into a...

mehr als 3 Jahre vor | 0

Beantwortet
storing data on Thinkspeak
Are you writing from a device or from an instance of MATLAB? From a device, you should use the write data APIor MQTT publish....

mehr als 3 Jahre vor | 0

Beantwortet
Widgets doesn´t display any values
The widget isnt showing any value because the value of field1 in your channel is null. When you write only to field 2 in an upd...

mehr als 3 Jahre vor | 0

Beantwortet
Connect vibration sensor to synchronous machine
There is a ThingSpeakWrite block available in Simulink. You can use this directly from a model or you can deploy it to hardware ...

mehr als 3 Jahre vor | 0

| akzeptiert

Beantwortet
Delta PLC to Thingspeak Interfacing
If your PLC has an internet conntection, you can use the HTTP Rest API for write data or you can write with MQTT publish via the...

mehr als 3 Jahre vor | 0

Beantwortet
No connection. Micro:bit IoT kit to Thingspeak
Do you know anyway to expose what the steps in the make code or the ESP firmware are doing? I know how to connect an ESP8266 di...

mehr als 3 Jahre vor | 0

Beantwortet
https://api.thingspeak.com/channels/<channel_id>/bulk_update.json
The format requirements for bulk update are farily complex. Have you followed all the steps in the bulk write documentation exa...

mehr als 3 Jahre vor | 0

Beantwortet
How can I Deploy Thingspeak?
Each device should have its own channel. You can use the method I described above if you want the device to create a channel, o...

mehr als 3 Jahre vor | 0

Beantwortet
Setting x axis to 8 hours
I would consider creating a custon MATLAB visualization where you can fix the x axis use xlim( [ begin end]). Alternatively, yo...

mehr als 3 Jahre vor | 0

Mehr laden