A simple easy to use Network Attached Storage by using Raspberry Pi and Open Media Vault open source NAS solution. The video demonstrates all detail about the Open Media Vault. In the making, I have used 2x 1 Tb HDD with Raspberry Pi.
Read MoreMonth: April 2017
Orange Pi Zero GPIO Programming using JAVA
This is a simple tutorial on Orange Pi Zero GPIO Programming using JAVA. For this, I have used Pi4J library which also works with Raspberry Pi. This tutorial might help you to interact with GPIO in your IOT projects. In his tutorial, I have tested the application with LUBUNTU OS on Orange Pi Zero. Video: Code: import com.pi4j.io.gpio.*; import com.pi4j.platform.Platform; import com.pi4j.platform.PlatformAlreadyAssignedException; import com.pi4j.platform.PlatformManager; public class Mainclass { public static void main(String[] args) throws InterruptedException, PlatformAlreadyAssignedException { System.out.println(“Starting Demo”); PlatformManager.setPlatform(Platform.ORANGEPI); // Support for Orange Pi final…
Read MoreGetting Started with Expansion Dock and Commandline Interface | Onion Omega
Omega2, the $5 IoT computer.It is a Linux computer designed specifically for building connected hardware applications. It combines the tiny form factor and power efficiency of the Arduino, with the power and flexibilities of the Raspberry Pi. The Omega2 is simple, even for people who are just getting started with building hardware.The Omega2 is affordable, starting at just $5. With the Omega2, we want to lower the barrier of entry and allow everyone to take the leap into hardware development. Source: Onion Corp (http://bit.ly/2nTdC3U) Bikash Narayan PandaDeveloper, Tinkere, a proud…
Read MoreDIN Mount Enclosure for Raspberry Pi
RPI-BC DIN rail housing is designed to accommodate Raspberry Pi computers. Besides the Raspberry Pi boards, the housing can also be equipped with further printed-circuit boards to integrate additional components and circuits. Features: Tool-free mounting Plenty of space for additional circuits on matrix or additional boards Width: 107.6 mm Compatible with Raspberry Pi A+, B+, B2, B3 (Model B Not compatible) Can be mounted on the wall or DIN rail.Website : Source: http://bit.ly/2lIrOsK (Phoenix Contact) Links: Element14 Roadtest : http://bit.ly/2jVZhBx Buy from Element14: http://bit.ly/2l8aTlO Bikash Narayan PandaDeveloper, Tinkere, a proud…
Read MoreGetting started with Onion Omega 2 using Expansion dock and Web Interface
Onion Omega 2, the $5 IoT computer. It is a Linux computer designed specifically for building connected hardware applications. It combines the tiny form factor and power efficiency of the Arduino, with the power and flexibilities of the Raspberry Pi. The Omega2 is simple, even for people who are just getting started with building hardware. The Omega2 is affordable, starting at just $5. With the Omega2, we want to lower the barrier of entry and allow everyone to take the leap into hardware development. Source: Onion Corp (http://bit.ly/2nTdC3U)
Read More