How to make a DSLR Camera remote using Arduino
Taking a photo using a DSLR is not a difficult process and its also a passion to carefully focus on
Read moreTaking a photo using a DSLR is not a difficult process and its also a passion to carefully focus on
Read moreIf you are developing application which depends of hardware which is not available yet, then SPI interface can be hard to support in emulator and in such situation virtual SPI can be very handy.Now lets get in to detail on the implementation.Basically everything is file in Linux, files, devices etc with exception to network interfaces. So the SPI device what the driver creates is also a file. The file operations such as open, read, write, close can be performed in a normal file, in spi device file you can also perform ioctl operation. So what we need is to emulate these operation on a file from the other side. The best way to emulate these file operation is to use a virtual file system and I found FUSE to be very ideal for this.
Read moreIf you are working on any of the Pi such as Raspberry Pi, Orange Pi, Banana Pi whatever, you will
Read moreThere are plenty of ways gain a remote desktop access to a Linux running board but how secure are those
Read moreWhen setting up Linux system for your favourite hacker board, you will need an SD Card and the image to
Read moreWith growing single board computers aka hackerboards there is a never before demand for creating a working Linux OS. A
Read moreThere are some requirements where you may need to get the network related information and handle them in your script,
Read moreIts 2017 and one of the popular trend in technology apart from Internet of Things, Augmented reality is Virtual reality.
Read moreI was writing lots of blog posts and wanted to tweet them in regular hourly basis, So I kind of
Read moreTheres a saying that “There’s more than one way to bake a cake” I often believe that this applies to
Read more