Search found 4 matches

by Torsten
Wed Jan 14, 2015 9:27 am
Forum: Developer Discussions
Topic: Bluetooth Problem communication flie -> client
Replies: 3
Views: 3774

Re: Bluetooth Problem communication flie -> client

sorry for this bump, but this is the only problem holding me back to provide a new NodeJS client that works seamlessly with crazy radio and bluetooth.

This could be great on Intel edison!

Does the android app display any logging data?!
by Torsten
Wed Jan 14, 2015 9:24 am
Forum: Developer Discussions
Topic: [SOLVED] Firmware not support Magnetometer on 9-axis MPU9250
Replies: 4
Views: 5015

Re: [SOLVED] Firmware not support Magnetometer on 9-axis MPU

just for completeness:

Once cloned, you can switch between branches back and forth with:

Code: Select all

git checkout crazyflie2
and

Code: Select all

git checkout master
A simple

Code: Select all

git pull
will bring your clone to the newest state.
by Torsten
Mon Jan 12, 2015 8:46 pm
Forum: Developer Discussions
Topic: Bluetooth Problem communication flie -> client
Replies: 3
Views: 3774

Bluetooth Problem communication flie -> client

Hey, sending packets to the file with bluetooth (BLE) works as expected. I'm able to fly with my MacBook Pro (great!). Is it possible to use logging with bluetooth? When I send a TOC_INFO packet for logging, I receive a packet without any payload (crazy radio sends a packet with item count and crc)....
by Torsten
Wed Jan 07, 2015 10:43 pm
Forum: General discussions
Topic: Super Newbie first steps toward programming / extending
Replies: 1
Views: 2754

Super Newbie first steps toward programming / extending

hey, As of today I'm a proud owner of the a crazyflie 2 and i love it Now I want to make the first steps towards programming / extending it. I've studied computer science but was only focused on software development (web / server ect.). Coding in pyhton would be no problem, but I've zero knowledge o...