Generic placeholder image

Register

Register your device on µConfy - you will receive a DeviceID & API Key pair that is unique to your microcontroller based device.

Sign up »

Generic placeholder image

Deploy

Upgrade your microcontroller's code, use µConfy lib and deploy it to your device.

View Docs »

Generic placeholder image

Monitor

Check the logs, diagnostics, telemetry of your device on µConfy.


Motivation: Configuring Primary and Fallback wifi.

I wanted to make sure that my microcontroller-based devices are portable and can be used in different wifi zones (eg. moving to another flat), without the need of re-deploying firmware. So I created this web app where I can register my devices and manage their configurations. My devices' wifi connections are being managed by µConfy library, which allows the devices to use pre-defined wifi zones. As a result, I do not have to touch the embedded software once my device is created.

Moving the device to different wifi zone

Monitoring your device. Feed logs into µConfy.

If your microcontroller-based device has wifi access, it makes sense to feed logs into µConfy. This way you can always take a look into your device's internal behaviour, which makes debugging easier. Eg. you do not have to connect your device with your computer to debug it via wire (usb cable).

Logging