Open source

I want one of these tables from the following article:


Read more

I am currently experimenting with setting up status.net - a twitter clone service on our servers, and so far I have learnt 2 major lessons :

- Does not work on osx server (fine on a bog standard osx machine)

- The standard setup needs you to execute a sql query to give any user admin rights

insert into profile_role (profile_id, role) VALUES (1, 'administrator');


Technorati Tags:Technorati Tags:

I've just come across Mango - a piece of software that may be of interest to me in my house monitoring experiment:

Mango, open source M2M

Welcome to the home of Mango, the world's most popular open source Machine-to-Machine (M2M) software (also known as Industrial Control, SCADA, HMI, or domotics). Mango is browser-based, Ajax-enabled M2M software that enables users to access and control electronic sensors, devices, and machines over multiple protocols simultaneously. Easy to download and install on many platforms, Mango provides an interface with which diverse data sources can be created and configured while providing downstream management of user access, alerts, data logging, and automation.
Read more

From the release notes :

Arduino Software Release Notes

0018 - 2010.01.29

[core / libraries]

* Added tone() and noTone() functions for frequency generation.
* Added Serial.end() command.
* Added precision parameter for printing of floats / doubles.
* Incorporated latest version of Firmata.
* Fixed bug w/ disabling use of the RW pin in the LiquidCrystal library.
* No longer disabling interrupts in delayMicroseconds().
* Fixed bug w/ micros() returning incorrect values from within an interrupt.
* Fixed bug that broke use of analog inputs 8-15 on the Mega.

[environment]
Read more

Technorati Tags:Technorati Tags:

Our home monitoring system is coming along with the addition of a set of jeenodes (see them as wireless and battery driven Arduinos)

The slave nodes look like this :

IMG_3090

the green box houses the 3 AA batteries making this a truly wireless solution, enabling me to move this around to anywhere in the house.

At the server things look like this

IMG_3089
Read more

Syndicate content