The Hackster Soracom Contest

Jared Wolff · 2019.8.27 · 4 Minute Read · particle · soracom

I recently participated in a contest on Hackster sponsored by Soracom. I poured my heart into the project with little time I had before heading out of town for a few months. The effort was worth it though because I ended up winning!

In today’s post, i’m going to break down some of the biggest things I took away from the project.

Let’s get going!

The Hardware

The Canary Airflow

What is a Canary and what the heck does it do?

The Canary is a portable air quality meter to keep people safe in tough environments. Anyone can bring it onto a job site, hang up on the wall and forget about it. Like a canary in a coal mine, it’s there to chirp in when things are getting out of hand (though canaries did the opposite 😬).

It cost around $300. It’s made of the following:

  1. Unique custom acrylic enclosure
  2. The Air Quality Wing + HPMA115S0 sensor
  3. Adafruit Ultimate GPS FeatherWing
  4. Adafruit FeatherWing Tripler Mini Kit
  5. Panasonic EKMB Series PIR Sensor
  6. Particle Boron

To keep things simple, I decided to use the same 4.5mm black acrylic throughout. This required some acrylic cement and some last minute improvising. Plus, it required some time on the drill press to countersink the screw holes.

I used Fusion360 for the design. It’s been a slow learning curve but a big step up from building everything in Sketchup.

The Beauty of Soracom

Soracom Sim Particle Boron

First off, I found it easy to get started with Soracom Air (the name of their cell service). In comparison to Verizon and Nimbelink (which uses Verizon’s network), it was night and day. Provisioning was simple and I was up and running in about 10 minutes.

Not only do they offer traditional cellular service (they’ve partnered with AT&T and T-Mobile here in the states), but they offer other services too. This includes functionality to help with data aggregation and visualization. I’ll describe them below:

Harvest is their data aggregation panel. It allows your devices to send data to their servers. If you’re familiar with the Particle platform, it does something very similar.

Here’s a screenshot from some of the location data I was publishing at the time.

Soracom Harvest GPS Map

Next was Lagoon. It’s a hosted version of Grafana. I’m a huge fan of Grafana and it’s great that they’ve provided the first interface for free. (Who doesn’t like free!)

Soracom Lagoon

They also offer services like VPN tunnels from devices right to your servers. That way your devices cant get hacked or DDoSed driving up your data usage charges. These are industry standard features that are gaining in popularity. All good IoT companies should have these in place before deploying their products!

What I Would Change

The Canary 3d render

During the development process, I did run into some snags. In particular, using the Soracom SIM with the Particle Boron. Device OS was not optimized for use with LTE user credentials.

This problem is low on Particles list of things to fix and thus I spent hours trying to figure it out on my own. I got one Boron to work with the setup but afterwards found it difficult to replicate my setup.

Moving forward, I recommend another platform. (Or writing your own firmware using Nordic’s SDK) If you’re confident in hacking firmware though, the Particle platform is a great option.

Additionally, the cost of the project was high. Part of the cost was the custom laser cut acrylic. If I had access to a laser cutter, costs could have been lower. 😇

Custom printed circuit boards and plastic injected enclosures (even a pre-existing one) would drive costs much lower making it a viable solution for businesses big and small.

Finally, some reworking of the GPS code would be necessary to make this product battle ready. Sometimes it would take up to an hour or two for the GPS module to finally get a lock. Not exactly.. reliable. Or if there was a way to download the calibration table data that would have sped things up considerably!

Conclusions

The Canary finished.

Overall, the project was a success and I’m glad I brought something cool into the world. Despite the issue with my Boron, i’m still a die hard Particle fan. Soracom is awesome and I can’t wait to find a reason to play with their services more in the future.

If you want to learn more about the project, check out the full entry on Hackster: https://www.hackster.io/jaredwolff/the-canary-a-portable-air-quality-monitor-99a1f4

Last Modified: 2020.3.7

Subscribe here!

You may also like

Meet Pyrinas a New Way to Use Your Xenon

Talk about how Particle’s Mesh deprecation announcement, many have been left to figure out how to deploy their low power sensor networks. There was always the option of using…

Particle Mesh Deprecation Livestream Reaction

Particle held a Q&A session last week. I listened in and took some notes. I know many of you are upset. I’m not exactly pleased myself. I digress, here are a few key takeaways and…

How to Develop Particle Iot Apps Using NativeScript

If you’re developing any type of IoT product, inevitably you’ll need some type of mobile app. While there are easy ways, they’re not for production use. In this tutorial, we’ll…