background preloader

Orange Pi Zero

Facebook Twitter

Orange Pi Review: Orange Pi Prime Set Up and Hands-on Look. OrangePi Zero – Erste Schritte | CutMyWire. Vor kurzem kamen die neuen OrangePi Zero und OrangePi PC 2 raus. Aktuell ist der OrangePi Zero in der 256MB Variante für knapp 7 Euro bei Aliexpress zu haben. Ich habe mir gleich die 512 MB Variante angeschafft, diese kostet knapp 9 Euro. Für ein IoT Gerät und als Ersatz für einen Raspberry Pi, dazu noch mit integriertem WLAN, auf jeden Fall wert sich die Produkte mal anzuschauen. Ich habe mir den OrangePi PC 2 auch gleich mitbestellt, für knapp 20 Euro bekommt man ein leistungsstarkes 64 Bit System, die den Raspberry Pi 3 leicht ersetzen könnte, dazu schreibe ich aber in einem anderen Beitrag. Hardware Spezifikationen CPU: H2 Quad-core Cortex-A7 H.265/HEVC 1080PGPU: Mali400MP2 GPU @600MHz, OpenGL ES 2.0Speicher: 256MB oder 512MB DDR3 SDRAMLAN: 10/100M Ethernet RJ45 (PoE nur mit 5V nutzbar!)

Pinout der Stiftleisten Der OrangePi Zero besitzt zwei Stiftleisten, wovon die 26-polige Stiftleiste mit dem Raspberry Pi kompatibel ist. Installation des Betriebssystems Erste Inbetriebnahme sudo nmtui. Google Assistant on an Orange Pi Zero running DietPi. Domoticz on the Orange Pi Zero, a First Look. Running H3 boards with minimal consumption - Research guides & tutorials - Armbian forum. Easy Fan install and Software Daemon, self speed tuning. Orange Pi Zero (probably others aswell). - Mainline kernel - Armbian forum. Armbian Documentation. Blink LEDs using Orange Pi Zero GPIO and Python – Codelectron. I have been covering quiet a few tutorials on using Orange Pi Zero and now we will see how to control GPIO pins and run a helloworld blink LED program using python. The Orange Pi Zero comes up with a 2X13 pin slot very similar to Raspberry Pi style pinout. It does not come presoldered and we need to solder it ourself. Hardware required The below links are part of my affiliate links Banggood links Orange Pi Zero and a soldering iron if you dont have one.

Amazon Links Orange Pi Zero Female header connector I soldered the female header instead of a male header pin since its very easy to handle with prototyping just like Arduino. The Demo. How to setup Infrared Remote Control in Orange pi Zero using lircd and python – Codelectron. As part of Orange Pi zero tutorials I have been writing about getting a rootfilesystem, flashing it to the sd card, remote access to the Orange Pi, LED control from sys interface etc. We all know that the AllWinner chip which the Orange Pi Zero uses has an inbuilt IR controller but Did you know that The Orange Pi Zero Interface board has an IR receiver on board?. Yes you dont need to get your own IR receiver here, everything is there already and all you got to do is get the software part ready and then you are done. For setting up this you need the following hardware. Orange Pi Zero Orange PI Zero Interface board IR Remote Related June 3, 2017 In "Hardware"

How to control onboard leds of Orange Pi Zero – Codelectron. The Orange Pi Zero has two onboard LED, a red one and a green one. You can control them using sysfs interface. In general you can use a sysfs interface of the gpio driver but since these two leds are reserved by the LED driver you can only use this way Related Blink LEDs using Orange Pi Zero GPIO and Python I have been covering quiet a few tutorials on using Orange Pi Zero and now we will see how to control GPIO pins and run a helloworld blink LED program using python. The Orange Pi Zero comes up with a 2X13 pin slot very similar to Raspberry Pi style pinout. May 28, 2017 In "Hardware" How to setup Laser module with Orange Pi Zero Playing with laser is cool and controlling the laser with Linux is uber cool.

Things that an Orange PI can do and Raspberry Pi or A Beaglebone cannot. – Codelectron. Get to know the few things which an Orange PI can do and Raspberry pi or Beagle bone cannot x Power Over Ethernet: “Power over Ethernet or PoE describes any of several standardized or ad-hoc systems which pass electric power along with data on twisted pair Ethernet cabling. This allows a single cable to provide both data connection and electric power to devices such as wireless access points, IP cameras, and VoIP phones.” . Both Raspberry pi and beaglebone can be made to support PoE but it is not supported by default as it is in Orange Pi Zero.

Wifi: Though the latest Raspberry Pi has a builtin wifi, all the other boards do not have that out of the box and Beagle bone black qualify for not having a wifi in this case. Jailhouse – Linux-based partitioning hypervisor: If the first two are hardware feature this one is a hardware and software one. Related How to setup Orange PI Zero Yes I got my Orange Pi Zero :). May 6, 2017 In "Hardware" January 13, 2018. Display for Orange Pi Zero. Setting up DS1302 RTC Geekcreit kit with Orange Pi Zero – Codelectron. As part of a Geekcreit sensor kit which I recently got from banggood there was this RTC aka Real Time Clock module. Out of the list of 45 sensors I picked this one as my first to get it working with Arduino and Orange Pi Zero. The Real Time Clock module is used in project where you need to know the date and the time. Now there are many methods to fetch time to a system. Some of the common methods depending on the location of the project are Network Time Server, GPS and if you are in Germany you can also use DCF77.

In these methods it depends on wireless or Internet communication and depending on your project it might be an unreliable source of time keeping. Hardware Required: The RTC Module is using the chip DS1302 from Dallas. Orange Pi Zero Connection: DS1302 Library: Related. IR Remote control the MPD (Media Player Daemon) in Orange Pi Zero – Codelectron. Infrared remote control is always used for controlling TV and Media Devices and with an Orange Pi Zero in hand it doesn’t take much time to convert it in to an IR controlled Media player. To get started ,you will need to have these set of hardware. The links are part of my affilate program.

Orange Pi Zero Orange PI Zero Interface board IR Remote Once you have the Orange Pi hardwares you need to setup ut getting a rootfilesystem, flashing it to the sd card, and after that you will need to configure the IR Remote control with Orange Pi Zero . Now to make a media player we need a suitable software which can work with Orange Pi Zero and support Infrared remote control.

Related. How to get analog input for Orange Pi Zero using MCP3208 – Codelectron. As Part of the Orange Pi Series we will be seeing how to get analog input for Orange Pi Zero. The Orange Pi Zero does not have any analog input much like Raspberry pi. So we need to interface with another chip which provides analog input. There are plenty of such chips which provide analog input and today we are going to see the chip MCP3208 from Microchip. The MCP3208 is a 12bit, 8 channel, Serial Peripheral Interface (SPI) Analogue to Digital Converter. It comes as a 16 pin DIP and is also available as the 3201/2/4 with 1, 2 and 4 channels. I am using Orange Pi Zero with Armbian image and it has two SPI interface. SPI is used for boot purpose by SPI Flash hence it cannot be used for other purpose. From that we can see that the SPI1 uses PIN PA13,14,15,16. Ofcourse the Vdd and Vref both should be connected to 5V of Orange Pi Zero and similary DGND and AGND should be connected to Ground of the Orange Pi Zero.

In software side the kernel driver is already configured and ready to use. How to access remote desktop on Pi boards in a secure way – Codelectron. There are plenty of ways gain a remote desktop access to a Linux running board but how secure are those protocol is a question. In addition to that have a port open and exposed just for the purpose of remote access while ssh does the similar thing is redundant.

Then I found the X2Go project. X2Go is an open source remote desktop software for Linux that uses the NX technology protocol. X2Go gives remote access to both Linux and Windows Desktops. The X2go clients available for Linux, Windows and Mac. X2Go Client The X2Go client is available part of the ubuntu repository and can be installed as follows. X2Go Server I am trying to get the X2Go server running on Orange pi running an Armbian image. Since the X2go server was not available part of the Orange Pi Armbian repository it needs to be added Then installed X2go server like this Now rest is all about configruing and connecting to the Pi.

Related Play music with Python and Sonic Pi January 28, 2017 In "Hardware" June 15, 2017 May 6, 2017. How to setup Orange PI Zero – Codelectron. Yes I got my Orange Pi Zero :). For the last couple of years I have been seeing the price of hackerboards going lower and lower and the emergence of AllWinner chips made it drastically lower. There was a kickstarter campaign called CHIP selling a board for $9 but with a $29 shipping cost so it wasn’t possible to call it a low cost board. Enter Orange Pi Zero, you actually get a board for $6.99 in AliExpress,and only if you have patience to wait for 20 to 40 days. I decided to buy it from Banggood.com. You can also buy it by clicking the link below. (It is a link with my affiliation code). Lets start setting up the Orange Pi Zero. Hardware: and a Micro USB Cable Software: Pinout Putty Setup.

How to setup SpeechRecognition in Orange Pi Zero using python – Codelectron. We are living in the age where Deep learning is going to through a transformation. Artificial intelligence is making its presence in every field may it be medicine or industry or media etc. It all narrows down to Machine learning where the its possible to make the machine learn it self. I wanted to do something interesting in this topic .So i thought of making something with speech recognition. So what is speech recogntion? It is the ability of a machine or program to identify words and phrases in spoken language and convert them to a machine-readable format.

Hardware Getting started If you are looking for how to setup orange pi then refer to the below links, skip them if you know them already. Getting started with Orange Pi Zero Introduction to Orange Pi Zero Interface board Related. How to setup 2 Axis analog joystick with Orange Pi Zero – Codelectron. How to setup Laser module with Orange Pi Zero – Codelectron. Playing with laser is cool and controlling the laser with Linux is uber cool. I have been playing with 45 in 1 sensor kit. As part of it comes the laser module. Its a small laser light which is a equivalent to a keychain laser light with gpio controllable pinouts. I have already written on how to setup laser with Arduino. For this project you need Orange Pi Pinout is shown below. Here we are going to use the GND pin and the GPIO PA12 on the top left for controlling the laser Now I used the standard blink led example from the repository to run the blink laser example. If you are able to run the above code sucessfully then you will be controlling laser with Linux Related How to setup 2 Axis analog joystick with Orange Pi Zero June 15, 2017 In "Hardware" May 28, 2017 June 3, 2017.

How to setup OLED display with Orange Pi Zero – Python – SSD1306 – Codelectron. Today we will see how to interface the OLED display with Orange Pi zero. The display we are going to use is based on a SSD1306 monochrome display. The following hardware is required for this The below links are my affiliate links Orange Pi zero OLED Display Breadboard Wires. Before starting with the OLED, you need to setup the Orange pi zero and Install Armbian distro and get it ready for the next step. The OLED Display: The OLED display that we are using has a SSD1306 as its display controller. Schematics: ff OLED python Library with canvas(device) as draw: Intro to Orange PI Zero Interface board – Codelectron. I have been playing with Orange Pi Zero and its been quiet interesting to explore the ecosystem given that it has a Pi interface, in addition to that there is another series of pins that are exposed it is called Orange Pi Zero interface and it has also got an addon board to it.

The pinout of the interface is shown below. It has two USB slots, stereo audio output, mic input, TV out and IR receiver. I have tested couple of the peripherals in the interface board which I will be posting soon. It is a very useful addon if you want to extend your USB slot or work with IR or any audio multimedia application. I bought it from Banggood.com if you are interested in buying them, then you can check my affiliate links below. Related How to setup Orange PI Zero Yes I got my Orange Pi Zero :). Orange Pi Zero Erste Schritte, GPIO, I2C, SPI. Anleitung: Erste Schritte mit Orange Pi Zero für Anfänger vom Linux Anfänger. Ich erhoffe in diesem Tutorial die Schritte zu erwähnen die die Linux Könner gar nicht erwähnen würden, weil für die das selbstverständlich sind.

Orange Pi Zero ist interessant mit seinem unschlagbarem Preis von 8,35€ bei AlieExpress. Viele Programme und Programm Module von Raspberry PI laufen auf dem Board. Folgende Anwendung sehe ich für das Orange Pi Zero vor: - Zentrale Server für Haus Automatisierung mit IoBroker. . - MQTT Broker (Server). CPU: H2 Quad-core Cortex-A7 H.265/HEVC 1080P Speicher: 256MB oder 512MB DDR3 SDRAMLAN: 10/100M Ethernet RJ45WLAN: XR819, IEEE 802.11 b/g/n3x USB, 1x MicroSDUART, SPI, I2C256MB Version kostet sogar 6,30€ bei AlieExpress Installation vom Linux Betriebssystem geht ganz einfach Image für SD-Karte herunterladen Armbian Image "Armbian_5.25_Orangepizero_Debian_jessie_default_3.4.113" Erste Verbindung zum PC schaffen WLAN Konfigurieren nmtui Da ist eigentlich alles selbsterklärend.

. #! IR Remote control the MPD (Media Player Daemon) in Orange Pi Zero – Codelectron. Forums - Armbian forum. Armbian Documentation. Orange Pi Zero GPIO Pins (Electronics, Linux) — Kaspars Dambis. Orange PI – d0wn. @Time4EE | Electronic Engineering - Articles: Orange Pi Zero - about it and first boot. OrangePi Zero Wifi Configure. Orange Pi Zero setup, GPIO, UART (C/C++ and nodejs) Orange Pi Zero – armbian. Install cooling system on orange pi (add heatsink and 5v fan) and record the result. Ruggedised Orange Pi Zero - lucsmall.com. Beginners guide to the Orange Pi Zero - lucsmall.com.