Search found 15 matches

by swangy
Thu Sep 27, 2012 1:33 am
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

so multiwiiconf compiles and runs but when i actually hook up the xbee and try to activate the port on the top left, it throws java errors about invalid parameters. it doesnt like 111111, but will run just fine if i replace with 115200.. what other voodoo did you do?
by swangy
Wed Sep 26, 2012 3:41 pm
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

got it recompiled, will try to upload to hardware when i find some time.

for those not familiar with Process, within the sketch folder you've got to create a <sketch>/libraries/controlP5/library/ folder and rename controlP5.jar_ to controlP5.jar
by swangy
Mon Sep 24, 2012 8:11 pm
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

doughboy, that's hard core indepth analysis of the transmission failure...!
by swangy
Sat Sep 15, 2012 4:08 am
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

yea, all comments i've seen that successfully used xbee have been with the Pro models.. nothing on the xbee 1s...

keep me updated, would love to hear if you're successful.
by swangy
Thu Sep 13, 2012 3:18 am
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

so has anyone actually gotten the xbee to work with multiwii or is it just hearsay and presumptions?
by swangy
Wed Sep 12, 2012 6:56 pm
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

interestingly, i uploaded this code into the mini on the frame and the xbees send this stream over just fine, and i see it on laptop terminal. when i replace it with the multiwii code, nothing... #include <SoftwareSerial.h> SoftwareSerial xbee(0, 1); // RX, TX char c = 'A'; int pingPong = 1; void se...
by swangy
Wed Sep 12, 2012 2:46 am
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

ok, so not sure if it matters, but i've got the series 1 not the series 2 (m), so i'm not sure how to get the range test working on it - i tried physically shorting the rx and tx pins with a wire on the remote xbee but no results. i can hook up a transmitting arduino over one xbee, send a looping st...
by swangy
Tue Sep 11, 2012 7:37 pm
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

Re: telemetry with Xbee

ok, both xbees are set to 115200 before i plugged it into the Arduino mini tx on mini to Din on xbee rx on mini to Dout on xbee confirmed... i get the wireless light link, but GUI just sits there so i plugged the wired FTDI cable in and looks like there's lots of vibration noise on the sensors... al...
by swangy
Tue Sep 11, 2012 5:20 pm
Forum: Getting Started - MultiWii config and setup
Topic: telemetry with Xbee
Replies: 48
Views: 21984

telemetry with Xbee

Hi guys, been putting together a multiwii now for over a year finally got it semi-working though it flips over whenever i start increasing throttle, so i wanted to put an Xbee on it to watch the telemetry over the GUI. i have tested it and have the two connect wireless and transmitting serial data f...
by swangy
Tue Aug 28, 2012 2:39 am
Forum: Shields, boards and sensors
Topic: Paris v2 (red warthox board) support on Multiwii 2.1?
Replies: 3
Views: 1588

Re: Paris v2 (red warthox board) support on Multiwii 2.1?

turns out i also needed to uncomment INTERNAL_I2C_PULLUPS.. go figure. hope this helps someone else out in the future
by swangy
Sun Aug 26, 2012 6:14 pm
Forum: Shields, boards and sensors
Topic: Paris v2 (red warthox board) support on Multiwii 2.1?
Replies: 3
Views: 1588

Paris v2 (red warthox board) support on Multiwii 2.1?

Hi guys, picking up my quadcopter after being busy for the past year or so.. glad to see the multiwii code still being worked on but.. can get the v1.8.2 working on my Red Paris Classic v2 shield... but looks like 1.9 and up doesnt support my little guy anymore! is there a config tweak i need to mak...
by swangy
Sat Jul 16, 2011 7:04 pm
Forum: Connecting elements
Topic: problems getting turnigy 9X tx/rx commands
Replies: 9
Views: 5915

Re: problems getting turnigy 9X tx/rx commands

common ground was the problem! fixed, time to mount the ESCs and motors.. can't wait to see this thing fly!

thanks for all the help!
by swangy
Sat Jul 16, 2011 4:29 am
Forum: Connecting elements
Topic: problems getting turnigy 9X tx/rx commands
Replies: 9
Views: 5915

Re: problems getting turnigy 9X tx/rx commands

i'll try to use the same common ground.. guess i was asking for trouble on that one. but it's so easy to power the promini from the usb programmer, and the rx separately! no good deed goes unpunished i guess. i havent even involved any ESC's BEC yet, but i've seen all the posts warning me to use onl...
by swangy
Thu Jul 14, 2011 9:51 pm
Forum: Connecting elements
Topic: problems getting turnigy 9X tx/rx commands
Replies: 9
Views: 5915

Re: problems getting turnigy 9X tx/rx commands

hmm i thought about that, but definitely checked and reselected acro mode... the little picture is definitely an airplane. i'l try glider mode too now.

unless there's somewhere else for 'mixing' modes?
by swangy
Thu Jul 14, 2011 7:50 pm
Forum: Connecting elements
Topic: problems getting turnigy 9X tx/rx commands
Replies: 9
Views: 5915

problems getting turnigy 9X tx/rx commands

Hi guys, this is my first quad build so i'm struggling with the details. the short story is i'm using the multiwiicopter 1.7 platform and the GUI is showing when i push up the throttle, both throttle and pitch jump up (or yaw or roll depending on which pin i swap). here's the setup so far: arduino p...