Code optimization with Stm32 Cube IDE

I’m using STM32 Cube IDE suite for STM32 development. This suite is based on Eclipse and GCC and it works quite well. In a recent project I was looking for some optimization I could apply on top of the basic existing settings to reduce the FLASH and RAM size.

In this post I want to share what I found and how it helped me.

Continue reading

LORIX One LoRaWan gateway review

Yes, I’ve got one of these LoRaWan light saber I was looking for, since a while! For this I really thank you Wifx who helped me to get one. I know this is really unusual for them to work with blogger, so thank you for your trust. So honestly, even if I’ve been sponsored to get the device, I’m really happy to make that gateway test. As I said this gateway is one of my favorite since a while. The reason are a really compact outdoor design. It makes the difference 😉

I did not made a test previously because this have a cost, about 500€, (549CHF) this not much expensive but a bit high regrading my non-profit activity on TheThingsNetwork local deployment.

Now, I’m done telling you my life, we can see what this gateway is proposing !

Continue reading

LoRaWan solar gateway monitoring

In a previous post, I’ve been introduce my home made LoRaWan solar powered outdoor gateway. I’ve been investigating on the minimal hardware to make it running and reach some interesting result in my garden ;). Now it’s time to deploy the gateway on the field (basically on a roof top) and this means I’ll not be able to continue to learn what how it evolves over time.

For this reason, I’ve made a small project to monitor the main elements I want to track about this gateway:

  • Battery Voltage
  • Battery in & out power
  • 5V powering availability
  • Temperature

For this I’ve selected a simple and LoRaWan all-included Arduino platform I already detailed in a previous post: the LoRa Radio Node. Let’s detail this project now available on github.

Continue reading

Contact less connected thermometer

I’ve recently made a post on how to make a pandemic alarming system based on low cost connected thermometers. This post was more about the organization model and business model than the technological solution and implementation. So I also wanted to continue to investigate the connected thermometer solution, mainly for the fun. As I’ve been sponsored by digitspace.com for some free hardware, it has been the opportunity for testing contact-less thermometers module.

The design I’m going to propose in this post will not apply to the low-cost connected thermometers as the technology I’m going to use is far more expensive to the one I proposed in my previous post.

That said, this design can be useful for companies, public site or free access thermometer booth anyone would like to design at low cost.

Continue reading

IoT Decoded Podcast EP#7

IoT decoded #7, the monthly LPWAn podcast analyzing the IoT news and trends. Register to podcast : looking for feed subscription on bottom right of this web page or search for IoT Decoded on Apple Podcast application.

This month the podcast is addressing news on:

  • STM32WL LoRaWan chip
  • Seong Ji (Wisol) Sigfox module SRM100A
  • Module market evolution on Sigfox
  • The Things Virtual Conference
  • IoT and pandemic
  • Sigfox Low cost design success transmission on RCZ2
  • Short other news.

The musical theme is Cascade by Kubbi (CC)

What IoT can make against pandemics ?

Pandemic prevention and management is an interesting territory for IoT. I’ve seen different projects and solutions made in emergency to help during the Covid-19 crisis like some connected button distributed in hospitals to get assistance for going to toilets. That’s an interesting use case for IoT where you can deploy quickly a solution (20K have been produced in this example) and make it working in an existing environment (an hospital) with no integration complexity with network or other existing infrastructures.

My favorite example is the Us health Weather Map reporting the human temperature sensor information across the USA. I love this use-case because it works on prevention: detecting the rise of the pandemic, show its movement and scale. The current problem is that these data comes from high-end thermometers, using Bluetooth and the number of device is limited. The other problem are the personal information attached to these device.

This is where LPWAN and Sigfox in particular can be used to propose a innovative solution I’m going to detail a bit.

Continue reading

Monitor a gateway connected to The Things Network

I’ve published a post in January 2019 on a solution to alarm you TTN gateway. It was based on noc API but these API have been deprecated. It means this solution is not working anymore.

So I’m investigating some new solution: the more relevant is the use of TTN cli solution.

Let’s seen what can we do with this.

Continue reading