Vinod - MATLAB Central
photo

Vinod

MathWorks

Last seen: 1 giorno fa Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB AnswersCodyFile ExchangeThingSpeakZoom OutFrom 12/11 to 03/25Use left and right arrows to move selectionFrom 12/11Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
178
of 297.398

REPUTAZIONE
648

CONTRIBUTI
0 Domande
381 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
100

  • Thankful Level 4
  • Knowledgeable Level 5
  • 24 Month Streak
  • Pro
  • Personal Best Downloads Level 3
  • First Review
  • 5-Star Galaxy Level 4
  • First Submission
  • Revival Level 3
  • First Answer
  • Solver

Visualizza badge

Feeds

Risposto
Why does ThingSpeak return "0" when more than one data point is routed?
A zero response value is definitely the server rejecting the point. As a paid user a channel can be updated at a rate of up to...

3 giorni fa | 0

Risposto
Usin Thingspeak to control a remote device?
Hello @Giovanni - there are a couple of ways you can use ThingSpeak to control a device. Use the Talkback app. Here's an examp...

4 giorni fa | 0

| accettato

Canale


Test Micro:bit

3 mesi fa

Risposto
How to fetch and visualise live data from thingspeak fields in Matlab app designer
My recommendation is: 1) Build your app with MATLAB App Designer with the gauges and lamp indicators. 2) On ThingSpeak set up...

3 mesi fa | 1

| accettato

Risposto
Issue with TimeControls getting stuck
We'll take a look on the back end why these Time Control got stuck. Typically when I have seen this, it is because something has...

4 mesi fa | 0

Risposto
Thingspeak now unable to parse website
I can't access the URL from the public internet in the US. I believe this to be the reason the ThingSpeak servers can't get to t...

4 mesi fa | 0

Risposto
error while using Things Speak with Cube MX
If you want to use the ThingSpeak library from your STM Nucleo board, I believe you will need to get these files in your compile...

5 mesi fa | 0

Risposto
MATLAB ANALYSIS run Successfully on ThingSpeak, BUT always generates Server Error 500, so doesn't send email
Here's the code I used to test an alert email. % Send ThingSpeak Alert alertURL = "https://api.thingspeak.com/alerts/send"; ...

5 mesi fa | 0

Risposto
Thingspeak - no reading data error code 0
I believe the key is here "...updating the library with WifiS3.h rather than Wifi.h." My guess is the WiFiS3 library is not exac...

5 mesi fa | 1

Risposto
Not receiving data from mqtt broker in a public channel
My guess is the public channel has not seen an update since your client connected to it. I just created a public channel (266275...

6 mesi fa | 0

Canale


Test MQTT subscribe
This is a public channel that gets an update with a value [0-10] in Field1 at least every 10 minutes. You can subscribe to this ...

6 mesi fa

Risposto
thingspeak server closing connection immediately
Are you able to publish/subscribe to the channel updates from a different client such as MQTTX ? If that works, I would suggest ...

7 mesi fa | 0

Risposto
Problem connecting reliably to Thingspeak over Ethernet
As you say, a 301/302 from the ThingSpeak library suggests network connectivity issues. Try using a different WiFi network to se...

7 mesi fa | 0

Risposto
can I use custom libraries (dlls) written for matlab with Thingspeak
If you have the DLLs and MATLAB code calling those DLLs in a git repo, you could have your MATLAB Analysis on ThingSpeak clone t...

7 mesi fa | 1

| accettato

Risposto
Read and Write in one scatch
Yes. You can combine the examples of reading and writing to have a sketch that reads data from one channel and writes to another...

8 mesi fa | 0

Risposto
why my esp8266 push data to ThingSpeak will always hit -301 response code
As Christopher says, a 301 typically means your device does not have Internet connectivity.

8 mesi fa | 0

Risposto
Message usage reset anniversary date?
It is the anniversary date of you signing up to ThingSpeak. So, if you first created your account on Jul 10,2023, for example, y...

8 mesi fa | 1

| accettato

Risposto
I am unable to connect MQTT client using Thingspeak in MATLAB.
I believe you are using an older version of MATLAB. You need to use MATLAB R2022a or newer and have a license to the Industrial ...

oltre 2 anni fa | 0

| accettato

Risposto
How to download the root certificate from thingspeak.com? I am unable to locate the root certificate that is required to set up the thingspeak broker.
Here are instructions on how you can download the certificate for any website. For ThingSpeak MQTT broker, you can download the ...

oltre 2 anni fa | 3

| accettato

Risposto
Cant view my data on thingspeak app
I recommend starting with the example here as a starting point for your code. The ThingSpeak library on Github is to help users ...

oltre 2 anni fa | 0

Risposto
Connection between Codesys and Thingspeak
From our server logs it looks like the publish and subscribe topics are invalid. Codesys seems to convert the "/" character in t...

oltre 2 anni fa | 0

Risposto
want to download files from dropbox to a local computer using websave
The MATLAB function on FileExchange is a pure MATLAB solution and does not require you to write Dropbox apps. Please install the...

oltre 2 anni fa | 0

Risposto
How much data it can store for how long
Please take a look at the ThingSpeak license FAQ that answers your questions.

quasi 3 anni fa | 0

Risposto
I want to know MQTT API Key
Please read the <https://www.mathworks.com/help/thingspeak/channels-and-charts-api.html documentation> and examples on how to us...

quasi 3 anni fa | 0

Risposto
Thingspeak 301 Error with NodeMCU (ESP8266) [writing to multiple channels]
I believe this is because of DNS caching somewhere on your end. See this thread for information. Also see this thread, which get...

quasi 3 anni fa | 0

| accettato

Risposto
I want to send data to Thingspeak using proteus 8 professional
I think that is a great question for the makers of Proteus 8!

quasi 3 anni fa | 1

Risposto
I want to send data to ThingSpeak using Arduino
The question title says "I want to send data to ThingSpeak using Arduino", which is answered by the answer here. If you are int...

quasi 3 anni fa | 1

Risposto
why do I get the error "Problem updating channel. HTTP error code -301" when connecting the esp board and trying to transfer the data to thingspeak
Have you tried a different network than your phone's wifi hotspot? Do you still get 301 status code on that?

quasi 3 anni fa | 0

| accettato

Risposto
Can not connect to ThingSpeak MQTT broker using MQTT X Client
If you're connecting over Secure MQTT, you need to use port 8883, not port 1883 as your screenshot shows.

quasi 3 anni fa | 0

| accettato

Risposto
can I send the things speak data to a wordpress website?
You can host the ThingSpeak chart inside of your wordpress site. See this blog entry. There are 3rd party plugins also available...

quasi 3 anni fa | 1

Carica altro

Go to top of page