Programming
Now that we have a gamepad connected over bluetooth, and we are able to detect it programmatically, the obvious next step would be to...
Since I managed to get the Xbox Wireless Controller connected to the PINE64 using bluetooth, I had to come up with a way to...
I set up a forum using phpBB 3.2 this week and I wanted the URLs to be user readable and SEO-friendly (although this doesn’t...
In a previous post, we connected an Arduino Mega to the PINE64 and wrote a sketch for the Mega for data communication. The data...
Although the PINE64 provides quite a decent number of GPIO pins, there are several reasons that you may want to have access to more...
Similar to the Raspberry Pi, GPIO pins on the PINE64 can be controlled through sysfs. You can refer to my previous post which goes...
I worked on a project recently where I had to allow XMLHttpRequests from a different domain. I initially thought about adding the necessary Access-Control headers...
GPIO pins on the Raspberry Pi can be controlled using the sysfs interface, which is a virtual filesystem that the Linux kernel provides. In...