Ks0112 keyestudio EASY plug Digital Push Button: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) |
||
Line 36: | Line 36: | ||
Powered up and upload well the code, press down the button, LED module is turned on. While release the button, LED is off. | Powered up and upload well the code, press down the button, LED module is turned on. While release the button, LED is off. | ||
<br>[[File:ks0397 4-1.png|500px|frameless|thumb]]<br> | <br>[[File:ks0397 4-1.png|500px|frameless|thumb]]<br> | ||
<br>[[File:ks0397 4-3.png|500px|frameless|thumb]]<br> | |||
<br> | <br> | ||
Open the monitor, it will print out the value read from the button. | Open the monitor, it will print out the value read from the button. | ||
<br>[[File:ks0397 4-2.png|500px|frameless|thumb]]<br> | <br>[[File:ks0397 4-2.png|500px|frameless|thumb]]<br> | ||
Revision as of 16:14, 6 May 2019
Introduction
The EASY Plug Push-button module is a tidy little design that lets you control a DC power source using an everyday tactile button.
This basic application module is widely applied to Arduino, Raspberry Pi platforms.
When the button is pressed, it outputs HIGH level signal; if release the button, it outputs LOW level signal.
You can simply connect to an IO port to have your first taste of Arduino.
Note: this sensor needs to be used together with EASY plug control board.
Specification
- Connector: Easy plug
- Supply Voltage: 3.3V to 5V
- Large button and high-quality top cap
- Sensor type: Digital
Technical Details
- Dimensions: 38mm*20mm*18mm
- Weight: 5.6g
Connect It Up
Connect the EASY Plug push button sensor and LED module to control board using RJ11 cables.
Example 1: Button Controlled Light
Upload the Code
Below is an example code. Open or drag below code to Mixly Blocks and upload.
What You Should See
Powered up and upload well the code, press down the button, LED module is turned on. While release the button, LED is off.
Open the monitor, it will print out the value read from the button.
Example 2: Simulating Table Lamp
Upload the Code
Below is an example code. Open or drag below code to Mixly Blocks and upload.
What You Should See
Powered up and upload well the code, press down the button, LED light is turned on, it will not be off when release the button; But if press the button once again, LED will be turned off. It seems like your table lamp.
Open the monitor, you should be able to see how many times do you press the button.
Resources
Download the PDF for Arduino:
https://drive.google.com/open?id=1n231PI2jg8BQcIFIccbpYRfGLHEpQoP0
Download the Mixly Code and PDF:
https://drive.google.com/open?id=1FJTT0eiIYVB6ZHNKM657LFCRkHGAJ5yk