
Using GitHub Actions and Golioth to Automatically Deploy IoT Firmware
What if your IoT firmware deployments happened automatically just by typing 'git push'? Lead Engineer Alvaro Viebrantz talks about a sample project that …


What if your IoT firmware deployments happened automatically just by typing 'git push'? Lead Engineer Alvaro Viebrantz talks about a sample project that …

The ESP32 can be used as an AT modem. This approach makes it really easy to add an internet connection to devices that normally don't have one, like the Nordic …

Sometimes you don't have extra pins for TX/RX, the UART is already in use, or you don't want to upset critical timing by printing out messages. Real Time …

Your target hardware can be in a different part of the world while you develop your Zephyr app. Segger tunnel mode on the J-Link programmer means it doesn't …

Golioth introduced a new CircuitPython SDK to allow engineers to quickly prototype hardware that can talk to the Golioth cloud. By clicking "save" and having …

Troubleshooting high complexity systems like Zephyr requires more thorough tools. Menuconfig allows users to see the layers of their system and adjust settings …

Embedded software developers regularly have to maintain a development environment and toolchain for their target product or chipset. Traditional methods are …