rw950431 on Connecting and sharing data with Salesforce
Have you considered IFTT? Maybe you can send your data to the maker channel then connect to the salesforce channel? (I've never actually done this...)
View Articlerw950431 on Things speak for monitoring noise and air pollution to create...
can you post your code?
View Articledaturach on GAS meter automation
I bought a few dozen of these Wemos boards some time ago, together with shields. I am trying to program an Arduino board using Wemos through Wifi. Wemos is connected to the Arduino ICSP pins. avrdude...
View Articleryinsf on ThingSpeak Communication Library for Arduino
Hi Rob - I'd like to use an Adafruit Feather M0 Wifi (ATSAMD21G18 like the Arduino Zero plus ATWINC) with ThingSpeak. The ThingSpeak Arduino Communcation Library refuses to compile because the Feather...
View Articleblackabbys on ThingSpeak to Twilio question
I am having the same problem too. Everything looks fine, I checked everthing thousand times but it still responses me with -1. Lastly I have tried your solution but it is still the same. Please help me...
View Articlealexleandrom on Send multiple values to same field like a sample data in same...
I am reading a seismometer and it s read 10 samples per second, How ThingSpeak API has a limit of 15seconds request, I want to know if, is there some way to send multiple value to the same field in the...
View Articlerw950431 on Plot a bar graph using Matlab?
Anyone know how to make matlab plot a bar (column) graph instead of a line? I've got this graph View post on imgur.com which I would like to plot as a bar graph with a different colors for positive...
View Articlekvv213 on GAS meter automation
daturach said I bought a few dozen of these Wemos boards some time ago, together with shields. I am trying to program an Arduino board using Wemos through Wifi. Wemos is connected to the Arduino ICSP...
View Articlekvv213 on Documentation for beginner about MatLab
Dear All, It seems that I like ThingSpeak service very much but as usually I want to get a little bit more than the standart functionality can offer. For example I colled data from a Gas Meter and do...
View Articleanjihanuma on Things speak for monitoring noise and air pollution to create...
Hai.... Thank you ......@rw950431 code: which i'm using...
View ArticleHans on Plot a bar graph using Matlab?
Hi. You might be looking for a histogram (or hist). I will check with others to find other options.
View ArticleRob Purser on Plot a bar graph using Matlab?
Histogram is a good option if you want to look at frequency of observations or variation. However, if you want a "traditional" bar or column chart, take a look at the bar and barh commands in MATLAB....
View Articlerw950431 on Plot a bar graph using Matlab?
Thanks Rob.. I got this code that works but looks pretty crappy. Do you know how I can set the width so the bars dont have gaps between them? I tried the width parameter but it seems to make no...
View Articlerw950431 on Things speak for monitoring noise and air pollution to create...
What happens if you only try and upload 2 or 3 voltages instead of 8? I seem to recall reading that someone else had strange troubles when attempting to upload 8 fields at once. If its the case it...
View Articleanjihanuma on Things speak for monitoring noise and air pollution to create...
Hai... Thank You....=>rw950431 It's working fine now......data uploading into my fields(Things Speak Channels),but i'm not getting channel updates(i.e ..in channel status updates) how to get it???...
View ArticleRob Purser on Plot a bar graph using Matlab?
Now you're getting into aesthetics. The doc pages linked earlier provide a lot of info and examples on the large number of parameters you can tweak to your liking. Based on your comment, you want...
View Articlejvasudev on Documentation for beginner about MatLab
Hi, I am not sure if I understand 100% about what you want to achieve, nevertheless I will try to provide my suggestions. Create/Open a MATLAB Analysis app. Use the thingSpeakRead function in the...
View Articlerw950431 on Plot a bar graph using Matlab?
Rob/ Thanks for the info. One-day graph looks much better.. https://thingspeak.com/apps/matlab_visualizations/89481 however extending the time-frame to 3 days still leaves a little to be desired...
View ArticleTomSim on React "No Data Check" replacement doesn't work
I expect that %%trigger%% would be replaced with "No Data Check" and %%channel_id%% would be replaced with the channel that triggered the event. If this work, I can have a generic thingHTTP that can...
View ArticleTomSim on ThingSpeak to Twilio question
Use IFTTT Maker URL trigger channel to SMS action. API key URL style, no authorization needed.
View Article