Posts

Showing posts from March, 2017

Orang and Raspberry Pi Projects

Interesting site here where we can play with sensors. http://www.piprojects.xyz/category/development-boards/

Orang Pi Zero 512Mbyte

Image
https://opensource.com/article/17/1/how-to-orange-pi Introducing Orange Pi: Linux-powered, single board computers About the author David Egts - David Egts | Chief Technologist, North America Public Sector, Red Hat. Drum playing, motorcycle riding, computer geek, husband, dad, and catechist. Follow me on Twitter at @davidegts and check out the podcast I co-host! » More about me Learn how you can contribute How to get up and running with sweet Orange Pi Posted 30 Jan 2017 David Egts (Red Hat) Feed 34 up 14 comments Image credits :  Dave Egts, CC BY-SA 4.0 As open source-powered hardware like Arduino and Raspberry Pi becomes more and more mainst...

Using GPIO in Orange Pi

Image
http://www.instructables.com/id/Orange-Pi-One-Python-GPIO-basic/?ALLSTEPS Orange Pi One Python GPIO (basic) by DuncanW10 in computers Here's how to get GPIO working in Python on the Orange Pi One. Note. The GPIO pins on the Orange Pi One are flipped 180 degrees compared to the Orange Pi PC version or a Raspberry Pi! check out my other Orange Pi tutorials: https://www.instructables.com/id/Orange-Pi-One-Setup-Guide/ https://www.instructables.com/id/Orange-Pi-One-Analog-Devices-Using-MCP3008-Via-SPI/ Step 1: Download and Install Python Library To start you will need the python headers and library installed, if you haven't or aren't sure just type: sudo apt-get install python-dev Then download the pyH3 library from: https://github.com/duxingkei33/orangepi_PC_gpio_pyH3 extract the folder and place in '/home/pi' from the terminal go into that directory: c...