Grove 썸네일형 리스트형 Grove - Touch & Relay Grove - Touch & Relay Grove - Touch Sensor enables you to replace press with touch. It can detect the change in capacitance when a finger is near by. That means no matter your finger directly touches the pad or just stays close to the pad, Grove - Touch Sensor would outputs HIGH also.The Grove-Relay module is a digital normally-open switch. Through it, you can control circuit of high voltage wit.. 더보기 Grove – Servo Grove - Servo Servo is absolutely a fun motion control device to play! Via a servo library built in Arduino IDE, you can locate it at any position between 0 to 180 degrees. With 4 shafts in different shapes coming, this servo is ready to drive a little fan, lift an object, or mimic a clock hand. Hardware Required - Intel® Edison for Arduino- Grove Base Shield v2- Grove Servo- Grove Rotary Angle .. 더보기 Grove - LCD RGB Backlight Grove - LCD RGBBacklightDone with tedious mono color backlight? This Grove enables you to set the color to whatever you like via the simple and concise Grove interface. It takes I2C as communication method with your microcontroller. So number of pins required for data exchange and backlight control shrinks from ~10 to 2, relieving IOs for other challenging tasks. Besides, Grove - LCD RGB Backlig.. 더보기 Grove – Rotary Angle Sensor Grove - Rotary Angle SensorThe rotary angle sensor produces analog output between 0 and Vcc (5V DC with Seeeduino) on its D1 connector. The D2 connector is not used. The angular range is 300 degrees with a linear change in value. The resistance value is 10k ohms, perfect for Arduino use. This may also be known as a “potentiometer ”. Hardware Required - Intel® Edison for Arduino- Grove Base Shiel.. 더보기 Grove - Sound Sensor Grove - Sound Sensor Grove - Sound Sensor can detect the sound strength of the environment. The main component of the module is a simple microphone, which is based on the LM358 amplifier and an electret microphone. This module's output is analog and can be easily sampled and tested by a Seeeduino. Hardware Required - Intel® Edison Module- Arduino* expansion board- Grove Base Shield v2- Grove Sou.. 더보기 Grove - Buzzer Grove - Buzzer The Grove - Buzzer module has a piezo buzzer as the main component. The piezo can be connected to digital outputs, and will emit a tone when the output is HIGH. Alternatively, it can be connected to an analog pulse-width modulation output to generate various tones and effects. Hardware Required - Intel® Edison Module- Arduino* expansion board- Grove Base Shield v2- Grove Buzzer Ci.. 더보기 Grove - Button and LED Grove - Button and LED This example shows you how to turn on or off an LED via button. Hardware Required - Intel® Edison Module- Arduino* expansion board- Grove Base Shield v2- Grove Button(P)- Grove LED Socket Kit Circuit Schematic Code const int buttonPin = 3; // the number of the pushbutton pinconst int ledPin = 7; // the number of the LED pin // variables will change:int buttonState = 0; // .. 더보기 이전 1 다음