RobLewis 7 Posted October 29, 2013 Share Posted October 29, 2013 I just discovered an impressive Arduino program called Bitlash in a video demo http://pinocc.io/blog/building-the-internet-of-things/preview-pinoccio-api/ (about the Pinoccio mesh networking module). It lets you define and run tasks from a shell. Has anyone tried porting it to the MSP430? enl, pine, bluehash and 1 other 4 Quote Link to post Share on other sites
zeke 693 Posted October 29, 2013 Share Posted October 29, 2013 Well, that was a very interesting rabbit trail for me. Not only did I see bitlash in action, I learned about the Pinoccio board it was running on. It uses an ATMEGA128RFR2 processor. It has radio mesh capability! And it's all open source! Thanks RobLewis! Hey jpnorair! Have you checked out the pinnocio board yet? Quote Link to post Share on other sites
bluehash 1,580 Posted October 30, 2013 Share Posted October 30, 2013 @@jpnorair .^ Quote Link to post Share on other sites
jpnorair 340 Posted October 30, 2013 Share Posted October 30, 2013 Looks fun. The main feature here is Bitlash, since the pinoccio is just a 15.4 board running Atmel's proprietary stack. The application protocol (API) is MQTT, but there isn't IP on the Pinoccio, instead they use a WiFi gateway to do all that URL addressing. Here is the blog entry you want to read (just zoom to the bottom section): http://pinocc.io/blog/building-the-internet-of-things/a-single-protocol-for-the-internet-of-things/'>A single protocol for the Internet of Things? Quote Link to post Share on other sites
smarpl 3 Posted December 22, 2014 Share Posted December 22, 2014 I succeed porting Bitlash to MSP430 microcontrollers. See my blog post Bitlash for MSP430 Automate, jpnorair and pine 3 Quote Link to post Share on other sites
SixSixSevenSeven 23 Posted December 22, 2014 Share Posted December 22, 2014 seems bitlash works on the stellaris as is Quote Link to post Share on other sites
bluehash 1,580 Posted December 28, 2014 Share Posted December 28, 2014 I succeed porting Bitlash to MSP430 microcontrollers. See my blog post Bitlash for MSP430 Thanks @smarple http://43oh.com/2014/12/bitlash-gets-ported-to-the-msp430/ Quote Link to post Share on other sites
jpnorair 340 Posted December 31, 2014 Share Posted December 31, 2014 @@smarpl Just out of curiosity, what is the Flash requirement? 16KB? Your blog post seems to indicate that it's advisable to have 1.3KB of SRAM or more. So, perhaps the 5529 Launchpad is the best platform. If there were a 5510 launchpad, I would guess this would also be fine. 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.