查看“Birthday Lamp”的源代码
←
Birthday Lamp
跳转至:
导航
、
搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{Language| Birthday Lamp}} {| style="width: 800px;" |- | ==Objective== To make a birthday lamp, press the button and play the music via a buzzer and you can see flashing lamp. ==Principle== ==Device== {|class="wikitable" |- |Module||Number||Function |- |[[Microduino-CoreUSB]]||1||Core board |- |[[Microduino-Sensorhub]]||1||Sensor pinboard |- |[[Microduino-BM]]||1||Buttery |- |[[Microduino-BUZZER]]||1|| Buzzer |- | [[Microduino-Lantern]]||1||colored light |} *Other **Battery [[File:music_birth.jpg|600px|center|thumb]] == Hardware Building== *Setup 1:Stack CoreUSB and Sensorhub. [[File:CoreUSB_Sensorhub.jpg|600px|center|thumb]] *Setup 2:Connect Buzzer to the D6 pin of Sensorhub, the Colored led to A0 and the crash switch to D2. [[file:Microduino-sensorhub_rule.JPG|thumb|800px|center]] [[File: music_birth_all.jpg|600px|center|thumb]] ==Software Debugging== *Setup 1:Start programing. Build development environment and download program code. [https://github.com/Microduino/Microduino_Tutorials/blob/master/MCookie_Tutorial/music_birth/music_birth.ino music_birth] *Setup 2:Code description *Function **“playNote()”Sound control **“colorSet()”Color control **“blink()”Pause *Pin description <source lang="cpp"> #define PIXEL_PIN A0 //Colored light int key_Pin = 2; //Key int speakerPin = 6; //Buzzer </source> *Light change (Red, green, blue and yellow) <source lang="cpp"> if (add == 1) colorSet(strip.Color(i * 10, 0, 0)); else if (add == 2) colorSet(strip.Color(0, i * 10, 0)); else if (add == 3) colorSet(strip.Color(0, 0, i * 10)); else if (add == 4) colorSet(strip.Color(i * 10, i * 10, 0)); </source> *Play music <source lang="cpp"> if (!play_pause) { play_pause = false; noTone(speakerPin); return; } playNote(notes[i], beats[i]); // make sound </source> ==Result== Press the crash switch, it will play music and the lights start flashing and turning brighter. Press the key again, it will turn off the music and the light. ==Video== |}
该页面使用的模板:
模板:Language
(
查看源代码
)
模板:Nmbox
(
查看源代码
)
返回至
Birthday Lamp
。
导航菜单
个人工具
创建账户
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
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
帮助
常见问题
帮助
工具
链入页面
相关更改
特殊页面
页面信息