Tag Archives: Pico

Playing Simon on Pico

So we had some practice with LEDs and Switches till now, This means we have input and output now ! Game time ! In this post I am going to document a quick write of Simon Says ( like game) … Continue reading

Posted in Electronics, raspberrypipico | Tagged , , , | Leave a comment

Pico, LED and Switch

After finishing up the onboard LED blink program, the next I did was to connect an LED and a switch as shown below The LED is connected to GPIO 15 and switch to GPIO 14. Please run the code below

Posted in Electronics, raspberrypipico | Tagged , , | Leave a comment

Getting started with Raspberry Pi Pico

I was intrigued by Raspberry Pi Pico and the collaboration with makers. I was looking for an excuse to get started with MicroPython & CircuitPython. So here are my note on the same! The initial getting started notes are going … Continue reading

Posted in Electronics, raspberrypipico | Tagged , , | 1 Comment