RASPBERRY PI: Getting started with UART/Serial Port

Install WiringPi sudo apt-get install python-dev sudo apt-get install python-setuptools git clone https://github.com/WiringPi/WiringPi-Python.git cd WiringPi-Python git submodule update –init at ~/WiringPi-Python/WiringPi/wiringPi/piNes.c change < to the ” at #include “wiringPi.h” sudo python setup.py install git clone git://git.drogon.net/wiringPi ;or for update (if already cloned before) cd wiringPi git pull origin /boot/cmdline.txt ;…

Continue reading

Getting Started with Raspberry PI (RPi) board

Reviewed by Editor: Jack Allison RPi-Zero ebay/RPi-A+ ebay/RPi-B ebay/RPi2-B ebay Step-By-Step Start (for RPi Model B, B+) Clone (make a backup copy) of your pre-installed NUBS SD-card (or create OS SD card from your downloaded image) Using HDMI cable, connect the board to your TV/monitor. Connect USB keyboard and mouse to your Raspberry…

Continue reading