
Creating an off-grid, solar powered Golioth Connectivity (Bluetooth) gateway
What happens when you're ready to utilize Golioth Connectivity (with Bluetooth support), but are far from a power point and network connection and want to …


What happens when you're ready to utilize Golioth Connectivity (with Bluetooth support), but are far from a power point and network connection and want to …

You can add Wi-Fi to any Zephyr project with an ESP32 running the ESP-AT firmware and a couple of configuration symbols in Zephyr. Let the data flow!

Bluetooth HCI enables any chipset to act as a peripheral to a processor running a Bluetooth stack. We pair the ESP32-C3 HCI with a processor running Zephyr to …

This post highlights moving code from one Zephyr project to another and all the considerations for code portability.