2014-10-16 12:07 AM
I started up on SPIRIT1 dk, development kit. I read on net that 6lowpan/contiki is ported on to stm32l+SPIRIT1, and ST promotes that.
But however I'm not able to find downloadable contiki spirit port anywhere. Could anybody please tell me if contiki port for spirit1 dk is available? Or ST guys here can send it. Thanks and regards, Vamsi #contiki-spirit12014-10-16 01:17 AM
Hello,
ST does not have a 6lowpan solution for the mass-market for SPIRIT1. Nevertheless ST is active in the IOT field and thus a solution may be provided in the future.Regards,Gaetano2014-10-16 02:03 AM
Hi Chikati
Spirit1 drivers were released as part of Thingsquare-mist, whose source code was being provided on their web site but appears to have been withdrawn. However there are a number of github forks available that continue to provide the code, the last released version of which was 1.1.0, for example https://github.com/ADVANSEE/mist or https://github.com/DJBainbridge/contiki-mist-fork. STM could perhaps setup their own fork and point people to that. Best wishes Ron2014-11-03 09:21 PM
Thanks guys, for your replies.
Hi Ron, I'm trying that. But would love to have ST merged it's port into Contiki main branch or at least an active fork by them. For example right now I'm struggling with a serial device implementation for connecting SPIRIT1-DK to internet via a PC. And there ain't nobody to go to :(. Best Regards, Vamsi