Category Archives: raspberrypipico

ADC and Pico – Trimmer, LDR and Thermistor

Next is ADC ! We are connecting variable resistances which change based on light, temperature and manual control to test Move the trimmer, shine some light on the LDR and light a matchstick near the thermistor. You will see the … Continue reading

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

Reset and main.py

Pico doesn’t have a reset button on board and the tutorials start off as running the code by pressing the “run” button the thonny IDE. To add a reset button please follow this post . It says to add push … Continue reading

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

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