├── 1.14 inch SPI LCD ├── demo.py └── firmware.uf2 ├── 4x4Keypad_with Raspberry-pi-pico.py ├── DC-motor-with-Raspberry-Pi-Pico.py ├── EM18-RFID-Reader-With-Raspberry-Pi-Pico-RP2040.py ├── GSM └── make_call.py ├── LICENSE.md ├── Oled-ssd1306-Raspberry-Pi-Pico.py ├── README.md ├── Relay_with_Raspberry_Pi_Pico.py ├── SSD1306 Oled ├── Oled-ssd1306-Raspberry-Pi-Pico.py └── lib │ ├── framebuf.py │ ├── ssd1306.py │ └── usdl2.py ├── hc05-bluetooth-with-Raspberry-Pi-Pico.py ├── onboard_led_blink.py ├── pico_push_button.py ├── read_pico_temperature_sensor.py └── ws2812-neopixel-with-Pico-RP2040.py /1.14 inch SPI LCD/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/1.14 inch SPI LCD/demo.py -------------------------------------------------------------------------------- /1.14 inch SPI LCD/firmware.uf2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/1.14 inch SPI LCD/firmware.uf2 -------------------------------------------------------------------------------- /4x4Keypad_with Raspberry-pi-pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/4x4Keypad_with Raspberry-pi-pico.py -------------------------------------------------------------------------------- /DC-motor-with-Raspberry-Pi-Pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/DC-motor-with-Raspberry-Pi-Pico.py -------------------------------------------------------------------------------- /EM18-RFID-Reader-With-Raspberry-Pi-Pico-RP2040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/EM18-RFID-Reader-With-Raspberry-Pi-Pico-RP2040.py -------------------------------------------------------------------------------- /GSM/make_call.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/GSM/make_call.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Oled-ssd1306-Raspberry-Pi-Pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/Oled-ssd1306-Raspberry-Pi-Pico.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/README.md -------------------------------------------------------------------------------- /Relay_with_Raspberry_Pi_Pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/Relay_with_Raspberry_Pi_Pico.py -------------------------------------------------------------------------------- /SSD1306 Oled/Oled-ssd1306-Raspberry-Pi-Pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/SSD1306 Oled/Oled-ssd1306-Raspberry-Pi-Pico.py -------------------------------------------------------------------------------- /SSD1306 Oled/lib/framebuf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/SSD1306 Oled/lib/framebuf.py -------------------------------------------------------------------------------- /SSD1306 Oled/lib/ssd1306.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/SSD1306 Oled/lib/ssd1306.py -------------------------------------------------------------------------------- /SSD1306 Oled/lib/usdl2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/SSD1306 Oled/lib/usdl2.py -------------------------------------------------------------------------------- /hc05-bluetooth-with-Raspberry-Pi-Pico.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/hc05-bluetooth-with-Raspberry-Pi-Pico.py -------------------------------------------------------------------------------- /onboard_led_blink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/onboard_led_blink.py -------------------------------------------------------------------------------- /pico_push_button.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/pico_push_button.py -------------------------------------------------------------------------------- /read_pico_temperature_sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/read_pico_temperature_sensor.py -------------------------------------------------------------------------------- /ws2812-neopixel-with-Pico-RP2040.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/satyamkr80/Raspberry-Pi-Pico-Micropython-Examples/HEAD/ws2812-neopixel-with-Pico-RP2040.py --------------------------------------------------------------------------------