├── Blind Stick Using Raspberry Pi Pico ├── Schematic Diagram.png └── main.py ├── Blink └── blink.py ├── Controlling DC Motor With L298N Motor Driver And Raspberry Pi Pico ├── Schematic Diagram.png └── main.py ├── Distance Meter Using HC-SR04 and Raspberry Pi Pico ├── Schematic Diagram.png └── main.py ├── Home Automation Using Raspberry Pi Pico ├── MyHomeControl.aia ├── MyHomeControl.apk ├── Schematic Diagram.png └── main.py ├── How to use onboard temperature sensor of Raspberry Pi Pico ├── Schematic Diagram.png ├── lcd_api.py ├── main.py └── pico_i2c_lcd.py ├── Interfacing PIR Motion Sensor with Raspberry Pi Pico ├── Schematic Diagram.png └── main.py ├── OLED Display Interface with Raspberry Pi Pico ├── Schematic Diagram.png ├── main.py └── ssd1306.py ├── Pixel Chaser Game using Raspberry Pi Pico ├── Game.ino └── Schematic Diagram.png ├── Raspberry Pi Pico DS1307 RTC ├── SetTime.py ├── lcd_api.py ├── main.py └── pico_i2c_lcd.py ├── Raspberry Pi Pico Servo Motor Control ├── Schematic Diagram.png └── main.py ├── Raspberry Pi Pico with 16*2 LCD Display ├── Schematic Diagram.png ├── lcd_api.py ├── main.py └── pico_i2c_lcd.py ├── Stopwatch Using Raspberry Pi Pico ├── Schematic Diagram.png └── main.py ├── Weather Station Using DHT11 and Raspberry Pi Pico ├── Schematic Diagram.png ├── dht.py ├── lcd_api.py ├── main.py └── pico_i2c_lcd.py └── YouTube /Blind Stick Using Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Blind Stick Using Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Blind Stick Using Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Blind Stick Using Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /Blink/blink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Blink/blink.py -------------------------------------------------------------------------------- /Controlling DC Motor With L298N Motor Driver And Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Controlling DC Motor With L298N Motor Driver And Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Controlling DC Motor With L298N Motor Driver And Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Controlling DC Motor With L298N Motor Driver And Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /Distance Meter Using HC-SR04 and Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Distance Meter Using HC-SR04 and Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Distance Meter Using HC-SR04 and Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Distance Meter Using HC-SR04 and Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /Home Automation Using Raspberry Pi Pico/MyHomeControl.aia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Home Automation Using Raspberry Pi Pico/MyHomeControl.aia -------------------------------------------------------------------------------- /Home Automation Using Raspberry Pi Pico/MyHomeControl.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Home Automation Using Raspberry Pi Pico/MyHomeControl.apk -------------------------------------------------------------------------------- /Home Automation Using Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Home Automation Using Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Home Automation Using Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Home Automation Using Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /How to use onboard temperature sensor of Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/How to use onboard temperature sensor of Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /How to use onboard temperature sensor of Raspberry Pi Pico/lcd_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/How to use onboard temperature sensor of Raspberry Pi Pico/lcd_api.py -------------------------------------------------------------------------------- /How to use onboard temperature sensor of Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/How to use onboard temperature sensor of Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /How to use onboard temperature sensor of Raspberry Pi Pico/pico_i2c_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/How to use onboard temperature sensor of Raspberry Pi Pico/pico_i2c_lcd.py -------------------------------------------------------------------------------- /Interfacing PIR Motion Sensor with Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Interfacing PIR Motion Sensor with Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Interfacing PIR Motion Sensor with Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Interfacing PIR Motion Sensor with Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /OLED Display Interface with Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/OLED Display Interface with Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /OLED Display Interface with Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/OLED Display Interface with Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /OLED Display Interface with Raspberry Pi Pico/ssd1306.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/OLED Display Interface with Raspberry Pi Pico/ssd1306.py -------------------------------------------------------------------------------- /Pixel Chaser Game using Raspberry Pi Pico/Game.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Pixel Chaser Game using Raspberry Pi Pico/Game.ino -------------------------------------------------------------------------------- /Pixel Chaser Game using Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Pixel Chaser Game using Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Raspberry Pi Pico DS1307 RTC/SetTime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico DS1307 RTC/SetTime.py -------------------------------------------------------------------------------- /Raspberry Pi Pico DS1307 RTC/lcd_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico DS1307 RTC/lcd_api.py -------------------------------------------------------------------------------- /Raspberry Pi Pico DS1307 RTC/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico DS1307 RTC/main.py -------------------------------------------------------------------------------- /Raspberry Pi Pico DS1307 RTC/pico_i2c_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico DS1307 RTC/pico_i2c_lcd.py -------------------------------------------------------------------------------- /Raspberry Pi Pico Servo Motor Control/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico Servo Motor Control/Schematic Diagram.png -------------------------------------------------------------------------------- /Raspberry Pi Pico Servo Motor Control/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico Servo Motor Control/main.py -------------------------------------------------------------------------------- /Raspberry Pi Pico with 16*2 LCD Display/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico with 16*2 LCD Display/Schematic Diagram.png -------------------------------------------------------------------------------- /Raspberry Pi Pico with 16*2 LCD Display/lcd_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico with 16*2 LCD Display/lcd_api.py -------------------------------------------------------------------------------- /Raspberry Pi Pico with 16*2 LCD Display/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico with 16*2 LCD Display/main.py -------------------------------------------------------------------------------- /Raspberry Pi Pico with 16*2 LCD Display/pico_i2c_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Raspberry Pi Pico with 16*2 LCD Display/pico_i2c_lcd.py -------------------------------------------------------------------------------- /Stopwatch Using Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Stopwatch Using Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Stopwatch Using Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Stopwatch Using Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /Weather Station Using DHT11 and Raspberry Pi Pico/Schematic Diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Weather Station Using DHT11 and Raspberry Pi Pico/Schematic Diagram.png -------------------------------------------------------------------------------- /Weather Station Using DHT11 and Raspberry Pi Pico/dht.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Weather Station Using DHT11 and Raspberry Pi Pico/dht.py -------------------------------------------------------------------------------- /Weather Station Using DHT11 and Raspberry Pi Pico/lcd_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Weather Station Using DHT11 and Raspberry Pi Pico/lcd_api.py -------------------------------------------------------------------------------- /Weather Station Using DHT11 and Raspberry Pi Pico/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Weather Station Using DHT11 and Raspberry Pi Pico/main.py -------------------------------------------------------------------------------- /Weather Station Using DHT11 and Raspberry Pi Pico/pico_i2c_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panchalnikunj/Raspberry-Pi-Pico-Projects/HEAD/Weather Station Using DHT11 and Raspberry Pi Pico/pico_i2c_lcd.py -------------------------------------------------------------------------------- /YouTube: -------------------------------------------------------------------------------- 1 | Visot my YouTube channel for more: https://www.youtube.com/@NikunjPanchal 2 | --------------------------------------------------------------------------------