Maximilien Charlier

Computer Sciences

Connect Browan Femto Lite to AWS IoT Core

Connect Browan Femto Lite to AWS IoT Core

The Browan Femto Lite (now MerryIoT Hub) is an affordable LoRaWAN gateway that connects to AWS IoT Core via Basic Station mode. This guide covers the two main steps — registering the gateway with the right EUID and uploading the CUPS certificate — including the key gotchas that trip people up.

Rename USB port on Debian and Raspberry pi

Managing multiple USB devices on Debian or Raspberry Pi gets messy when port names shift on every reboot. Using udev rules with device serial numbers, you can assign permanent, predictable names like /dev/anchor1 that survive reboots and reconnections.

Get rid of "FRSRAM" error on Zoul platform [Contiki]

Running out of RAM on a Zolertia Zoul/CC2538 with Contiki OS? The .stack will not fit in FRSRAM error means you’ve hit the default 16 KB limit. A single macro disabling Low Power Mode unlocks the full 32 KB — here’s the fix and the battery trade-off you need to know before applying it.

Specific slotframe in TSCH [Contiki OS]

Need deterministic, congestion-free communication between specific nodes in a Contiki TSCH network? This post shows how to hard-code a custom slotframe by overriding tsch_schedule_create_minimal(), with working code for a 3-node topology on Zolertia Zoul hardware.