Close

Sensor Network History 1 – First Iteration

A project log for SENSEation

Modular sensing platform for research

mario-freiMario Frei 07/24/2018 at 10:520 Comments

The wireless sensor kit presented on this project site is preceded by two iterations. The first iteration was completed before I joined the team. It used Arduino Unos and XBee shields. The sensors were directly soldered to the XBee shields. There were a few different sensor node configurations:

The gateway consisted of an Arduino Mega with an XBee shield and an Ethernet Shield for internet access. As a failover measure, the gateway was also equipped with an SD-card and real-time clock for offline logging. The measured data was sent from the sensor nodes to the gateway and from there to an online MySQL database. Although the communication was wireless, all components still relied on cables for power.

Router nodes, which bridged larger distances between sensor nodes and gateway, consisted of an Xbee, which was powered by a mains adapter.

This sensor network was prototyped in a few weeks, deployed in a mixed-use building in Switzerland, and delivered live measurement data. The results can be found here: https://www.sciencedirect.com/science/article/pii/S0306261914006060

Because all sensor nodes and router nodes relied on mains adapter, there was a lot of cable management that needed to be done during installation. Another downside was that for every sensor combination a new Arduino shield needed to be designed.

In summary:

Source: https://www.sciencedirect.com/science/article/pii/S0306261914006060

Discussions