-
Working on Arduboy support for Android
08/23/2015 at 18:52 • 2 commentsI am hoping to post an alpha apk link in a day or two. Image added for proof of life. Given past Gamebuino experience, it likely won't be perfect, but at least its something for those without a dev kit to play with.
-
System Design Doc
08/17/2015 at 04:38 • 0 comments -
Software License Information
08/17/2015 at 01:45 • 0 commentsAll of the components of BoardMicro, including the derivative works of simavr, are licensed as GNU General Public License version 3 as published by the Free Software Foundation.
-
Available in Chrome
08/15/2015 at 22:39 • 0 commentsI updated the long forgotten Chrome Web Store app.
https://chrome.google.com/webstore/detail/boardmicro/lihmdcadhbbjdcfepljjdbdbpmgdmnnl
-
Video is live
08/15/2015 at 16:05 • 0 commentsStage II video is now up demonstrating the best of what the project has to offer. I am planning a minor update before the Monday deadline, more news as I figure out the specifics.
-
Pivot to wearables
07/31/2015 at 01:06 • 0 commentsSo I have added some support for the ATtiny85. Given my previous experimentation, the maximum CPU frequency I can reasonably emulate with the code seems best suited to the wearable crowd. As such I am also piloting a new Android layout based on the Gemma. Over time I would like to see the code tailored for individual projects and included as demos through Play Store apps or supporting webpages. If a wiki exists for your project it should be feasible to include a demo of your code in line with the rest of your HTML.
On that note, I have taken to porting the Buzzing Mindfulness Bracelet to my Android platform.
https://learn.adafruit.com/buzzing-mindfulness-bracelet
I am currently having a bit of trouble getting the watchdog timer performance right, thought I was able to add a pleasant buzz effect to the existing framework.