Search found 16 matches

by lot
Thu Jan 12, 2017 12:14 am
Forum: Boards
Topic: New Board: CJMCU2 brushed quadcopter
Replies: 0
Views: 6268

New Board: CJMCU2 brushed quadcopter

Hi all, CJMCU is a nice quadcopter for brushed motors, which has the integrated control board in the structure. But, after experiencing some issues with CJMCU boards buyed from GLB, we was looking for a better brushed board to run Multiwii/Cleanflight CJMCU2 is an alternate version of this board wit...
by lot
Wed Jan 11, 2017 11:58 pm
Forum: Boards
Topic: CJMCU microquad board
Replies: 161
Views: 116552

Re: CJMCU microquad board

Hi all,
Just for telling you that we are developing a new board based on CJMJCU.
We recently published some details here:

http://aeracoop.net/en/cjmcu2-open-source-brushed-quadcopter/

We appreciate any suggestion.
Regards.
by lot
Fri Jan 16, 2015 2:33 pm
Forum: Software development
Topic: CAMTRIG servo default state
Replies: 4
Views: 1703

Re: CAMTRIG servo default state

Thanks Patrick, Even modifing the init value for servo[8] array: int16_t servo[8] = {1500,1500,1000,1500,1500,1500,1500,1000}; And the atomicservo initialization: volatile uint8_t atomicServo[8] = {125,125,5,125,125,125,125,125}; Don't work Still activating CAMTRIG servo in the initialization. I'm t...
by lot
Tue Jan 13, 2015 2:56 pm
Forum: Software development
Topic: CAMTRIG servo default state
Replies: 4
Views: 1703

Re: CAMTRIG servo default state

Thank you very much Patrick! So if I understand well if I'm using a a32u4 board, the SERVO3 for CAMTRIG is this one: #if defined(SERVO) #if defined(HW_PWM_SERVOS) // hw servo pwm does not need atomicServo[] #elif defined(PROMINI) || (defined(PROMICRO) && defined(HWPWM6)) #if defined(AIRPLANE...
by lot
Tue Jan 13, 2015 2:13 am
Forum: Software development
Topic: CAMTRIG servo default state
Replies: 4
Views: 1703

CAMTRIG servo default state

Hi all,

I'm using the CAMTRIG servo to release a mechanism but when I connect the multiwii always the initiation activates the servo for a couple of seconds.
There is a way to don't activate the servo (keep 1020 pwm) in the initialization of the board?

Regards,
by lot
Tue Dec 09, 2014 5:39 pm
Forum: ESCs, propellers , servos and radios
Topic: Gimbal servos randomly running
Replies: 1
Views: 1364

Re: Gimbal servos randomly running

Maybe is because I have this line comented?
//#define A32U4_4_HW_PWM_SERVOS

But when I try to uncomment, the code don't allow me to use it with a quad only with hellicopter.

I'm missing something, why a specific board is associated to a coptermode?
by lot
Tue Dec 09, 2014 1:24 pm
Forum: ESCs, propellers , servos and radios
Topic: Gimbal servos randomly running
Replies: 1
Views: 1364

Gimbal servos randomly running

Hi all,
I have a 32u4 board running two servos, pitch in A0, roll in A1.
Each servo is running properly separately, but when we connect both, sometimes works and sometimes the board becomes frozen.

We are powering the board via Lipo battery through the ESC.
Any idea about what is going wrong?

Thanks
by lot
Thu Oct 16, 2014 6:20 pm
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

Re: New flying android app : Flone Remote

Please correct your stolen files or remove all the commment that you do not own. I considere your action a grave offense, failure to respect the gpl is a nogo. you have now been informed. side note : do not even consider arguing , your are dealing with a no life. Hi treym, As you see, I already inc...
by lot
Thu Oct 09, 2014 12:03 pm
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

Re: New flying android app : Flone Remote

Thanks mearshen. The code is already in github:
github.com/aeracoop/flone
by lot
Thu Sep 25, 2014 3:44 pm
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

Re: New flying android app : Flone Remote

Hi mearshen,

You should be able to disarm the quadrotor with the button arm / disarm. (you should configure arming with channel 5)
Be sure that you down the throttle before disarming. (This is related to multiwii not to my app).

Hope that will work for you.
by lot
Tue Jun 10, 2014 9:51 am
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

Re: New flying android app : Flone Remote

Now It's by bluetooth, but potentially we can use any serial data link.
by lot
Tue Jun 10, 2014 12:00 am
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

Re: New flying android app : Flone Remote

Sorry if I was not clear, is the two things at the same time, a app for control a quadcopter with an another smartphone on it.
by lot
Mon Jun 09, 2014 5:56 pm
Forum: Software development
Topic: New flying android app : Flone Remote
Replies: 15
Views: 6196

New flying android app : Flone Remote

Hi all, We are developping Flone: a Multiwii-based open source platform for flying smartphones. https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t1.0-9/10151867_293606060803593_8568012943658749644_n.jpg We develop the frame in laser cutted wood, for easy repairing and a Android app for easily ...
by lot
Sat Nov 23, 2013 5:12 pm
Forum: Software development
Topic: ARM via MSP
Replies: 6
Views: 3285

Re: ARM via MSP

Yes, this is what i'm doing right now, but I think that is more elegant to have a msp packet for this, and use the rc channels for other things.
by lot
Thu Nov 21, 2013 1:38 pm
Forum: Software development
Topic: ARM via MSP
Replies: 6
Views: 3285

ARM via MSP

Hi!

There are a lot of us investigating how to control multiwii only via Multiwii Serial Protocol.
I miss a MSP message to ARM/DISARM :(

Regards,
lot
by lot
Tue Nov 19, 2013 2:13 pm
Forum: Software development
Topic: Invalid checksum in some MSP packets
Replies: 1
Views: 994

Invalid checksum in some MSP packets

Hi all, I'm developing a Processing-Android app for fly MultiWii, based in the Multiwii GUI. I'm using the same code for the calculation of the ckecksum. I arrived to send and receive packets via bluetooth, but the output is showing me some checksum errors like this: ================= invalid checks...