
Summer Camp in Ulster
Blank_Tt
需求型渣渣= =
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Interacting with ThingSpeak Using Python
新建一个channel,利用python进行通讯。 简单的Get请求可以使用URL: for example: http://193.61.149.150:3000/update?api_key=(Write APIKey)&field1=25 To read a specific field: http://193.61.149.150:3000/channels/1/f...原创 2019-08-16 05:08:26 · 444 阅读 · 0 评论 -
Raspberry Pi in IoT
Sensor Raspberry Pi obtain and convert raw values mport pexpect import sys import time bluetooth_adr = "54:6C:0E:52:FF:08" def fl...原创 2019-08-17 06:27:52 · 644 阅读 · 0 评论