background image

    adcIn = 

analogRead

(adcPin); 

    

if

(adcIn >= 

500

digitalWrite

(ledPin,

HIGH

);  

// if adc in > 500, led light

 

    

else

 

digitalWrite

(ledPin, 

LOW

); 

    

Serial

.

println

(adcIn); 

    

delay

(

100

); 

 

4. Open the serial monitor. You should see some data from ADC. 

 

 

5. Move the lever back and forth. The serial data will change correspondingly. 
When the output resistance exceeds a certain preset value, the on-board 
indicator LED will also light up. 

As an HID Device 

Slide Potentiometer can be an effective Human Interface Device (HID) and can be 
used, for example, in the radio controller of a Radio Controlled toy car. The picture 
below shows two Slide Potentiometers on the control panel - one to control the speed 
of the left wheel, and the other to control the speed of the right wheel of the toy car 
respectively. Now you can change the speeds of both motors and see the behavior. 
You will see that if you make the right wheel spin faster than the left wheel, the car 
will turn rightwards, and if you make the left wheel spin faster than the right wheel, 
the car will turn leftwards. 

Содержание Slide Potentiometer

Страница 1: ...es through a standard 4 Pin Grove Cable Three of the pins are connected to OUT Pin 1 Vcc Pin 3 and GND Pin 4 while the fourth pin Pin 2 is connected to a on board green indicator LED The LED is used t...

Страница 2: ...cuit you may use a range of User Interface modules Grove Red LED Grove LED String Light Grove Mini Fan Grove Buzzer Grove Recorder etc 2 Power up the circuit when complete 3 The slide potentiometer mo...

Страница 3: ...le steps to make the slide potentiometer module function as a voltage divider 1 When using the module in conjunction with an Arduino or a Seeeduino use the Grove Base Shield and connect the Grove Slid...

Страница 4: ...Slide Potentiometer can be an effective Human Interface Device HID and can be used for example in the radio controller of a Radio Controlled toy car The picture below shows two Slide Potentiometers on...

Страница 5: ...vePi Software Python o To see the code nano grove_slide_potentiometer py Ctrl x to exit import time import grovepi Connect the Grove Slide Potentiometer to analog port A0 OUT LED VCC GND slide 0 pin 1...

Страница 6: ...eate a project with it Recipe Community is a place which gathers a lot of amazing projects with step by step tutorials Makers in the community have made a lot of awesome projects with the Grove Slide...

Страница 7: ...noBasics in the Recipe community this guys must be born with a musical turn of mind after the Arduino BoomBox once again he made this Arduino BeatBox with some basic Grove components which really impr...

Отзывы: