• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






MyAutomation

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

08 2018 档案

 
Arduino 串口库函数
摘要:库函数目录 if (Serial) available() availableForWrite() begin() end() find() findUntil() flush() parseFloat() parseInt() peek() print() println() read() rea 阅读全文
posted @ 2018-08-26 23:23 MyAutomation 阅读(1406) 评论(0) 推荐(0)
六足蜘蛛机器人行走控制
摘要:机器人 六足蜘蛛机器人有六个腿,每个腿有两个舵机控制,一个负责水平方向的前后运动,一个负责竖直方向的上下运动(抬腿落腿)。如下图所示 驱动板: 该驱动板为TOROBOT公司产品,编程时与电脑串口连接,靠串口命令驱动舵机工作。见下图及其详细说明书。本机器人有12个舵机,需要占用驱动板的12个S口。 / 阅读全文
posted @ 2018-08-26 10:57 MyAutomation 阅读(4363) 评论(0) 推荐(1)
温湿度传感器DHT11程序示例
摘要:DHT11概述 HT11数字温湿度传感器是一款含有已校准数字信号输出的温湿度复合传感器。 它应用专用的数字模块采集技术和温湿度传感技术,确保产品具有极高的可靠性与卓越的长期稳定性。传感器包括一个电阻式感湿元件和一个NTC测温元件,并与一个高性能8位单片机相连接。因此该产品具有品质卓越、超快响应、抗干 阅读全文
posted @ 2018-08-23 13:42 MyAutomation 阅读(9514) 评论(0) 推荐(0)
OneWire应用 单总线温度传感器DS18系列
摘要:OneWire DS18S20, DS18B20, DS1822 Temperature DS18B20 The DS18B20 digital thermometer provides 9-bit to 12-bit Celsius temperature measurements and has 阅读全文
posted @ 2018-08-19 11:54 MyAutomation 阅读(1218) 评论(0) 推荐(0)
SPI应用 用SPI总线读取气压传感器SCP1000的数据
摘要:Using SPI to read a Barometric Pressure Sensor This example shows how to use the SPI (Serial Peripheral Interface) Communications Library to read data 阅读全文
posted @ 2018-08-18 10:26 MyAutomation 阅读(1778) 评论(0) 推荐(0)
SPI应用 用SPI控制一个数字电位器
摘要:Controlling a Digital Potentiometer Using SPI In this tutorial you will learn how to control the AD5206 digital potentiometer(数字电位计) using Serial Peri 阅读全文
posted @ 2018-08-17 23:10 MyAutomation 阅读(1790) 评论(0) 推荐(0)