KS0373 EASY plug Slide Potentiometer: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(3 intermediate revisions by the same user not shown)
Line 27: Line 27:
==Connect It Up==
==Connect It Up==
Connect the EASY Plug Slide Potentiometer to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
Connect the EASY Plug Slide Potentiometer to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
<br>[[File:KS0373.jpg|500px|frameless|thumb]]<br>
<br>[[File:0373-1.png|500px|frameless|thumb]]<br>


<br>  
<br>  
==Upload the Code==
==Upload the Code==
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<br>[[File:ks0398 11.1.png|500px|frameless|thumb]]<br>
<br>[[File:0373-2.png|600px|frameless|thumb]]<br>


<br>
<br>


==What You Should See==
==What You Should See==
<br>[[File:ks0398 11-1.png|500px|frameless|thumb]]<br>
<br>[[File:KS0373-3.png|600px|frameless|thumb]]<br>
<br>
<br>
After uploading the code, open the serial monitor and set the baud rate to 9600; <br>
After uploading the code, open the serial monitor and set the baud rate to 9600; <br>
you should be able to see the analog value of analog pin A0.  
you should be able to see the analog value of analog pin A6,A7. If slide the slider, the value will change.  
If slide the slider, the value will change.  
<br>[[File:KS0373-4.png|600px|frameless|thumb]]<br>
<br>[[File:ks0398 11-2.png|500px|frameless|thumb]]<br>


<br>
<br>
Line 50: Line 49:
<br>  
<br>  
'''Hookup Guide'''<br>
'''Hookup Guide'''<br>
<br>[[File:滑竿灯.jpg|500px|frameless|thumb]]<br>
<br>[[File:KS0373-5.png|500px|frameless|thumb]]<br>


<br>  
<br>  
'''Test Code'''<br>
'''Test Code'''<br>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<br>[[File:ks0398 10.2.png|500px|frameless|thumb]]<br>
<br>[[File:KS0373-6.png|500px|frameless|thumb]]<br>


<br>  
<br>  
'''What You Should See'''<br>
'''What You Should See'''<br>
After uploading the code, slide the potentiometer, the brightness of LED will change.  
After uploading the code, slide the potentiometer, the brightness of LED will change.  
<br>[[File:图片0373.png|500px|frameless|thumb]]<br>
<br>
<br>


<br>
==Controlling Servo Angle==
==Controlling Servo Angle==


'''Hookup Guide'''<br>
'''Hookup Guide'''<br>
<br>[[File:滑竿舵机.jpg|500px|frameless|thumb]]<br>
<br>[[File:KS0373-8.png|600px|frameless|thumb]]<br>


<br>  
<br>  
'''Test Code'''<br>
'''Test Code'''<br>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
Below is an example code. Open or drag below code to [https://wiki.keyestudio.com/Getting_Started_with_Mixly  Mixly Blocks] and upload. <br>
<br>[[File:ks0398 11.3.png|800px|frameless|thumb]]<br>
<br>[[File:KS0373-9.png|800px|frameless|thumb]]<br>


<br>  
<br>  
'''What You Should See'''<br>
'''What You Should See'''<br>
After uploading the code, slide the potentiometer, the servo motor will rotate to a certain angle.
After uploading the code, slide the potentiometer, the servo motor will rotate to a certain angle.
<br>[[File:ks0398 11-4.png|500px|frameless|thumb]]<br>


<br>
<br>
<br>
<br>


Line 88: Line 85:
'''Download the Mixly Code and Datasheet:'''<br>
'''Download the Mixly Code and Datasheet:'''<br>
https://drive.google.com/open?id=1P3ktlTE2OxDgnfScaCHHkTiFgty4NKT5
https://drive.google.com/open?id=1P3ktlTE2OxDgnfScaCHHkTiFgty4NKT5
'''Download the Mixly Easy plug library:'''<br>
https://wiki.keyestudio.com/How_to_Import_Mixly_Library


<br>
<br>

Revision as of 08:26, 12 September 2019

EASY plug Slide Potentiometer

Introduction

The EASY plug slide potentiometer uses high-quality sliding appliances for stable and reliable performance. It is a dual analog output that outputs a 0-VCC analog voltage signal.
The module pins are extended into Registered jack, so you can easily connect it to EASY Plug control board using a RJ11 cable.
There are 6 pad interfaces on the module. So you can solder two 3pin headers with a pitch of 2.54mm on the module.
It can be used to connect with other MCUs. The signal terminal outputs two analog values. The sum of the two analog values is 1023.
This module should be used together with EASY plug control board.

Special Note:
The sensor/module is equipped with the RJ11 6P6C interface, compatible with our keyestudio EASY plug Control Board with RJ11 6P6C interface.
If you have the control board of other brands, it is also equipped with the RJ11 6P6C interface but has different internal line sequence, can’t be used compatibly with our sensor/module.


Parameters

  • Operating Voltage: DC 3.3V-5V
  • Resistance: 10K
  • Port: analog quantity
  • Property: ROHS


Technical Details

  • Dimensions: 28mm*76.7mm*31.3mm
  • Weight: 17g


Connect It Up

Connect the EASY Plug Slide Potentiometer to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
thumb


Upload the Code

Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See


thumb

After uploading the code, open the serial monitor and set the baud rate to 9600;
you should be able to see the analog value of analog pin A6,A7. If slide the slider, the value will change.
thumb


Controlling LED Brightness

Except from reading the analog value of slide potentiometer, you are able to use the slide potentiometer to control the brightness of LED.
Hookup Guide

thumb


Test Code
Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See
After uploading the code, slide the potentiometer, the brightness of LED will change.


Controlling Servo Angle

Hookup Guide

thumb


Test Code
Below is an example code. Open or drag below code to Mixly Blocks and upload.

thumb


What You Should See
After uploading the code, slide the potentiometer, the servo motor will rotate to a certain angle.



Resources

Download the Arduino Code and PDF:
https://drive.google.com/open?id=1zbdjlPfSHBYk4Ae13_jN_dALxI5-LPIi

Download the Mixly Code and Datasheet:
https://drive.google.com/open?id=1P3ktlTE2OxDgnfScaCHHkTiFgty4NKT5

Download the Mixly Easy plug library:
https://wiki.keyestudio.com/How_to_Import_Mixly_Library


Buy from