Search found 38 matches

by marco.tognon
Fri Oct 04, 2013 8:26 am
Forum: Developer Discussions
Topic: Power and thrust
Replies: 8
Views: 6159

Re: Power and thrust

Did you find some relationship between the value of motorPowerMX in the firmware and the real torque/strength/angular velocity of the motor???? I'm trying to develop a more complex controller which need to set directly the torque for each motors. But for this I need the map from real torque and moto...
by marco.tognon
Fri Oct 04, 2013 7:58 am
Forum: Developer Discussions
Topic: Pitch, roll compensated thrust.
Replies: 5
Views: 4602

Re: Pitch, roll compensated thrust.

Hi! Important (red line ~= black line) is that the thrust theoretically can be mapped to the acceleration very welll Did you try it only in hovering mode? I think that we are looking for the same thing: the relationship between the torque/sthrength/angural velocity and the value of motorPowerMX in t...
by marco.tognon
Wed Oct 02, 2013 12:47 pm
Forum: Developer Discussions
Topic: Start programming
Replies: 4
Views: 3589

Re: Start programming

Sorry I didn't specify my OS: Ubuntu not windows!
by marco.tognon
Tue Oct 01, 2013 1:44 pm
Forum: Developer Discussions
Topic: Start programming
Replies: 4
Views: 3589

Re: Start programming

My prblem is not how to programming but how to compile/execute my programs, ando also how to compile/execute my modifications on the client code!!! I have just started to study python but for now I didn't undertstand how compile/execute my modifications on the client code without installing it!
by marco.tognon
Tue Oct 01, 2013 8:15 am
Forum: Developer Discussions
Topic: Radio Signal Intensity
Replies: 10
Views: 11914

Re: Radio Signal Intensity

Tobia you are right, is not my goal. I dont want to use an external tracking!!
I was thinking to use an additional Tx/Rx system to do an estimation of the distance from each robots. Or another possibility is to use the camera system implemented by omwdunkley!!
by marco.tognon
Mon Sep 30, 2013 4:15 pm
Forum: Support
Topic: Parameters update ERROR
Replies: 2
Views: 1987

Re: Parameters update ERROR

Another type of error is:

Code: Select all

WARNING:cflib.crazyflie:ExpectAnswer: ERROR! Older timer whas running while scheduling new one on [2]
by marco.tognon
Mon Sep 30, 2013 3:39 pm
Forum: Support
Topic: Parameters update ERROR
Replies: 2
Views: 1987

Parameters update ERROR

Does someon know why I cant update the paramiters value from the client? If the crazyflie is connected and i press SendUpdatedValues , int the shall appears a WARNING: WARNING:cflib.crazyflie:Exception while doing callback on port [2] Traceback (most recent call last): File "/home/mtognon/crazy...
by marco.tognon
Fri Sep 27, 2013 8:37 am
Forum: Developer Discussions
Topic: Radio Signal Intensity
Replies: 10
Views: 11914

Re: Radio Signal Intensity

The project is just started so the goals are not so clear :D For now I'm trying to understand what i can do and what i can't do. For now the main idea is to have about 10 crazy flie which have to cooperate together!! One easy algorithm to have a stable swarm is to keep constant the relative distance...
by marco.tognon
Thu Sep 26, 2013 4:34 pm
Forum: Developer Discussions
Topic: Radio Signal Intensity
Replies: 10
Views: 11914

Re: Radio Signal Intensity

Do you mean calculating the time between the trasmission and the reception?? but with this implementation both the device must know the start time of trasmission! it could be a problem!!! But is possible to have two crazyflie that comunicate each other? Or what kind of sensors can I mount to estimat...
by marco.tognon
Wed Sep 25, 2013 2:53 pm
Forum: Developer Discussions
Topic: Radio Signal Intensity
Replies: 10
Views: 11914

Re: Radio Signal Intensity

I read that the nRF24L01+ has a Received Power Detector measurements that is only a 1bit from the datasheet: Received Power Detector (RPD), located in register 09, bit 0, triggers at received power levels above -64 dBm that are present in the RF channel you receive on. If the received power is less ...