Grove button Raspberry Pi without GrovePi+

Hey,

I just wanted to know whether I can use the grove button with raspberry Pi without using the grovePi+. If yes then could someone guide me through the process.



Thanks and regards,

Denis

Hi,



The recommended way to use it with a GrovePi+,

[attachment=0]Capture.JPG[/attachment]

You can connect the button 5v to Pi VCC, button GND to GND, and the Data pin to the corresponding GPIO Pin, you can use Female to Female jumper for this.
Capture.JPG

Ok and which library should I use?

Up :smiley:

You can use the GrovePi+ Library, or anything that support the protocol and pins will do the job.

OK thanks