This is the Code for reading out an SHT4x and an SCD41 over I2C. And advertise the data afterwards to make it visible on Sensirion's MyAmbience app.
This code should work on every board that has Bluetooth support in Zephyr.
This is basically the same as the BLE Gadget but additionally with a Display.
This code only works with the TTGO T-Display v1.1
The integartion with the TTGO T-Display was done based on the work of Mike Szczys. The tutorial can be found here