Before start, below URL link is a basic tutorial for how to use skiiiD
https://www.hackster.io/skiiid/getting-started-with-skiiid-editor-f69b5d
Video InstructionStep 1. Launch skiiiD and select Arduino UNO#1 Launch skiiiD and select New button
#2 Select ①Arduino Uno and then click ②OK button
*This is Tutorial, and we use Arduino UNO. Other boards(Mega, Nano) have the same process.
Step 2. Add Component#1 Click '+' (Add Component Button) to search and select the component.
#2 ① Type'Buzzer' on the search bar or find theBuzzermodule on the list.
#3②Select Buzzer
#4 then you can see ③ pin indication. (You can configure it.)
*This module has 2 pins to connect
skiiiD Editor automatically indicate pin setting *configuration available
[Default Pin Indication for HW-503 (or KY-006) PassiveBuzzer] in case of Arduino UNO
Signal: 3
NC: NONE (Don't have to connect)
GND: GND
#5 After configuring pins ④ click ADD button on the right below side
#6⑤Added Modulehas appeared on theright panel
skiiiD Code of Passive Buzzer HW-503(or KY-006)skiiiD Code is intuitive function-based codes. This is based on skiiiD libraries.
on() - Turn on Buzzer ("Notes", Octave, DelayTime)
Example - ("C",4,200); = Play C Note 4th octave during 200ms
off() - Turn off Buzzer
examples() - Play a music as an example.
There are two pre-registered pieces of music. Put 1 or other numbers on the parenthesis.
Contact and FeedbackWe are working on components and boards libraries. Feel free to use it and feedback us, please. Below is contact methods
email: contact@skiiid.io
twitter: https://twitter.com/skiiiD_official
Facebook: https://www.facebook.com/enterphin
or visit https://skiiid.io/contact/ and go to the "Need Help" tab.
Comments are fine too!
Comments
Please log in or sign up to comment.