Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gpio

How To Disable Raspberry Pi Gpio Event For Certain Time Period After It Runs In Python?

I am creating an event whenever my Raspberry Pi's GPIO pin has a falling edge. However, I want … Read more How To Disable Raspberry Pi Gpio Event For Certain Time Period After It Runs In Python?

Raspberry Can't Access /dev/mem

I have installed Raspbian on my Raspberry and added in: /etc/rc.local: chown /dev/ttyUSB0 #to all… Read more Raspberry Can't Access /dev/mem

How To Solve Raspberry Pi 3b & Bme280 Remote I/o Error

Let me start off with the components used: GPIO extension board to connect the raspberry pi to com… Read more How To Solve Raspberry Pi 3b & Bme280 Remote I/o Error

Python - Writing A Variable To A Text File

So this is my very first attempt at Python and programming the Raspberry Pi. My small project is to… Read more Python - Writing A Variable To A Text File