Search found 12 matches

by jaumemiralles
Fri Jun 10, 2016 8:54 am
Forum: General discussions
Topic: [SOLVED] TTX610 arming motors
Replies: 5
Views: 9767

Re: TTX610 arming motors

I must rescue this thread. The switch on the top of the right in the transmitter, called "Dual Rate switch", toggles a correction for yaw/roll/pitch between 60% and 100%. Thus, this transmitter actually can afford the process mentioned before. Still it's not the perfect transmitter for fin...
by jaumemiralles
Thu Jun 09, 2016 3:11 pm
Forum: Software development
Topic: Setting a custom waypoint in CRIUS NAV 06
Replies: 1
Views: 1569

Setting a custom waypoint in CRIUS NAV 06

Hello! I want to set a custom waypoint in a lat/lon manner and navigate towards it... in gps.cpp file we have void GPS_I2C_command(uint8_t command, uint8_t wp) { ........ } It is seen that 'wp' is the number between 0 and 15 of the register hold by GPS module, not a lat/lon value... ok let's set the...
by jaumemiralles
Fri Apr 29, 2016 11:18 am
Forum: Software
Topic: [SOLVED] Burn bootloader on Crius Multiwii SE
Replies: 4
Views: 9268

Re: Burn bootloader on Crius Multiwii SE

Nice point, in my board there aren't "ISP" letters

Thanks!
by jaumemiralles
Tue Apr 26, 2016 9:29 am
Forum: Software
Topic: [SOLVED] Burn bootloader on Crius Multiwii SE
Replies: 4
Views: 9268

Re: Burn bootloader on Crius Multiwii SE

Thanks, that's a good link I saw, but still confused.
I can't identify the pins shown, corresponding to Arduino UNO, with the ones in my Crius Multiwii (Arduino Pro)
Wich ones would be my ICSP port?
by jaumemiralles
Mon Apr 25, 2016 2:52 pm
Forum: Software development
Topic: Modify code for sending telemetry over MSP
Replies: 2
Views: 1787

Re: Modify code for sending telemetry over MSP

Do you think so?

I'm planning to send repeatedly telemetry over UART, while interfacing GPS via I2C. I don't think i might have problems with it.

The purpose is keeping clear de TX channel on UART for RC commands
by jaumemiralles
Mon Apr 25, 2016 10:03 am
Forum: Software
Topic: [SOLVED] Burn bootloader on Crius Multiwii SE
Replies: 4
Views: 9268

[SOLVED] Burn bootloader on Crius Multiwii SE

Hi I have 2 Multiwii Crius SE wich are supossed to accidentally have lost its bootloaders, as I see the leds not flashing when i power on them, and a stk500 (programmer not responding ) error when i try to flash them. and also have a third working identical board... I googled with no luck. Is there ...
by jaumemiralles
Mon Apr 25, 2016 9:57 am
Forum: Software development
Topic: Modify code for sending telemetry over MSP
Replies: 2
Views: 1787

Modify code for sending telemetry over MSP

Hi I would like to know if it's possible to modify the code for Multiwii so that Multiwii sends telemetry data without waiting the query command from master over UART-MSP In "Protocol.cpp", we have the function "evaluateCommand()", where, for instance, for the command "MSP_A...
by jaumemiralles
Fri Apr 22, 2016 3:51 pm
Forum: Software development
Topic: [SOLVED] Weird responses from Multiwii... sometimes
Replies: 3
Views: 2311

Re: Weird responses from Multiwii... sometimes

Thanks gregd72002, i'll take a look!
I'm on the same with java.
Let's stay in touch for if we can help each other
by jaumemiralles
Thu Apr 21, 2016 10:39 am
Forum: Software development
Topic: [SOLVED] Weird responses from Multiwii... sometimes
Replies: 3
Views: 2311

Re: Weird responses from Multiwii... sometimes

I'm glad to say I found the problem. It's not about Multiwii. I'm using a Raspi to communicate with Multiwii. I had the idea to test UART on Raspi, so I made a loopback between RX/TX pins.... and i got a message like "Raspberry Login GNU/Linux...". Then I realized I was having a conflict w...
by jaumemiralles
Wed Apr 20, 2016 5:46 pm
Forum: Software development
Topic: [SOLVED] Weird responses from Multiwii... sometimes
Replies: 3
Views: 2311

[SOLVED] Weird responses from Multiwii... sometimes

Hi, i can't go further, hope some have a new idea. Thanks in advance... I'm trying to read telemetry and set RC values via MSP protocol. I can build correctly (at least i think so) the frames based on protocol, and it seems i get to connect to Multiwii via UART correctly. BTW it's a Crius Multiwii S...
by jaumemiralles
Tue Mar 22, 2016 8:04 pm
Forum: General discussions
Topic: [SOLVED] TTX610 arming motors
Replies: 5
Views: 9767

Re: TTX610 arming motors

Thanks, Kbev... at least now I know i'm not crazy. The TTX610 definitely is not a good choice for quads. I'll take note of the model you say, by the way i'm doing the trick with the d) option

Best regards
by jaumemiralles
Tue Mar 22, 2016 6:03 pm
Forum: General discussions
Topic: [SOLVED] TTX610 arming motors
Replies: 5
Views: 9767

[SOLVED] TTX610 arming motors

Hello, i ran out of ideas, any help will be apreciated. My problem is that I can't get a configuration that lets me both arming motors and having some throttle when my stick is at the minimum My hardware: Quadcopter. 30A ESCs Transmitter: TTX610 from TACTIC Fly controller: Multiwii 2.6 Ranges I see ...