統計
All
コントリビューション
0 投稿
コントリビューション
49 パブリック チャネル
平均評価
58
コントリビューション
1 ハイライト
平均いいねの数
8
Feeds
回答済み
How can I make simulink model of Integrated control and monitoring system with digital electronic board, sensor and wireless sensor to send data to thingspeak ?
We have a great support package for Arduino, which will allow ou to use the ThinkSpeakRead block in your model and deploy to the...
How can I make simulink model of Integrated control and monitoring system with digital electronic board, sensor and wireless sensor to send data to thingspeak ?
We have a great support package for Arduino, which will allow ou to use the ThinkSpeakRead block in your model and deploy to the...
17日 前 | 0
回答済み
How to access files on Matlab Drive from Thingspeak Analysis App
Unfortunately at present you cannot access MATLAB drive content via ThingSpeak analysis or visualizations. I will add your requ...
How to access files on Matlab Drive from Thingspeak Analysis App
Unfortunately at present you cannot access MATLAB drive content via ThingSpeak analysis or visualizations. I will add your requ...
24日 前 | 0
| 採用済み
回答済み
Historial en los charts
It is not clear what app you are using to view your ThingSpeak data, but I do not think the app you show it is specifically supp...
Historial en los charts
It is not clear what app you are using to view your ThingSpeak data, but I do not think the app you show it is specifically supp...
28日 前 | 0
回答済み
thingspeak server closing connection immediately
Usually that means an authentication issue. Can you ensure the device is set up correctly and it is allowed to publish to the c...
thingspeak server closing connection immediately
Usually that means an authentication issue. Can you ensure the device is set up correctly and it is allowed to publish to the c...
約2ヶ月 前 | 0
回答済み
Confusion using thingsspeak in MATLAB(How to turn on relevant lamps depending on signal recieved from thingsspeak)
Have a look at this video series, especially in the fourth video, where we talk about remotely controlling objects. https://mat...
Confusion using thingsspeak in MATLAB(How to turn on relevant lamps depending on signal recieved from thingsspeak)
Have a look at this video series, especially in the fourth video, where we talk about remotely controlling objects. https://mat...
2ヶ月 前 | 1
回答済み
data stops after 6-7 transmissions
I recomend using the ThingSpeak library - it takes care of much of the network connectivity for you. Are you sure its not one o...
data stops after 6-7 transmissions
I recomend using the ThingSpeak library - it takes care of much of the network connectivity for you. Are you sure its not one o...
2ヶ月 前 | 1
解決済み
String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'
3ヶ月 前
解決済み
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
3ヶ月 前
解決済み
Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...
3ヶ月 前
解決済み
Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.
3ヶ月 前
解決済み
Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...
3ヶ月 前
回答済み
Can't send data from ChirpStack to TS
You don't seem to have included any data, at least in what you have shown above. If you are including data and you see the numb...
Can't send data from ChirpStack to TS
You don't seem to have included any data, at least in what you have shown above. If you are including data and you see the numb...
3ヶ月 前 | 0
回答済み
401 error code when trying to bulk-write to Thingspeak using AT-COMMAND
The bulk endpoint requires a somewhat complex syntax. Check out the bulk JSON update page here. You aren't providing all the c...
401 error code when trying to bulk-write to Thingspeak using AT-COMMAND
The bulk endpoint requires a somewhat complex syntax. Check out the bulk JSON update page here. You aren't providing all the c...
3ヶ月 前 | 0
回答済み
Error sending data to ThingSpeak - Data Intervals??
Generally I'd look at the code. ThingSpeak will only reject your data if you send it too fast or format it wrong, but it seems ...
Error sending data to ThingSpeak - Data Intervals??
Generally I'd look at the code. ThingSpeak will only reject your data if you send it too fast or format it wrong, but it seems ...
3ヶ月 前 | 0
回答済み
How do I display all the data, not just the last 30 minutes or so
You can use the pencil icon in the upper right of the standard field plots on your ThingSpeak channel to show more data, assumin...
How do I display all the data, not just the last 30 minutes or so
You can use the pencil icon in the upper right of the standard field plots on your ThingSpeak channel to show more data, assumin...
4ヶ月 前 | 1
| 採用済み
回答済み
The write channel is same as read channel data. Why the data is not processed?
a = 1:5 for i = 1: length(a) out = i * a(i) end If you read more then one value from your channel at a time, then length...
The write channel is same as read channel data. Why the data is not processed?
a = 1:5 for i = 1: length(a) out = i * a(i) end If you read more then one value from your channel at a time, then length...
5ヶ月 前 | 0
回答済み
Buenas noches, tengo error -301
The 301 error means the library is not able to find a connection that works. Either your conenction parameters are incorrect, or...
Buenas noches, tengo error -301
The 301 error means the library is not able to find a connection that works. Either your conenction parameters are incorrect, or...
5ヶ月 前 | 0
回答済み
Thingspeak HTTP eror code: -210
You can send data to multiple fields in a single post by adding &fieldx=number to the end of the api call or the mqtt payload. ...
Thingspeak HTTP eror code: -210
You can send data to multiple fields in a single post by adding &fieldx=number to the end of the api call or the mqtt payload. ...
5ヶ月 前 | 1
回答済み
No longer seeing data from sim800l and pic18f4525
No change in the API. My guess is connectivity. Try moving the device to a new location.
No longer seeing data from sim800l and pic18f4525
No change in the API. My guess is connectivity. Try moving the device to a new location.
5ヶ月 前 | 0
回答済み
MATLAB code has not completed execution within the allocated time. Consider optimizing your MATLAB code to execute within the available time limit.
I suggest using thingSpeakRead and the Alerts service. Your code will preform much faster and you wont have these errors.
MATLAB code has not completed execution within the allocated time. Consider optimizing your MATLAB code to execute within the available time limit.
I suggest using thingSpeakRead and the Alerts service. Your code will preform much faster and you wont have these errors.
5ヶ月 前 | 1
| 採用済み
回答済み
The write channel is same as read channel data. Why the data is not processed?
length(values1) is 1 so i is 1, and Y1(i) = i * values1(i); just multiplies your value by 1. Perhaps you want to read more tha...
The write channel is same as read channel data. Why the data is not processed?
length(values1) is 1 so i is 1, and Y1(i) = i * values1(i); just multiplies your value by 1. Perhaps you want to read more tha...
5ヶ月 前 | 1
| 採用済み
回答済み
Not connecting to thingspeak
Start with the getting started tutorial. Then make sure you can update your channel via the browser. Then try to update a st...
Not connecting to thingspeak
Start with the getting started tutorial. Then make sure you can update your channel via the browser. Then try to update a st...
5ヶ月 前 | 0
回答済み
Public views requires login
Thanks for reporting this issue. We have a fix in progress, but in the meantime please try the following workaround: Go to the...
Public views requires login
Thanks for reporting this issue. We have a fix in progress, but in the meantime please try the following workaround: Go to the...
5ヶ月 前 | 1
回答済み
Send more than one value in Field 1. Buffer of values.
We definitely need to change he way you are sending data to ThingSpeak. (I would clear the data and start over) Do you intend t...
Send more than one value in Field 1. Buffer of values.
We definitely need to change he way you are sending data to ThingSpeak. (I would clear the data and start over) Do you intend t...
5ヶ月 前 | 0
回答済み
Wo kann ich die kostenlose Lizenz erwerben?
You do not need to purchase anything to use the free version of ThingSpeak. If you are intending to use it for commercial purpos...
Wo kann ich die kostenlose Lizenz erwerben?
You do not need to purchase anything to use the free version of ThingSpeak. If you are intending to use it for commercial purpos...
5ヶ月 前 | 1
回答済み
Send more than one value in Field 1. Buffer of values.
ThingSpeak cannot parse the data you have in your field since it has string characters in it. MATLAB can though. First you nee...
Send more than one value in Field 1. Buffer of values.
ThingSpeak cannot parse the data you have in your field since it has string characters in it. MATLAB can though. First you nee...
5ヶ月 前 | 0
回答済み
Sending a danger message on email or phone Number.
Sure, there are several ways to do that using ThingSpeak. The best way is using the alerts API. Jsut set up the alert in Thing...
Sending a danger message on email or phone Number.
Sure, there are several ways to do that using ThingSpeak. The best way is using the alerts API. Jsut set up the alert in Thing...
6ヶ月 前 | 0
回答済み
Sometimes updates temp others humidity
Yes you can send in one command. See the library examples on write multiple fields. Your code is violating the 15 second rule be...
Sometimes updates temp others humidity
Yes you can send in one command. See the library examples on write multiple fields. Your code is violating the 15 second rule be...
6ヶ月 前 | 0
回答済み
How to use Fronius HTTP Post push service to send data to thingspeak
A quick web search does not show great documentation for Fronius push service, but I did find some things. I would use http. U...
How to use Fronius HTTP Post push service to send data to thingspeak
A quick web search does not show great documentation for Fronius push service, but I did find some things. I would use http. U...
6ヶ月 前 | 0
| 採用済み