Search found 20 matches

by rct
Sat Feb 28, 2015 6:31 pm
Forum: Software development
Topic: KV Team Multiwii OSD
Replies: 1021
Views: 389963

Re: KV Team Multiwii OSD

Ok got a real odd problem now....... I have ver 2.3 and when I power up my fpv equipment I can see the main start up screen and then get into the menu but when I enable an item for the osd to display it will not show up on the screen anywhere??? Any ideas please???? Many thanks Rct EDIT: Solved it, ...
by rct
Wed Feb 04, 2015 5:35 pm
Forum: Boards
Topic: Naze32 hardware discussion thread
Replies: 3249
Views: 1381841

I have lost the use of my buzzer, it was working (is working on my other quad) took my naze32 board off the pdb to add the vbat wires and when I put it all back together the buzzer fails to work. Checked the voltage on the buzzer pos pin and it was well below 2 volts? It was working fine but not now...
by rct
Mon Jan 30, 2012 6:55 pm
Forum: Software development
Topic: Sneak preview of new WinGUI (Screenshots)
Replies: 71
Views: 24514

Re: Sneak preview of new WinGUI (Screenshots)

out standing job well done sofar this will go along way on the windows platform and handheld windows devices (i hope).
RCT
by rct
Sun Jan 29, 2012 9:06 pm
Forum: General discussions
Topic: flying wing sketch?
Replies: 1
Views: 1161

flying wing sketch?

is it possible to have a flying wing sketch with just the code in it for everyting ONLY relating to the flying wing? for a noob like myself when wanting to try other modes, haveing only the code for that mode accesable would be great. at least this way i wont mess anything else up when trying to set...
by rct
Wed Jan 25, 2012 10:56 am
Forum: Ideas
Topic: make config.h obsolete?
Replies: 10
Views: 3143

Re: make config.h obsolete?

as a noob sort of to this the one thing i found that helped me, was the fact that i had to read up and LEARN how to configure the config.h file. thus forcing/giving me a very basic insite/understanding into the code of this project, this is truly a good thing for all of us, expanding our own knowled...
by rct
Thu Jan 19, 2012 9:33 pm
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

PatrikE wrote:You can add more parameters to the if.

Code: Select all

if ((rcData[AUX3]>=1500) && (armed==0)  )


cool another bit for me to test on me test bed arduino.
so far the switch is working fine and at the moment not causing any problems.
many thanks for all your help on this.
RCT
by rct
Thu Jan 19, 2012 7:03 pm
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

Sorry A minor fault in my coding. change to if (rcData[AUX3]>=1500) Then it will work. /Patrik woo hoo it worked, many many thanks PatrikE. now all i got to do is soak test it then try and fiqure out some failsafe code to turn off either pin5 when motors are armed or the aux2 channel when motors ar...
by rct
Thu Jan 19, 2012 7:41 am
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

got a reply in the multiwii forum but i cant reply as i cant connect to that forum at the mo? anyway the reply was, if you use ppm sum then that free's up the other receiver channels, so with that i mind i set about trying some of the receiver channels. i can power any of those channel's to 4.6volt,...
by rct
Wed Jan 18, 2012 2:43 pm
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

right got my aux3 channel working in the gui but there is no output on pin 8 on my pro mini, aux3 is linked to my ch7 output (er9x). so either i have not done sumit right or this just wont work for me? ideas please? RCT right have managed to get 5 volts at pin8 by messin with the vbat stuff, but it...
by rct
Wed Jan 18, 2012 12:55 pm
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

right got my aux3 channel working in the gui but there is no output on pin 8 on my pro mini, aux3 is linked to my ch7 output (er9x).
so either i have not done sumit right or this just wont work for me?
ideas please?
RCT
by rct
Wed Jan 18, 2012 10:23 am
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

ok many thanks have been trying myself but no joy, now with this extra info i think i can do this. RCT Edit . just hacked this into dev203 sketch and it compiles no probs many many thanks now i got to sort out the ardunio pin to use (was looking at pin digital pin8 will adjust the code), then figure...
by rct
Wed Jan 18, 2012 8:01 am
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

Re: switchable bluetooth module via a tx aux channel, is it

ok many thanks, but exactly where in the sketches do these lines go?
many thanks for helping, i know i am going to spend all day messing with a test sketch to get this to work right.
RCT
by rct
Tue Jan 17, 2012 10:41 pm
Forum: Ideas
Topic: switchable bluetooth module via a tx aux channel, is it pos?
Replies: 14
Views: 6908

switchable bluetooth module via a tx aux channel, is it pos?

right read lots of stuff about multiwii gui over bluetooth and android, but not many about the gui over bluetooth and a pc/laptop. so found out that it's not that easy, sumit to do with windows bluetooth drivers and something called a 'stack', found the toshiba driver thingy but that didnt work, saw...
by rct
Tue Jan 17, 2012 1:16 pm
Forum: General discussions
Topic: Gyro calibration PARIS V4
Replies: 5
Views: 2216

Re: Gyro calibration PARIS V4

can you post some pics of how you paris board is hooked up, maybe a shot of the suspect led as well.
what ver software u using as well?
RCT
by rct
Mon Jan 16, 2012 10:17 pm
Forum: Getting Started - MultiWii config and setup
Topic: Video Tutorial for PID tuning
Replies: 4
Views: 4951

Re: Video Tutorial for PID tuning

Th0rsten wrote:http://www.openpilot.org/pid-tuning/

great if you got that board and software, not so informative if you dont.
RCT
by rct
Mon Jan 16, 2012 5:44 pm
Forum: Software development
Topic: Serial LCD-1602 Working! (1.7)
Replies: 2
Views: 2633

Re: Serial LCD-1602 Working! (1.7)

I recently bought an LCD-1602 Serial shield , to use on my TriWiiCopter. I found that version 1.7 still does not implement functions for this shield, so I gave it to Tere modify the code to make it work. http://i272.photobucket.com/albums/jj167/skyracer_album/publicaciones_web/serial_lcd_1602_2.jpg...
by rct
Tue Jan 10, 2012 9:53 pm
Forum: Software development
Topic: need some help getting this to work.....lcd 1602
Replies: 0
Views: 825

need some help getting this to work.....lcd 1602

ok i have tryed to incorperate this code but to no avail, could someone please help me out as to how to do this and get it to work in a sketch.
viewtopic.php?f=8&t=492&p=2658&hilit=1602#p2658

many thanks RCT
by rct
Mon Nov 21, 2011 8:50 pm
Forum: Getting Started - MultiWii config and setup
Topic: paris v4 board and arduino multiwii problem gui?
Replies: 3
Views: 1896

Re: paris v4 board and arduino multiwii problem gui?

ok many thanks will give it a try thanks for now back when i can get to my bench.
RCT
by rct
Mon Nov 21, 2011 8:42 pm
Forum: Getting Started - MultiWii config and setup
Topic: paris v4 board and arduino multiwii problem gui?
Replies: 3
Views: 1896

Re: paris v4 board and arduino multiwii problem gui?

update.......
uploaded the 1.9 multiwii code and now i get on the arduino a solid red led and a solid green led now, what does this mean please?
many thanks RCT
by rct
Mon Nov 21, 2011 7:42 pm
Forum: Getting Started - MultiWii config and setup
Topic: paris v4 board and arduino multiwii problem gui?
Replies: 3
Views: 1896

paris v4 board and arduino multiwii problem gui?

i have a paris v4 board original wii motion plus arduino mini 5v, no the prob is this,... i have it connected to my lappy via usb and the arduino usb serial adapter i have the rx connected but i get readings from the gui showing that the rx is receiving tx signals as i can see them moving inthe gui ...