Stunts1337 0 Posted September 26, 2014 Share Posted September 26, 2014 Hi guys, I am working on a project and am in need of a second WiFi booster pack for my MSP430f5529LP. I have been using energia code as a base for my project and it has been working great, but I recently decided I need a second MSP + BoosterPack. Anyways, the TI store doesn't seem to be offering the CC3000 booster pack right now so I am wondering how easy it is to make my cc3000 code compatible with the cc3100 or cc3200 BoosterPack. Does anyone have experience with this upgrade? Thanks for the information. Quote Link to post Share on other sites
spirilis 1,264 Posted September 27, 2014 Share Posted September 27, 2014 The new Energia 13 release adds a "WiFi" api that is CC3100/3200 only and I believe it's compatible with Energia's old SimpleLinkWiFi library. Beyond that I'm not sure how compatible the C APIs are since I never ended up working with my CC3000. It's not rocket science, although reading the innards of TI's SimpleLink API seems to be (PS- Energia 13's WiFi lib has bugs but they can be remedied by snagging the current 'master' github code from the Energia project, more on that later) Sent from my Galaxy Note II with Tapatalk 4 Quote Link to post Share on other sites
energia 484 Posted September 27, 2014 Share Posted September 27, 2014 Then Energia CC3000 and CC3100 WiFi libs are fully API compatible and you can compile any Sketch written for the CC3000 for the CC3100/CC3200 without modifications. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.