Search found 153 matches

by theseankelly
Fri Mar 24, 2017 3:29 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 63176

Re: Tuning crazyflie for smooth, stable and responsive flight

Hey Hatty -- you're right. The INT pin is being used to read the data but IIRC the main reason for adding that feature was to reduce CPU busy time/polling. There's still no between the sensor loop and the PID loop. Implementing that probably holds the most potential for improvement and has been on m...
by theseankelly
Mon Mar 13, 2017 1:46 pm
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Re: Bigquad modification for more uarts

Thanks! Didn't know it was so easy to switch pins on the nRF -- I'll add that to my list of things to try.
by theseankelly
Sun Mar 12, 2017 11:20 pm
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Re: Bigquad modification for more uarts

Oh and I had some EE questions about re-routing the motor pins: 1) I've got a couple 1.2k resistors lying around from a previous project. Will it cause problems if I use those for M1 and M4 but M2 and M3 are left with 1k resistors on their pullups? 2) It'd be cool to keep CPPM working if a UART rece...
by theseankelly
Sun Mar 12, 2017 11:15 pm
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Re: Bigquad modification for more uarts

Alright, been doing some more thinking on this and here's where I've landed. To recap, I need a minimum of 2 UARTs to run OSD + Spektrum Rx. A third UART for GPS is a nice-to-have but not strictly required for FPV flying. I'd also like to preserve as many bigquad features as possible and minimize an...
by theseankelly
Tue Feb 21, 2017 6:07 am
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Re: Bigquad modification for more uarts

Also, what are those pin connectors you've used for the ESC connectors? They're .1 right angles but the female connectors lie flat against the PCB instead of up in the air a bit.
by theseankelly
Tue Feb 21, 2017 4:51 am
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Re: Bigquad modification for more uarts

Oh darn! I missed that the E_SDA/E_SCL I2C bus was hooked up to the EEPROM. I guess I assumed it was another internal I2C bus. I guess you're right that it should still work..but I'd rather not have to contend for access to the EEPROM. I might wanna add support for configuring stuff like PIDs via th...
by theseankelly
Mon Feb 20, 2017 3:40 am
Forum: Developer Discussions
Topic: [SOLVED] BigQuad: brownouts when punching throttle
Replies: 6
Views: 3520

Re: BigQuad: brownouts when punching throttle

On a second look, there's an SS34 on the 5v supply coming off my PDB, so shorting the SS12 on the bigquad deck is a safe solution even if I end up plugging in USB, right?
by theseankelly
Sun Feb 19, 2017 6:13 am
Forum: Developer Discussions
Topic: Bigquad modification for more uarts
Replies: 8
Views: 3752

Bigquad modification for more uarts

Hey bitcraze -- I'm modifying my bigquad deck a little bit to get two more UART ports. I need UART for GPS, an OSD, and a spektrum RX. I plan to repurpose the SCL and SDA lines for one UART, but the second is a little harder. RX2/RX2 will work, but are currently driving the signal to M1 and M4. So I...
by theseankelly
Sun Feb 19, 2017 3:50 am
Forum: Developer Discussions
Topic: [SOLVED] BigQuad: brownouts when punching throttle
Replies: 6
Views: 3520

Re: BigQuad: brownouts when punching throttle

Thanks Tobias. I think I might just run a separate pololu 5v regulator to power the cflie, since I've definitely found it useful to have USB plugged in for cflie debugging while also powering the esc's with a battery, and I'd rather not risk anything.
by theseankelly
Tue Feb 14, 2017 4:15 pm
Forum: Developer Discussions
Topic: [SOLVED] BigQuad: brownouts when punching throttle
Replies: 6
Views: 3520

Re: BigQuad: brownouts when punching throttle

Hi Tobias -- thanks for the info. I brought my copter in to the office today and put it on an oscilloscope: I don't see any measureable voltage dips across VUSB or the 5v regulator output. Any other electrical factors that might contribute? Current draw? Would it help or be useful in any way to hook...