photo

Christopher Stapels

MathWorks

Last seen: Today Con actividad desde 2016

Followers: 3   Following: 1

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
375 Respuestas

File Exchange

1 Archivo

Cody

1 Problema
87 Soluciones

ThingSpeak

57 Público Canales

Discussions

19 Temas destacados

CLASIFICACIÓN
193
of 301.261

REPUTACIÓN
580

CONTRIBUCIONES
0 Preguntas
375 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
78

CLASIFICACIÓN
6.374 of 21.209

REPUTACIÓN
179

EVALUACIÓN MEDIA
5.00

CONTRIBUCIONES
1 Archivo

DESCARGAS
12

ALL TIME DESCARGAS
1754

CLASIFICACIÓN
3.813
of 173.690

CONTRIBUCIONES
1 Problema
87 Soluciones

PUNTUACIÓN
1.070

NÚMERO DE INSIGNIAS
5

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
57 Público Canales

EVALUACIÓN MEDIA
59

CONTRIBUCIONES
19 Temas destacados

MEDIA DE ME GUSTA
2

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Knowledgeable Level 5
  • 36 Month Streak
  • Commenter
  • Creator
  • Community Champion
  • First Review
  • Personal Best Downloads Level 2
  • Pro
  • Thankful Level 3
  • Thankful Level 2

Ver insignias

Feeds

Respondida
how can i model a transformer fault internally like line to ground/line
Have a look at this File Exchange submission?

29 días hace | 0

Respondida
Status show updated time but data not showing in channel
Glad you got your data stream working again. Since I didn't see any change in behavior in any of my channels, I suspect it has...

9 meses hace | 0

Respondida
How do I read the last 3 Thinkspeak channel statuses into an array?
url = 'https://api.thingspeak.com/channels/mychan/status.json?api_key=mykey&results=3'; data = webread(url); statusArray = {da...

10 meses hace | 1

| aceptada

Respondida
thingspeak react trigger issues
Using the paid version might help your scheduling somewhat, but it would not completely prevent this problem. React is not sched...

11 meses hace | 2

Respondida
Inconsistent ThingSpeak Data Logging – Missing Entries & Timing Issues
You need a delay between the two writes. Even with a paid license, you can update a channel no faster than once per second. Th...

12 meses hace | 1

| aceptada

Respondida
Usin Thingspeak to control a remote device?
Good examples, @Vinod Also, this example shows specifically remote physical control though unfotunately uses esp8266. Still, I ...

alrededor de 1 año hace | 1

Respondida
How to fetch and visualise live data from thingspeak fields in Matlab app designer
This is a terrific application. App designer can really give customizable control the main web UI cant offer. I wrote this fil...

más de 1 año hace | 2

Respondida
Cannot display the map and mapdata correctly
Locations are not automatically filled in. If your device writes data to the fields Latitude and Longitude then they will exist ...

más de 1 año hace | 1

| aceptada

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

| aceptada

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 1

Respondida
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...

más de 1 año hace | 1

Respondida
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...

más de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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 ...

más de 1 año hace | 0

Respondida
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...

casi 2 años hace | 1

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 0

Respondida
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. ...

casi 2 años hace | 1

Respondida
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.

casi 2 años hace | 0

Respondida
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.

casi 2 años hace | 1

| aceptada

Respondida
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...

casi 2 años hace | 1

| aceptada

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 1

Respondida
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...

casi 2 años hace | 0

Respondida
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...

casi 2 años hace | 1

Respondida
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...

casi 2 años hace | 0

Respondida
GAUGE DOES NOT WORK CORRECTLY
Please follow this post.

casi 2 años hace | 0

Cargar más