The Thingy:91 X is an upgrade to the original Thingy:91 which enables new features like WiFi, additional sensors, upgraded memory partitions, and new connectors to make extensibility a breeze. Best of all, it already works on Golioth!
Take a deeper look inside the Bluetooth Mesh demo that connects to the Cloud via Golioth. Sandra Capri of Ambient Sensors (a Golioth Design partner) walks through the code and workflow of this demo.
Sandra Capri, CTO of Ambient Sensors, writes about building a Bluetooth Mesh demo where a cellular-based Thingy91 unit acts as a bridge to the Golioth Cloud.
Try out the Golioth platform without writing or compiling any code. The newly released Thingy91 binary showcases the entire platform and guides users on how to structure their programs for success.
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 Transfer (RTT) is perfect in these situations. It uses the J-Link programmer to transfer console debugging output, without getting a UART involved at all. Good news, it's easy to use with Zephyr!