Hello IoT – Or what the hell is a Ledunia

I’ve never really paid much attention to the entire automate your home hype or why some refrigerators now need to run Windows.

Therefore my experience with Raspberry Pi, Arduino and the likes was summed up pretty quickly: I had none. In that regard I am kind of a retro guy it seems: I like not having to run updates on my fridge and I do enjoy the sensation of switching on lights manually.

Although, to be honest we do have thermostats that trigger heating on a intra-day cycle, even though not configured centrally. Even though I consider myself kind of tech savvy I didn’t really bother to check out the IoT world for two reasons:

  • time (d’oh)
  • necessity

The latter may have changed. As my man cave is located in the attic, temperature and humidity are something to keep an eye on, especially with the amount of sensitive audio equipment I own. While reading up on commercial monitoring solutions like NetAtmo offers, I stumbled across hundreds of self-built solutions using IoT boards. With the price tag of NetAtmo, the decision to build something myself and learn from it was an easy one.

Requirements

What I wanted out of the solution was rather simple:

  • read temperature and humidity
  • store the values in a central database (possibly somewhere in the cloud)
  • have access to the data via a simple interface (e.g. REST) – to be able to display it via a simple page/app
  • The board needs to transmit data via WiFi
  • either battery powered or via USB
  • has to be cheaper than a NetAtmo 🙂
  • Option to add a CO2 sensor in phase 2

Deciding on a board

There were a couple of options:

  • A classic Arduino – usually doesn’t have WiFi out of the box, but can be added via a ESP8266 board. Having zero experience with Arduino and not having touched a soldering iron in over a decade, I wasn’t keen on it right away.
  • NodeMCU – already has WiFi but as a total beginner I found the information online not as thorough and beginner friendly as for Arduino
  • Ledunia – which has very little documentation online but a rich feature-set

To be fair, I would have not stumbled upon Ledunia if I wouldn’t have been a subscriber of Paessler. In my former job, we used the IT monitoring system PRTG from Paessler. Having written a few custom sensors for PRTG (reading data from a broadcast automation system via API and sending it to PRTG) I found the software to be very intuitive while still offering a great feature set. The support I received from the company, even as a non-paying customer was spot on. With that in mind,
Coincidentally, Paessler released their own take on IoT in the same period when I was doing my research for this little project. And with my previous experience of the company I was intruiged by their first IoT product.

Ledunia is IoT board with ESP8266, lots of memory, some NeoPixel LEDs and is also compatible with Arduino IDE. Here is the full feature set.

At the time I was ready to start, Ledunia was promoted by Paessler and they were giving out free boards as long you pitched your idea.

So I did that and a couple of days later I received the boards via mail:

Next up was making a more detailed plan on how to proceed.

/chris

Share: