Hardware

OPEN yooquik is our brand new Open Source Home Automation System. You can read some features by visiting our site yooquik. We are almost ready: stay tuned!

The development using an ARM device is exciting, but sometimes it’s more time expensive. The ARM toolkit utilities is a collection of scripts published on my GitHub repository.
When you want to try a new Linux kernel version, you must download …
Read more

As you know to install Node JS on your amazing Acme Systems Aria G25 board you must have a lot of time to local compile from source code. Now I want to use my Debian Wheezy 7.2 virtual machine to cross … Read more

If you have an awesome Acme Systems Aria G25 board you can boot it with the provided Debian Squeeze distribution. If you want to upgrade to the new Wheezy you can follow my previous tutorial, but if you want to … Read more

In this post I will show how to read RFID TAG in Node.js using an Acme Systems board and an RFID reader.
To accomplish this task you need:

One Acme Systems Terra board or
One Acme Systems Fox board with one Daisy-1 …
Read more

The awesome Acme Systems Aria G25 SoM use a bootable image with Linux Kernel 2.6.39. If you want customize your kernel, you can follow the detailed steps provided by the official website. If you want a ready to use development … Read more

If you have a new amazing Acme Systems Aria board or a FoxBoad G20, you can easy manage GPIO using Node.js and my last aria_fox_gpio node module and also the daisy_gpio to manage Daisy board for fast prototyping. The aria_fox_gpio … Read more

Scenario:

you have a Linux remote host with your MySQL database server
you have enabled SSH server on your Linux Server
you want manipulate your MySQL server using a remote machine (in this case I use a Mac).

To manipulate your MySQL you could … Read more

Do you remember our announcement of 11 november 2011? The first prototype of our new product for security (with a lot of home and industrial applications) had begun to work. Today I’m happy to announce that this product is close … Read more

NOTE: This post refers to Node v0.8.x. For new v0.10.x please visit this.

In my previous post I’ve described how to install Node v.0.6.19 into your Fox Board G20. Now I will show how to install the “fresh” 0.8 release of … Read more