Yes, attaching/detaching the CrazyRadio does not work reliably yet. I'm working on it.

In the meantime force-closing the app and plugging in the CrazyRadio while the app is not started should work.
Code: Select all
byte[] packet = new byte[2];
packet[0] = (byte) 255;
byte [] rdata = new byte[64];
mConnection.controlTransfer(0x40, 0x21, 0, 125, packet, packet.length, 1000);
mConnection.controlTransfer(0xC0, 0x21, 0, 0, rdata, rdata.length, 1000);
Yes, sure i can do it! The resolved ones, too? (For the record.)derf wrote: I guess I have to kindly ask DesTinY to re-create them.![]()
I agree that it would be the easiest. We will get a bitcraze dev account so the app can be published.DesTinY wrote: In my opinion the CF App is almost ready to publish it easier for all the other CF users. Have you thought about to publish it to the Android Store as FreeApp.
Maybe the bitcraze Team can do this, with an Dev account at Google!?