Hans Scharler in Blogs
上次活动时间: 2024-12-19

IoT has uses in all types of industries. Personally, I use ThingSpeak in about 8 different projects around my house.  ThingSpeak’s ability to help you easily share your data and insights from the data analysis online is used in The Gunma Industrial Technology Center in Maebashi, Japan. Read the stor...
Hans Scharler in Blogs
上次活动时间: 2023-11-27

The MATLAB AI Chat Playground was launched on the MATLAB Central community at the end of November. I recently got the chance the interview the chatbot about ThingSpeak. I was curious how much it knew about building IoT projects on ThingSpeak and data analysis with MATLAB. Here are some excerpts fro...
Hans Scharler in Blogs
上次活动时间: 2023-6-14

If you want to upgrade your ThingSpeak capabilities, have a look at the ThingSpeak repository of template codes that open in MATLAB Online. ThingSpeak has MATLAB built in to make it easy to analyze and visualize your data, but the text window for MATLAB analysis and MATLAB visualizations can be tri...
Hans Scharler in Blogs
上次活动时间: 2022-11-21

Professor Chao Wang at Arizona State University recently introduced a course on AI and IoT to first-year engineering students. Deep learning in MATLAB is used to classify images and send the results to ThingSpeak in the cloud. ThingSpeak allows the class to aggregate the results and compare their w...
Hans Scharler in Blogs
上次活动时间: 2022-8-8

Many users have asked, and it's finally here: Your devices can upload images to ThingSpeak! With this new feature, you can create a cloud-based tracking or monitoring system for your important assets by taking photos and uploading them to ThingSpeak image channels. Users with a paid ThingSpeak ...
Hans Scharler in Blogs
上次活动时间: 2022-1-14

Starting with iOS 14, Apple introduced widgets for the iPhone and iPad. Widgets elevate information to the top of your device and offer information at a glance. They help you customize your device in new ways. Wouldn't it be awesome to have a ThingSpeak widget on your iPhone? Thanks to a new app...
Hans Scharler in Blogs
上次活动时间: 2021-7-21

ThingSpeak has released an update to the MQTT service that improves access control and device management for IoT projects. This new interface is available to all ThingSpeak users. Learn more in the ThingSpeak Doc. If you have used ThingSpeak MQTT in the past, I wanted to mention one big change to h...
Hans Scharler in Blogs
上次活动时间: 2021-5-7

We were searching around for ThingSpeak IoT resources and noticed that Google was sharing the top questions related to ThingSpeak. Christopher Stapels and I thought that it would be fun to answer them and share them as a blog post. So, here we are. How do you use ThingSpeak? Some people use ThingSpe...
Hans Scharler in Blogs
上次活动时间: 2020-12-18

This time of year is about staying connected, maybe more so this year than with previous years. CheerLights is an IoT project to share some of the connections through synchronized lights. All of the lights connected to the CheerLights feed hosted on ThingSpeak stay in sync. The lights all shine with...
Hans Scharler in Blogs
上次活动时间: 2020-10-9

ThingSpeak automatically gives you access to the latest MATLAB features from the latest MATLAB release. MATLAB R2020b now includes swarmchart to create sarm scatter charts! The charts are a great way to visualize many measurements across a limited number of categories. Here is a swarm chart of wind ...
Hans Scharler in Blogs
上次活动时间: 2020-9-21

ThingSpeak users frequently ask how to build customized views for their ThingSpeak data. The channel view provides automatically generated field plots that are customizable with the ThingSpeak Charts API or a MATLAB visualization. You might want to run prepackaged analysis repeatedly or based on a v...
Aman Kumar in MATLAB Answers
上次活动时间: 2020-5-27

readChannelID = 1035265; outputliquidqantityFieldID = 3; readAPIKey = ''; meter_reading = thingSpeakRead(readChannelID,'Fields', outputliquidqantityFieldID,'NumDays',10,'ReadKey',readAPIKey); % Calculate the Cost Billing_cost = sum(meter_reading); display(Billing_cost,'Total Billing Cost (INR)'); % Start by setting the channel ID and Alert key. All alert key start with TAK. formatSpec = "The Water consumption bill is: %d,%d"; A1 = sum(meter_reading); A2 = meter_reading apiKey = 'TAK14ZOZGAXZQMR05'; alertURL = "https://api.thingspeak.com/alerts/send"; options = weboptions("HeaderFields", ["ThingSpeak-Alerts-API-Key", apiKey ]); alertBody = sprintf(formatSpec,A1,A2) alertSubject = sprintf(" Water consumption exceeded 100 l!"); if meter_reading >= 100 webwrite(alertURL, "body", alertBody, "subject", alertSubject, options); end
Hans Scharler in Blogs
上次活动时间: 2020-3-17

Christopher Stapels, the product marketing manager for ThingSpeak, told me that we crossed ONE MILLION CHANNELS of IoT data on ThingSpeak. We have come along way over the years. The first channel that we created got the Channel ID of 1. We deleted the channel to test if the channel deletion feature ...
Hans Scharler in Blogs
上次活动时间: 2019-5-6

Interest in predictive maintenance is increasing as more and more companies see it as a key application for data analytics that leverages IoT systems. Branko Dijkstra, a technical consultant at MathWorks, held a talk at the MATLAB Conference and covers the development of predictive maintenance algor...
Hans Scharler in Blogs
上次活动时间: 2018-7-31

We have published an example in the ThingSpeak documentation that shows you how to train a feedforward neural network to predict temperature. The feedforward neural network is one of the simplest types of artificial networks but has broad applications in IoT. Feedforward networks consist of a series...
Hans Scharler in Blogs
上次活动时间: 2014-8-28

It's Throwback Thursday! We have come a long way since building cloud platforms for connected devices - now known as "The Internet of Things". Here's what our first website for the ThingSpeak project looked like 5 years ago... Get started with IoT now: Visit ThingSpeak.com or fork...
Hans Scharler in Blogs
上次活动时间: 2012-11-16

Kickstarter over the past few months has been the platform of choice for new Internet of Things hardware being developed. Many projects are an Arduino and another thing attached to it. While some of those projects are cool, they are not pushing the Internet of Things forward. Recently, Kickstarter c...
Hans Scharler in Blogs
上次活动时间: 2011-3-29

If you look around your house or office, you will see a bunch of things. Things are just sitting there. Things like your coffee maker, toaster, florescent lights, copy machine, alarm clock... Have you ever noticed that you keep a schedule on Google Calendar, but every night you set your alarm clock?...
Hans Scharler in Blogs
上次活动时间: 2011-1-28

No, it's not summer in North America yet but many people are counting down the days till the weather turns warm, especially with the east coast having just endured a snowy drubbing from Mother Nature! I've been following the concept of an "Internet of Things" for a few years now an...

关于 ThingSpeak

The community for students, researchers, and engineers looking to use MATLAB, Simulink, and ThingSpeak for Internet of Things applications. You can find the latest ThingSpeak news, tutorials to jump-start your next IoT project, and a forum to engage in a discussion on your latest cloud-based project. You can see answers to problems other users have solved and share how you solved a problem.