Hello everyone,
I'm currently writing my bachelor Thesis and need to establish an iot (preferably mqtt) connection from my pca10028 with my PC as broker (i.e. with mosquitto).
I have two questions regarding this.
1. I already know that iot sdk versions 0.9 and higher do not support pca10028, but is there a workaround?
2. The problem is that for Linux Kernel versions later and onward 4.12 the BLE_6LOWPAN_LEGACY_MODE define in sdk_config.h has to be changed to 0, so that the 6lowpan module is able to decompress packets correctly.
3. So I either need a workaround for higher iot sdk's or the possibility to use an older sdk iot that have the BLE_6LOWPAN_LEGACY_MODE define (iot sdk 0.8 does not have this bit in the config file).
Or maybe someone else already has another solution for that? I appreciate all help and I will provide all information needed.
Best Regards
Leginox