I have the same issue. I implemented my own deck as shown here https://wiki.bitcraze.io/doc:crazyflie: ... deck:howto.
And it works just great without any deck on CF2.
But once I attach the loco positioning deck, two red LEDs and blue LED are on.
Search found 3 matches
- Tue Aug 28, 2018 10:22 am
- Forum: Developer Discussions
- Topic: Firmware with hello.c fail
- Replies: 3
- Views: 2116
- Mon Aug 20, 2018 1:07 pm
- Forum: Developer Discussions
- Topic: Adding an external sensor
- Replies: 1
- Views: 1933
Adding an external sensor
Hi! I want to add to the CF, the following air quality sensor: https://learn.adafruit.com/adafruit-ccs811-air-quality-sensor/overview. Then I want to log the data from that sensor. I'm new to writing a software to embedded processors (MPU). I'd be happy if someone could explain in detail what change...
- Mon Aug 20, 2018 12:51 pm
- Forum: Developer Discussions
- Topic: Logging all the data at once
- Replies: 1
- Views: 1822
Logging all the data at once
Hello, everyone! I have a Crazyflie 2.0 and Crayradio PA. By using basiclog.py script which I took from crazyflie-lib-python-master/examples, I was able to log some data from CF. Variables to be logged I took from TOC (group.name and type). I logged and saved the received data into a file for the fo...