Downloading data from thingspeak into microbit

I want to be able to download data from thingspeak into microbit, as well as uploading data into thingspeak. I am using an iot:bit. Is it possible?

4 件のコメント

Christopher Stapels
Christopher Stapels 2021 年 7 月 15 日
Here is one fairly detailed tutorial. My worry is that there doesnt seem to be a delay in the write requests to ThingSpeak. You need to wait at least 15 s between requests to ThingSpeak for a free account. Hopefully you can make sure you add some delay. If you constantly bombard the ThingSpeak server, you might eventually be blocked.
In this tutorial, there is a delay of 2 seconds. If you have a paid license, that will work. If not, please increae the delay to 15 seconds at least.
Jason Davies
Jason Davies 2021 年 9 月 2 日
HI Christopher
the tutorials you give do not seem to mention how to download information from ThingSpeak to a microbit - only how to send it?
I too want to know how to do this and am wondering if you or anyone else has a way to do this?
TTFN
Christopher Stapels
Christopher Stapels 2021 年 9 月 14 日
The download and upload API commands are similar. Have a look at the Read Data API page to see how to form the command.
Naim Slama
Naim Slama 2021 年 12 月 27 日
please why in esp8266 thingspeak extension in makecode don´t existe download bloc
how to solve this pb thx

サインインしてコメントする。

回答 (1 件)

Vinod
Vinod 2021 年 12 月 27 日
編集済み: Vinod 2021 年 12 月 27 日

0 投票

ThingSpeak provides an API to read data stored in your channel. You may use this on your iot:bit device.

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

ヘルプ センター および File ExchangeCustom Toolchain Registration についてさらに検索

製品

質問済み:

2021 年 7 月 15 日

編集済み:

2021 年 12 月 27 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by