Search found 6 matches

by ECiocca
Thu Jul 12, 2018 6:59 pm
Forum: Developer Discussions
Topic: Pin Usage (pin 2)
Replies: 1
Views: 1289

Pin Usage (pin 2)

Hello All, I have created a custom deck for my crazyflie 2.0. I am using pins 2, 6, and 9 as digital inputs for IR detection. I have the flow deck attached. Pins 6/9 (IO pins) work as expected. Pin 2 (RX?) is reading high when it should be high but has a spiky fluctuation when it should be low. Betw...
by ECiocca
Wed Jun 13, 2018 1:05 pm
Forum: Developer Discussions
Topic: Reading logging data over Bluetooth
Replies: 2
Views: 1612

Re: Reading logging data over Bluetooth

Following up: I modified the firmware to create my own CRTP channel at 0x0A which returns only the sensor data I'm looking for. When I trigger that and read the response I get the same thing (20 0's of data, then 9 0's of data, then another few 20 0's). It seems almost as though another process is f...
by ECiocca
Tue Jun 12, 2018 7:27 pm
Forum: Developer Discussions
Topic: Reading logging data over Bluetooth
Replies: 2
Views: 1612

Reading logging data over Bluetooth

Hello All, I am trying to read some sensor data for external sensors I have added to my CF2.0. I have verified that the sensors are working as expected, and when using the VM/Python Client the logged variables are showing as expected. However when I try to access the logging variables (any of them, ...
by ECiocca
Fri Jun 01, 2018 1:13 pm
Forum: Developer Discussions
Topic: readAnalogVoltage - does it work?
Replies: 5
Views: 2974

Re: readAnalogVoltage - does it work?

Right, I saw that. I'm not setting it to digital mode in my analog tests. But as a sanity check (to test if the pin had a short or something?) I tried it in digital mode instead and it worked - so I know the pin is physically ok. So I set the code back to using analog and it gets nothing useful, usu...
by ECiocca
Thu May 31, 2018 2:16 pm
Forum: Developer Discussions
Topic: readAnalogVoltage - does it work?
Replies: 5
Views: 2974

Re: readAnalogVoltage - does it work?

Hello tobias, The problem may be if there is an additional driver I have not started, or something missing from the build configuration? The deck code is loading, I can see its output on the console. I modified this deck to use digital input on the same pins and in that case it works - the LED on HE...
by ECiocca
Wed May 30, 2018 10:01 pm
Forum: Developer Discussions
Topic: readAnalogVoltage - does it work?
Replies: 5
Views: 2974

readAnalogVoltage - does it work?

Hello All, I'm having difficulty using the analog input for the CrazyFlie 2.0. I have a small circuit built which is testing the output of a pin (HELLO_LED) based on the voltage input of another pin (READ_LED). I have tested with various voltages, but the output LED never seems to trigger. Does anyo...