Safe Off Switch to Power Down Your Raspberry Pi

Some time it is hard to find solution for raspberry pi.This time we are solving issue : how to Power Down Your Raspberry Pi using GPIO.Step1:copy script from power_hold.pyStep2: sudo apt install python3-gpiozero#connect button GPIO 21 and GND#run below command to testpython3 power_hold.py# hold button(gpio21 and GND) for 2 second . your pi will be shutdown.If it is ok then power on your pi3 againStep3:Now execute your script ,when raspberry pi power on every time. sudo nano /etc/rc.local in rc.local file at...

Read more...

How to install CP2110 USB Driver on any operating system

If you want to start your career in Internet of Things get Node MCU Ch340 v3 or Node MCU CP2110Hi Geeks if you have purchased Node MCU CP2110 .That means you are on Right place.Download CP2110 Driver for Your Operating System hereNext step you know just extract ->next ->agree ->continue.........Now next step to Install Node MCU ESP8266 Library and board manager.I will cover on next post.

Read more...