Estadísticas
0 Preguntas
319 Respuestas
1 Archivo
Cody1 Problema
72 Soluciones
CLASIFICACIÓN
202
of 284.779
REPUTACIÓN
484
CONTRIBUCIONES
0 Preguntas
319 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
54
CLASIFICACIÓN
7.184 of 19.231
REPUTACIÓN
130
EVALUACIÓN MEDIA
5.00
CONTRIBUCIONES
1 Archivo
DESCARGAS
29
ALL TIME DESCARGAS
1260
CLASIFICACIÓN
5.573
of 137.569
CONTRIBUCIONES
1 Problema
72 Soluciones
PUNTUACIÓN
905
NÚMERO DE INSIGNIAS
5
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
46 Público Canales
EVALUACIÓN MEDIA
59
CONTRIBUCIONES
1 Tema destacado
MEDIA DE ME GUSTA
8
Content Feed
i can't see the data updating in thingspeak but only 1 field can be update in thingspeak and other 3 or not updationg only once it has been update 4 fields. In serialmonitor s
You are using the single write function, you should use the multiple fields write syntax. In your code, you are writing four se...
3 días hace | 1
| aceptada
ESP8266 trouble connecting to api.thingspeak.com, but it's weird
Also answered here.
9 días hace | 0
ESP8266 connection issues but
I've seen ESP8266 with long connection times of 10-15 s, but nothing quite like what you see. I know you have the MQTT devices ...
10 días hace | 0
How to prevent gauges and graphs to move when scrolling?
If its really important, I would suggest you host them in an iframe on another site. The scrolling behavior is sometimes odd on...
15 días hace | 0
How do I use "export recent data"
You can use the Read data endpoint with .csv extension. Make sure all the fields on your channel are active in the channel sett...
15 días hace | 0
Sending out email when event occurs not on some interval
Definitely! Use the React app. You can check the data on a regular schedule (kinda like time control) or use 'on data insert' ...
30 días hace | 0
Valor de campo no disponible
Here are a few things I notice about your code. You run this line in the setup function, im not sure why. ThingSpeak.setFie...
alrededor de 1 mes hace | 0
how should I take a screenshot of a matlab visualization and send it to myself by email?
You could use the charts API to send a particular field chart. You wont get the custome MATLAB visualizations this way though. ...
alrededor de 1 mes hace | 0
How can I use my Arduino Uno R4 WiFi with ThingSpeak?
I found one example using WiFiS3.h.
alrededor de 2 meses hace | 0
Project Guidance Questions. A water level and rain fall system
Sound terrific. Please let us know how it goes. There is a discussions area in the ThingSpeak community if you wated to have a...
alrededor de 2 meses hace | 0
I keep getting the Compilation error: call of overloaded 'setField(int, double&)' is ambiguous when setting fields in my TS channel
Try setting the value first in this line: ThingSpeak.setField(2, double(PH_LEVEL)); e.g. double myLevel=double(PH_LEVEL); T...
alrededor de 2 meses hace | 0
How can I use my Arduino Uno R4 WiFi with ThingSpeak?
You can absolutely write to ThingSpeak with an Uno R4 wifi. You can use any wifi library (its probably built in) that lets you w...
alrededor de 2 meses hace | 0
Visualization NOT showing last values collected.
The 'updated at' on the my channels view is not guaranteed to be totally up to date, it is only an estimate. The most accurate ...
alrededor de 2 meses hace | 0
how to remove HTTP error 301 while sending data from nodemcu esp8266 to thingspeak
301 error is connectivity. You can Try a different network, or move your device in the present network closer to the router ...
2 meses hace | 0
Resuelto
Find sum of alternate numbers in a vector
Find sum of alternate numbers in a vector starting from index 1
3 meses hace
Resuelto
Generate this matrix
Generate the following matrix. n = 2; out = [-4 -3 -2 -1 0 -3 -2 -1 0 1 -...
3 meses hace
Display Thing-Speak's charts in my MATLAB app.
Click the cloud icon on your ThingSpeak play. Copy the html starting with '<iframe width=...' Open app designer. Type 'html' ...
3 meses hace | 0
| aceptada
Resuelto
Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....
3 meses hace
ThingSpeak public image display
I have similar workflows for two of my projects. For one, I upload to dropbox using this function to upload. Then you can use ...
3 meses hace | 2
| aceptada
Visualisation iOS App availablility
Apparently you can use the share button in safari on iphone to put a page on the home screen of you iphone! I just did it for m...
4 meses hace | 0
Visualisation iOS App availablility
I usually use the browser on my phone to interact with ThingSpeak, I can see most of what I need to there. In some cases, Ive w...
4 meses hace | 0
Has anybody managed to talk to ThingSpeak on an Arduino R 4 (wifi)?
If you want to go without the library, this example shows how to write the HTTP commands somewhat directly without the ThingSpea...
4 meses hace | 0
Showing data from different channels on a map
MATLAB visualization plots in ThingSepak can do some of this, but you wont be able to get the interactivity you are looking for ...
4 meses hace | 0
| aceptada
Maximum number of fields per channel in ThingSpeak
@Abbas You can definitely get help here on MATLAB Answers or oh theThingSpeak community. If you have an academic or commercial l...
4 meses hace | 0
How to send notifications to Pushbullet via Thingspeak
Yes. Pushbullet has a developer API. You can use MATLAB analysis app to write MATLAB code to communicate with the PushBullet ap...
5 meses hace | 0
It seems that data is not recorded
There was a short downtime for ThingSpeak on July 19 from approximentally 6 am UTC until 10am. You can always see the present s...
5 meses hace | 0
how to send data from excel sheet to thingspeak automatically
Probably the best way would be to use MATLAB installed on your machine. You can use ThingSpeak write and automate a process in...
5 meses hace | 0
Data loss and latency issues from Node Red to ThingSpeak channel.
The most likely cause of lost data is sending too fast. If you are using a free account or using the bulk write endpoint, the mi...
5 meses hace | 0
Is it possible for the public user to extract all the data?
Also here is the API call for read data documentation. use the parameters for results or days or minutes, daterange to control ...
5 meses hace | 0
Setting up Thingspeak on a Raspberry Pi as a local server
Unfortunately, MathWorks does not support the installation of the self hosted version of ThingSpeak. That version was created be...
5 meses hace | 0