查看“Crazy Mouse”的源代码
←
Crazy Mouse
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{Language| Crazy Mouse}} {| style="width: 800px;" |- | ==Objective== Beat the mouse and it will rush forward for some distance. ==Principle== Use Microduino-Shake sensor to detect the beat and let the motor lead the mouse run for some distance. ==Equipment== {|class="wikitable" |- |Module||Number||Function |- |[[Microduino-CoreUSB]]||1||Core board |- |[[Microduino-Sensorhub]]||1||Sensor pin board |- | [[Microduino-Shake]||1||Vibration sensor |- | [[Microduino-Robot]]||1||Robot control board |- | [[Microduino-Motor]]||1||DC motor drive module |- | [[Motor]]||1||Motor |} [[File:_crazy_mouse.jpg|600px|center|thumb]] ==Hardware Buildup== *Setup 1:Stack the CoreUSB, Robot, Motor and Sensorhub together. [[File:CoreUSB_Robot_Sensorhub.jpg|600px|center|thumb]] *Setup 2:Connect the vibration sensor to Sensorhub D2 and the motor to Stepper's OUTIA,OUTIB. [[file:Microduino-sensorhub_stepper.JPG|thumb|800px|center]] [[File:temp_ir_sensor.jpg|600px|center|thumb]] ==Software Debugging== *Description for Control Pin Definition <source lang="cpp"> #define PIN_SHAKE 2 //The vibration sensor input pin #define PIN_MOTOR 6 //Motor output pin </source> *Judge if the vibration sensor is triggered. If yes, please control the motor and run it for three seconds after the trigger. <source lang="cpp"> sensorReading = digitalRead(PIN_SHACK); //Read the status of the vibration sensor. if(sensorReading == HIGH) { digitalWrite(PIN_MOTOR,LOW); //The motor works for three seconds. delay(3000); digitalWrite(PIN_MOTOR,HIGH); } delay(1000); </source> ==Program== [[https://github.com/Microduino/Microduino_Tutorials/tree/master/MCookie_Tutorial/MicroduinoCrazyMouse MicroduinoCrazyMouse]] ==Result== By beating the mouse once, Microduino-Shake can detect vibration and the mouse will rush forward for three seconds. ==Video== |}
该页面使用的模板:
模板:Language
(
查看源代码
)
模板:Nmbox
(
查看源代码
)
返回至
Crazy Mouse
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
Welcome
首页
创客大赛
大赛详情
3D打印
安装月球车
图形化编程
操控月球车
升级月球车
编程工具下载
软件下载
Arduino
Processing
Mixly
Scratch
模块套件
Microduino 102
mCookie 102
mCookie 202
mCookie 302
IBC
其他
应用套件
四轴飞行器
平衡车
小车CUBE
音乐播放器
刷卡音乐播放器
wifi气象站
彩虹音乐触摸灯
分贝检测仪
迎门汇报
LED点阵时钟
LED点阵屏幕
硬件
mCookie
Sensor
Microduino
MicroWrt
MicroNux
MicroRobot-Core
MicroRobot-CoreESP
ideaBoard
ideaBox
MicroMV
MicroAI
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息