Search found 8 matches

by ivandevel
Fri Jul 18, 2014 2:34 pm
Forum: Developer Discussions
Topic: Standalone CF control with any PPM compatible RC transmitter
Replies: 14
Views: 12678

Re: Standalone CF control with any PPM compatible RC transmi

Hi, Ali! The hover mode is working now on my STM32 DIY remote! Thanks!
by ivandevel
Thu Jun 19, 2014 7:56 pm
Forum: Developer Discussions
Topic: Standalone CF control with any PPM compatible RC transmitter
Replies: 14
Views: 12678

Re: Standalone CF control with any PPM compatible RC transmi

Hello! I've tested your code. Hover parameter is setting correctly. But when I set it, crazyflie goes crazy (jumping). How to control crazyflie in hover mode? Which range are valid for setpoint.thrust ?
by ivandevel
Wed Jun 18, 2014 7:36 pm
Forum: Developer Discussions
Topic: Standalone CF control with any PPM compatible RC transmitter
Replies: 14
Views: 12678

Re: Standalone CF control with any PPM compatible RC transmi

Hello! Can I see your alt hold mode setting code?
by ivandevel
Wed Apr 23, 2014 11:26 pm
Forum: Developer Discussions
Topic: Stand-alone Crazyflie remote using STM32-103STK published
Replies: 10
Views: 8700

Re: Stand-alone Crazyflie remote using STM32-103STK publishe

Sorry, i'm not familar with Python. I need a simple example on C, how to read paremeters and set it. :oops:
by ivandevel
Thu Apr 17, 2014 7:04 pm
Forum: Developer Discussions
Topic: Stand-alone Crazyflie remote using STM32-103STK published
Replies: 10
Views: 8700

Re: Stand-alone Crazyflie remote using STM32-103STK publishe

Okay, so what kind of packet should i transmit to copter to activate the AltHold mode? Is this a commander packet only, or something else? Can you provide an example packet for setting up an altHold parameter? Now i'm sending only a crtp commander packet with this structure: __packed typedef struct ...
by ivandevel
Mon Apr 14, 2014 10:08 pm
Forum: Developer Discussions
Topic: Stand-alone Crazyflie remote using STM32-103STK published
Replies: 10
Views: 8700

Re: Stand-alone Crazyflie remote using STM32-103STK publishe

Hello all! I'm developing my own standalone controlleron STM32 with analogue joystick parts (ALPS) from PS3 controller.Now I'm sending a commander packet, and everything is working good (Roll, Pich, Yaw, Thrust) Now the (uint16_t) Thrust value is changing from 10000 to 65000 and motors are respondin...