News

Plug the RFID module into the breadboard with enough space around it. Connect the VCC pin to the Arduino's 3.3V (not 5V), and GND to the ground rail. For the data connections, wire SDA to Pin 10, SCK ...
Instead of trying to remember lots of different dot and cross diagrams, it may help to understand how to draw them.
grove.onGesture(GroveGesture.Up, () => { basic.showString("Up"); }) grove.onGesture(GroveGesture.Down, () => { basic.showString("Down"); }) grove.initGesture() basic ...