fcooper / Energia-RSLK-Library

9 stars 6 forks source link

Missing feature: OTA for RLSK-MAX #1

Open rei-vilo opened 4 years ago

rei-vilo commented 4 years ago

The main critical missing feature for the RLSK-MAX is the lack of OTA upload.

Plugging a CC2650 BoosterPack into the MSP432 brings an easy solution for adding BLE to the RLSK-MAX.

The CC3100 BoosterPack requires too much power.

However, the firmware of the CC2650 BoosterPack is currently limited to Serial BLE.

No protected BLE stack would need to be exposed: only the binary to flash the CC2650 BoosterPack with, just like today with the SerialBLE.

Ideally, the new binary would add OTA upload to the existing telemetry over serial BLE.

It shouldn’t require much effort from the CC2650 team to develop and release this solution.

rei-vilo commented 4 years ago

@fcooper, @measley The question remains open.

Does the new generation of radio-enabled MCUs make OTA easier?