This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BlendMicro App (inventor)

Hi there,

First: I’m a newby, just did some things with Arduino to control some LEDs etc but not much more before.

What’s my plan: I actually ‘ld lik to control some servos/LEDs via my smartphone (remote control for a micro RC Truck). That’s why I bought a Blend Micro. I followed the instructions on their website (installed both their RBL nRF8001 and the Nordic BLE SDK for Android) and managed to control the board with the example sketch and their BLE Controller app as well the nrf Hello World sketch.

Now, the next big step is the App… I just stumbled on MIT App Inventor, and yeah I know it’s under your level, but it’s quite nice for me :D I was even more happy when I realized that there’s a BLE function, written for Adruino 101.

That’s the example code for using it with a app: github.com/.../BattMon_not_root.ino

But this system seems to be different to the one used by Nordic/RedBearLab. At least the Arduino code. So I am wondering if I can combine the two “systems”? Is it completely different or is it just a different way to tell the Bluetoothchip (nRF8001) what to do? I mean, the way my phone and the Arduino communicate should be the same since there is just “one BLE” isn’t it?

I know and understand that a lot of people don’t like to make an “extra tutorial” for guys like me. But I would appreciate if you make your answer a bit more detailed so I have a chance of understanding it;) Thank you

Related