Search found 64 matches

by city_kid
Wed Oct 23, 2013 4:58 pm
Forum: Pictures & Videos
Topic: Portable GUI
Replies: 17
Views: 6694

Re: Portable GUI

@Pyrofer

I'm lovin' this little GUI unit!

I have a couple of questions:

1) How do you get telemetry data / MSP data into the unit?
2) What language is the GUI written in?
3) Do you have the source / software available somewhere? Google Code? Github?

Thanks!

city_kid
by city_kid
Tue Oct 08, 2013 10:12 am
Forum: Software development
Topic: Release v2.3 is coming soon... prepare
Replies: 96
Views: 46807

Re: Release v2.3 is coming soon... prepare

@Hamburger

Where is the "updated wiki" for v2.3....?

Many thanks!

city_kid
by city_kid
Thu Oct 03, 2013 2:30 pm
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

Do you still have the source for this?

What hardware does it run on?

Why was it unusable???

city_kid

kataventos wrote:
Then I coded a simple Ground station using a Minim OSD... unusable I´m afraid to say :D It was nice to have the AV RSSI and GS voltage but just that...

For the record:



by city_kid
Thu Oct 03, 2013 2:18 pm
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

@kataventos

I have ordered a 7" LCD Touchscreen from Ebay. I already have a spare Raspberry Pi with the MultiGCS image running on it.

I will put the two together soon and test the MultiGCS platform properly....

city_kid
by city_kid
Sun Sep 29, 2013 9:29 am
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

@kataventos I will probably publish my Processing code, once I've actually flown with it! Bear in mind that it needs a modified version of MultiWii to work... I like the look of your GCS, but have questions: 1) Is it running on Raspberry Pi...? 2) Did you know that Oracle have now released a "r...
by city_kid
Fri Sep 27, 2013 6:52 pm
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

@kataventos My Ground Station software is nowhere near as good looking as yours but I thought I'd show you what I have anyway! Ground Station.jpg Running on a regular miniITX PC motherboard. Windows XP, Processing 2.0 and Shuncom SZ-05 two-way 2.4GHz 250mW transceiver modules. The MultiWii software ...
by city_kid
Wed Sep 25, 2013 12:23 pm
Forum: Software development
Topic: Release v2.3 is coming soon... prepare
Replies: 96
Views: 46807

Re: Release v2.3 is coming soon... prepare

@PatrikE

OK, that explains why there is no RCSERIAL define in config.h anymore...

Thanks!

city_kid
by city_kid
Wed Sep 25, 2013 10:55 am
Forum: Software development
Topic: Release v2.3 is coming soon... prepare
Replies: 96
Views: 46807

Re: Release v2.3 is coming soon... prepare

@Hamburger Will RCSERIAL and all the usual MSP commands be available in v2.3...? I've downloaded and looked into the MultiWii_dev_2013_08_23_r1573_pre_2.3 version and I don't see the usual: #define RCSERIAL My control system is NOT a traditional RC TX/RX arrangement but instead uses serial MSP comma...
by city_kid
Tue Sep 24, 2013 12:56 pm
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

@copterrichie Yes, I agree, Java is the main problem with Processing on a Pi. This is why I opted for Processing ontop of Windows XP (!) on a "regular" x86 motherboard. This allowed me to code easily in Processing, 'cos I'm I'm not that good at code. The problem with that solution is power...
by city_kid
Tue Sep 24, 2013 12:03 pm
Forum: Software development
Topic: Multiwii Ground Control Station (Raspberry Pi)
Replies: 19
Views: 15598

Re: Multiwii Ground Control Station (Raspberry Pi)

@kataventos This is AWESOME! I've been working on a big chunky Ground Station platform based on Processing, but the problem is that it's too "heavy" for the Raspberry Pi. So I'm using a MiniITX type Intel motherboard powered by a big 12v Lead Acid battery mounted in a case, but I'd love to...
by city_kid
Thu Sep 12, 2013 7:21 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

Excellent news! The only problem with the SZ05 module is a lack of RSSI or signal strength reading. Have you flown with it yet? What baud rate are you using? I'm running at 19200baud which seems to work very well... I would love to know how far it would go. I have my Hex setup with Return to Home on...
by city_kid
Tue Sep 10, 2013 8:39 pm
Forum: Software development
Topic: Reading MSP data with Processing
Replies: 1
Views: 1081

Re: Reading MSP data with Processing

@eosbandi UPDATE Post: I'm trying to use the following three functions in Processing: int read32(byte b1, byte b2, byte b3, byte b4) { return ((b1&0xFF) + ((b2&0xFF)<<8) + ((b3&0xFF)<<16) + ((b4&0xFF)<<24)); } int read16(byte b1, byte b2) { return (b1&0xFF) + (b2<<8); } int read8...
by city_kid
Tue Sep 10, 2013 6:51 pm
Forum: Software development
Topic: Reading MSP data with Processing
Replies: 1
Views: 1081

Reading MSP data with Processing

@eosbandi & anyone else... I've now got my MultiWii boards spitting out MSP messages for use in a Ground Station / Telemetry application. I am writing the Ground Station application in Processing v2.0b4. I'm trying to convert some 2 and 4 byte MSP response values into integers and it's proving t...
by city_kid
Tue Sep 03, 2013 12:50 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@cocoludro

Please PM me your email address and I will send you some datasheets for the SZ05 module....

Cheers!

city_kid
by city_kid
Tue Sep 03, 2013 11:07 am
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@cocoludro

OK, really easy then:

PC End: Use the SZ05 Eval Baord via USB
Arduino End: Direct connection to supply and TX/RX pins.

city_kid
by city_kid
Tue Sep 03, 2013 10:58 am
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@cocoludro

If connecting to a PC, using the Eval board is ideal! I takes care of everything.

Then at the MultiWii end you can just connect the SZ05 module directly to the MultiWii Serial connector. It is already at 5v TLL levels.

Very simple!

city_kid
by city_kid
Tue Sep 03, 2013 10:38 am
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@cocoludro The connections are really easy! On the Shuncom SZ05 module the four (4) pins that you need are all next to each other: [TX1] [RX1] [VCC] [GND] See here: Shuncom SZ05.jpg Pretty obvious: GND = 0v of supply VCC = +5v DC of supply RX1 = Receive Data to Arduino / PC TX1 = Transmit Data to Ar...
by city_kid
Tue Aug 27, 2013 2:30 pm
Forum: Software development
Topic: Arduino v1.5.2 Beta
Replies: 4
Views: 1881

Arduino v1.5.2 Beta

Has anyone tried MultiWii v2.1 or v2.2 with the new Arduino v1.5.2 Beta version?

Download link: http://arduino.cc/en/Main/Software

I've downloaded the new Arduino IDE for Windows 32 bit and it seems to work, but has anyone tested it for compatibility with MultiWii code?

Cheers!

city_kid
by city_kid
Mon Aug 26, 2013 2:21 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain You need the whole codebase (package). Download it, unpack it, and stick it somewhere different to your current MultiWii code. Then you can open the new code and the old code in Arduino and copy / paste the "config.h" settings from your old code to the new "config.h"...
by city_kid
Mon Aug 26, 2013 9:51 am
Forum: Software development
Topic: UART Radio project
Replies: 112
Views: 50988

Re: UART Radio project

Interesting stuff! So far I've tried the following: 1) Bluetooth(!) 2) NRF24L01+PA+LNA - 2.4GHz 200mW SPI with Arduino serial convertors: Work well! 3) HopeRF HM-TRP - 915MHz 100mW UART transceivers: Bad! Data delayed by long periods! 4) 3DR Robotics - These ARE HopeRF HM-TRP modules, so same proble...
by city_kid
Mon Aug 26, 2013 9:31 am
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain Ok "modded by me" really means "configured / tweaked by me", sorry... I have also added a little code around telemetry reading, but definitely not this "//#define OVERRIDE_PSENSORPIN" section. The exact *starting* codebase I am using is from here: http://c...
by city_kid
Sun Aug 25, 2013 7:22 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain I my codebase which is MultiWii v2.2 (modded by me) in the "config.h" file there is: //#define OVERRIDE_PSENSORPIN A1 // instead of A2 // Analog PIN 2 It's commented out in my config as I don't need to change the pin: I have an "A2" pin... Hope this helps....! city_...
by city_kid
Sat Aug 24, 2013 4:04 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain It really looks like the board you have is orientated towards the Megapirate platform... I concur with Hamburger, and you should probably use the VBAT / POWERMETER pin overrides available in config.h On the subject of the Allegro Hall Effect sensors. Yes, I am currently using one of th...
by city_kid
Fri Aug 23, 2013 3:59 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain Sorry, yes, the RCTimer sensor has got one serious drawback. There is no electrical isolation between the high voltage / high current LiPo battery side and the lower voltage / low current MultiWii side. These kind of hall-effect sensor have complete isolation: m You simply put the uncu...
by city_kid
Fri Aug 23, 2013 3:56 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@scatterbrain @hamburger I can't get a good high res photo of the board. I can see some analog pins down the one side but they appear to start at A3. I think that powermeter reads analog pin A2 by default.... Are there any "pads" on the bottom of the board? Can you attach some very high re...
by city_kid
Mon Aug 19, 2013 9:04 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@crashlander

Great! So you've got comms between the modules?

I've just ordered another two modules from Shuncom. One for my new hexacopter and one for my ground station for direct telemetry....

Cheers!

city_kid
by city_kid
Mon Aug 19, 2013 1:44 pm
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@Hamburger

OK, I understand the specs, but where do you buy them from?

Amploc only seem to have their own *crappy* website!

Can't find any on Ebay!

Can't find a UK distributor like RS / Farnell / Mouser etc...

Please advise....

city_kid
by city_kid
Mon Aug 19, 2013 12:39 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@crashlander OK, good! This is all correct. So when you see the first menu: Please select language -> Send a "2" to set English. Then send the word "SHUNCOM" to enable config mode. After that you should see a menu of different options like NetID, Node Type, Baud Rate etc etc . Th...
by city_kid
Mon Aug 19, 2013 10:30 am
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Re: Powermeter Sensor recommendation...

@Hamburger

You mean like an Amploc AMP50 module?

Cheers!

city_kid
by city_kid
Mon Aug 19, 2013 10:05 am
Forum: Shields, boards and sensors
Topic: Powermeter Sensor recommendation...
Replies: 22
Views: 7167

Powermeter Sensor recommendation...

Hello Forum!

Could anyone recommend a Powermeter sensor hardware module?

I understand the way that MultiWii Powermeter functionality works but I can't find a recommended sensor module....

Cheers!

city_kid
by city_kid
Fri Aug 16, 2013 3:39 pm
Forum: Software development
Topic: GPS Waypoints and Baseflight Configurator
Replies: 20
Views: 7151

Re: GPS Waypoints and Baseflight Configurator

@copterrichie @cGiesen Whao!! You guys! I didn't want to start a flame war! I just wanted to know if the Baseflight would set Waypoints! Which it does... Chill out! @EOSBandi Could you tell me if the I2C_GPS_NAV code responds to MSP_SET_WP commands? EDIT: Actual @EOSBandi I guess it's not the I2C_GP...
by city_kid
Fri Aug 16, 2013 2:04 pm
Forum: Software development
Topic: GPS Waypoints and Baseflight Configurator
Replies: 20
Views: 7151

Re: GPS Waypoints and Baseflight Configurator

@cGiesen

OK, cheers for this information.

Maybe one easier question will help me:

When you use Baseflight to store a Waypoint, does the program call the MultiWii "MSP_SET_WP" command???

Cheers!
by city_kid
Fri Aug 16, 2013 11:26 am
Forum: Software development
Topic: GPS Waypoints and Baseflight Configurator
Replies: 20
Views: 7151

GPS Waypoints and Baseflight Configurator

@cGiesen I'm really liking the "cleanness" of the Baseflight Configurator GUi...! The "Holy Grail" for me now I have working GPS / GPS RTH, Stable flight, descent PosHold etc etc is to program an "autonomous" flight based on GPS Waypoints. Some questions: Question 1) Do...
by city_kid
Thu Aug 15, 2013 9:03 am
Forum: ESCs, propellers , servos and radios
Topic: DIY "FlySky" RF (Transmitter) module
Replies: 19
Views: 9673

Re: DIY "FlySky" RF (Transmitter) module

@gompf-2 Sorry, but I thought that was a typo! My mistake. I've not seen this "FlySky" project, but the hardware is similar to one of my solutions. The RF transceiver modules that they're using are SPI interfaced like the nRF24L01+ modules that I am still using on my development platform. ...
by city_kid
Tue Aug 13, 2013 2:50 pm
Forum: ESCs, propellers , servos and radios
Topic: DIY "FlySky" RF (Transmitter) module
Replies: 19
Views: 9673

Re: DIY "FlySky" RF (Transmitter) module

@Andrej @copterrichie I've been testing out various homemade TX / RX / Telemetry transceivers. I wanted the following specs: 1) Long (line-of-sight) range - I don't feel confident enough (mainly in my own abilities) to fly a copter outside of observation range. 2) High speed, with zero latency - I w...
by city_kid
Tue Aug 13, 2013 11:45 am
Forum: Shields, boards and sensors
Topic: I2C GPS NAV with Ping Pong Sonar
Replies: 1
Views: 1721

I2C GPS NAV with Ping Pong Sonar

@EOSBandi I have a working I2C GPS NAV board all working fine with a UBlox GPS. I have turned off the Lead Filters which greatly increases the GPS accuracy and seems to stop random drift. I want to add a SRF04 / SRF06 type "Ping Pong" Sonar module for more accurate low-altitude measurement...
by city_kid
Wed Aug 07, 2013 8:44 pm
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE Update and success! You were totally correct about where to put the code and how to execute it! I ended up with the following in the Output.ino "mixTable" function: // Experimental Code! if #define AUX4_TO_A1 then send any AUX4 value directly to A1 pin #ifdef AUX4_TO_A1 servo[1] =...
by city_kid
Wed Aug 07, 2013 4:13 pm
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE

Thanks again! Your latest mod merged into my codebase.

I will test tonight....

city_kid
by city_kid
Wed Aug 07, 2013 1:20 pm
Forum: Connecting elements
Topic: I2C_GPS_NAV_v2.2
Replies: 1
Views: 1447

I2C_GPS_NAV_v2.2

@EOSBandi I have purchased a I2C_GPS module from Ebay. I have updated the UBlox config using the u-blox-config.ublox.txt file specified and the GPS module is talking at 115200 baud. The problem is that the GPS position drifts quite a lot, and trying to test the GPSHOLD feature on my fairly small fie...
by city_kid
Wed Aug 07, 2013 12:55 pm
Forum: Software development
Topic: Continuous Telemetry
Replies: 7
Views: 2999

Re: Continuous Telemetry

@Sebbi

Another thought, is it possible to stop the MSP Serial.ino module from sending out acknowledgements to the MSP_SET_RAW_RC message?

This would reduce the extra traffic from the Copter to the Ground....

Please advise....

Thanks!

city_kid
by city_kid
Wed Aug 07, 2013 12:52 pm
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE If I have the mod code in at the end of the mixTable function, surely it will simply set the servo[1] value to the AUX4 value...? At the very end of the "mixTable" function: #if defined(AUX4_TO_A1) servo[1] = rcData[AUX4]; #endif I am trying not to enable any of the existing CAMST...
by city_kid
Wed Aug 07, 2013 10:34 am
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE So I've added this to the end of the "mixTable" function in the Output.ino file: #if defined(AUX4_TO_A1) servo[1] = rcData[AUX4]; #endif And in config.h #define AUX4_TO_A1 Could you tell me if this looks OK...? I hope it will map any inputs to AUX4 to pin A1... Thanks for your hel...
by city_kid
Wed Aug 07, 2013 9:57 am
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE

Cheers for this!

Is the table you attached here part of a bigger lookup table?

If so, where can I find it?

Something to translate the software variables / defines into "real world" pins / values would be really useful to me....

Cheers!
by city_kid
Wed Aug 07, 2013 9:01 am
Forum: Software development
Topic: Continuous Telemetry
Replies: 7
Views: 2999

Re: Continuous Telemetry

@Sebbi

Woah! Thanks for this!

This chunk of code is awesome! It's exactly what I need. When I get home tonight I'll try it in my dev MW...

Thanks again!

city_kid
by city_kid
Tue Aug 06, 2013 4:54 pm
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

Re: STO Brushless Gimbal

@PatrikE

Cheers!

What pin does servo[1] translate to?

I have a Crius MultiWii SE using a ATmega328....

Cheers!

city_kid
by city_kid
Tue Aug 06, 2013 2:16 pm
Forum: Software development
Topic: Continuous Telemetry
Replies: 7
Views: 2999

Continuous Telemetry

Does anyone know if there is a setting / patch to make MultiWii 2.2 constantly send telemetry data out over serial?

It would be good if it could output the different MSP packets cyclically, with a gap / pause between each one...

Cheers!

city_kid
by city_kid
Tue Aug 06, 2013 11:57 am
Forum: MultiWii tweaking - flying experience
Topic: STO Brushless Gimbal
Replies: 10
Views: 3417

STO Brushless Gimbal

I'm building a new bigger hexacopter to carry my new STO Brushless Gimbal. The gimbal controller is self contained but can have a pitch angle override signal added to point the camera up and down. I'm controlling my MultiWii 2.2 using MSP serial messages with 8 channels THR, PITCH, ROLL, YAW plus AU...
by city_kid
Tue Aug 06, 2013 6:27 am
Forum: Software development
Topic: Failsafe with RCSERIAL (MSP_SET_RAW_RC)
Replies: 28
Views: 9386

Re: Failsafe with RCSERIAL (MSP_SET_RAW_RC)

@Hamburger Maybe I wasn't totally clear. I'm talking about the new (experimental) FAILSAFE_ALT_MODE feature, where on signal loss, the copter: 1) Levels (Pitch / Roll / Yaw = MIDPOINT) 2) Sets throttle to FAILSAFE_THROTTLE <- This value is REALLY hard to set / guess! 3) Descends using the BARO and p...
by city_kid
Mon Aug 05, 2013 9:19 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@crashlander I've just tried the Shuncom SZ05-TTL-ADV modules I have. They seem to work really well on the bench, not tried in the air yet. Currently I'm building a new hexacopter to carry them, but just using the MultiWii GUI program to produce traffic they seem pretty good. I will try to do a walk...
by city_kid
Mon Aug 05, 2013 9:14 pm
Forum: Software development
Topic: MultiWii Serial Protocol help...
Replies: 44
Views: 28138

Re: MultiWii Serial Protocol help...

@Trinca Here is my (very) simple Arduino code for sending MSP_SET_RAW_RC messages: int MSP_SET_RAW_RC(boolean force){ if(force==true or THR!=PREV_THR or PREV_PITCH!=PITCH or PREV_ROLL!=ROLL or PREV_YAW!=YAW or PREV_AUX1!=AUX1 or PREV_AUX2!=AUX2 or PREV_AUX3!=AUX3 or PREV_AUX4!=AUX4){ byte checksum=0...