I'm in need of a wireless method to update code in a CC1111, a wireless boot-loader. Is there one that I can use or some examples for other CC devices I can use as a starting point? LDT
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm in need of a wireless method to update code in a CC1111, a wireless boot-loader. Is there one that I can use or some examples for other CC devices I can use as a starting point? LDT
There is a serial bootloader included in the z-stack, which can be used for OTA. The bootloader is for the CC253x chips, you might be able to use it as a starting point for your project. You can find z-stack here.
- Jonas