Search found 100 matches

by Surrender
Tue Jul 02, 2013 8:00 am
Forum: Developer Discussions
Topic: Link-Time Optimization: 10% code size improvement
Replies: 2
Views: 3407

Re: Link-Time Optimization: 10% code size improvement

Morning, nice thing that you can optimize the code with only a few codelines and some settings (interrupts). The performance improvments is maybe not noticeable but there is something (because of less code). Would be a nice addition to the main repo, so i think after some testing you can create a pu...
by Surrender
Tue Jul 02, 2013 7:51 am
Forum: Support
Topic: Versatility of Crazyflie
Replies: 9
Views: 7465

Re: Versatility of Crazyflie

Hello ingfut, Yes it's fully programmable, no restrictions (STM32 with FreeRTOS) -> you can do what you want. There is a Extension Header hardware interface. Here is a description of the extension header: Extension Header Wiki It includes a JTAG part, UART RX/TX OR I2C and SPI . The crazyflie has a ...
by Surrender
Mon Jul 01, 2013 6:29 pm
Forum: General discussions
Topic: Keyboard as controller?
Replies: 3
Views: 4002

Re: Keyboard as controller?

I have none of them, first i used my android phone as joystick (with DroidMote) and now i fly with the eSky ET6i. There is a huge difference between these two methods, no i have no delay and a far more better range outside as before. It costs about 30-40€, but its worth (compared a xbox or ps3 costs...
by Surrender
Mon Jul 01, 2013 6:14 pm
Forum: Support
Topic: Some issues...
Replies: 2
Views: 2565

Re: Some issues...

The wireless chip has a lot of channels and with some programming it would be possible to control more than one CF. The max. Distance depends on location, outside it has something about 30-40m, inside the same but with walls in betweens you only have about 10m. Don't know if it is possible to intera...
by Surrender
Mon Jul 01, 2013 6:10 pm
Forum: General discussions
Topic: Keyboard as controller?
Replies: 3
Views: 4002

Re: Keyboard as controller?

I think it is not possible yet, but if it is then it will be very hard to control.
Do you have nothing other to control your crazyflie or do u want just do it with the keyboard?


Sent from my GT-I9100 using Tapatalk 4 Beta
by Surrender
Thu Jun 27, 2013 7:28 am
Forum: General discussions
Topic: Exploring Crazyflie
Replies: 6
Views: 6183

Re: Exploring Crazyflie

Great! No problem. :D

Sent from my GT-I9100 using Tapatalk 4 Beta
by Surrender
Thu Jun 27, 2013 7:09 am
Forum: General discussions
Topic: Exploring Crazyflie
Replies: 6
Views: 6183

Re: Exploring Crazyflie

The pc is acting as a router/proxy. Remote Controller (PS3,XBox,DroidMote) -> Your PC (Forwarding control data from remote controller)-> CrazyRadio sends commands-> CrazyFlie will react If you want to control it without a pc use android phone & crazyradio and if you want only the CF and a contro...
by Surrender
Thu Jun 27, 2013 6:55 am
Forum: General discussions
Topic: Exploring Crazyflie
Replies: 6
Views: 6183

Re: Exploring Crazyflie

Welcome here HallMark,

To control the copter with your PC:
- Android simulated gamepad (DroidMote)
- PS3 or XBox Controller

Control the copter without a pc:
- eSky transmitter (30-50€)
- Android Crazyflie Client


Hopefully this helps.
by Surrender
Wed Jun 26, 2013 7:51 pm
Forum: Developer Discussions
Topic: Find Me - Mode
Replies: 6
Views: 5065

Re: Find Me - Mode

'Evening, @ Tobias: Where can i find the code which is executed when the connection to the transmitter is lost? And how/where do i check the battery value in the crazyflie firmware? Esky specific: Why is it not possible to reconnect with the esky transmitter after a disconnect? I have to restart the...
by Surrender
Wed Jun 26, 2013 1:07 pm
Forum: Developer Discussions
Topic: [NEW FEATURE] Start-up Melody
Replies: 11
Views: 14654

Re: [NEW FEATURE] Start-up Melody

Thanks! Yes this is fun, i like it too :D Yes, I'm working on that 8-) - this was just a test implementation for making a sound and after that a melody. Now i can add it e.g. after disconnect etc. I'll have to try it but this was the first important step to generate sound. The problem is that these ...