Capsule Sensor V3 source code?

Where is the source code for this sensor?
I sort of found this, https://github.com/Heltec-Aaron-Lee/WiFi_Kit_series/tree/WirelessBoot-Framework
but:

  1. it’s on a branch, on some employee’s repo? Why not on HelTecAutomation/Heltec_ESP32 repo ?
  2. it’s just the framework - no complete functional examples there. Where is the code for the lorawan.bin firmware referenced here? https://docs.heltec.org/en/node/esp32/capsule_sensor_v3/lorawan.html
    (the lorawan.bin firmware isn’t complete itself - it does not read the gps signals and the data templates for chirp/ttn seem incomplete/wrong.)

Like, they are pushing this on their website as some sort of complete sensor example, but it’s missing some basic functional code examples in a logical place.

Can’t really recommend this to anyone until Heltec sorts this out.

The WirelessBoot functionality is not a sensor of its own - the WirelessBoot functionality is actually the bootloader that runs ‘below’ the sensor sketch (and probably on more devices than the Capsule Sensor, I don’t really know). The WirelessBoot stuff allows you to wirelessly update the actual sketch on the device without connecting it to your computer. So it is somewhat logical that there are no sensor-specific examples in that repo. That doesn’t mean that I mostly agree with your other questions, though, it’s just a bit of clarification.