Search found 2261 matches

by copterrichie
Tue Jul 15, 2014 9:06 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Hamburger wrote:but why? the wiki is already there. Much more promising to base additional work on what is already available than start from scratch. http://www.multiwii.com/wiki/index.php?title=Main_Page


There is STILL no direct link on the main www.multiww.com page to the wiki. Asked for that months ago.
by copterrichie
Tue Jul 15, 2014 3:34 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

There has be some serious attempts in the past to create a Wiki and documentation for the MWC, In my opinion, the issue is accessibility and who has the rights to make updates. I would suggest a system where anyone can make an entree but the Admin would have the final approval.
by copterrichie
Sun Jul 13, 2014 2:56 pm
Forum: Ideas
Topic: wishlist for the next version (or the one after)
Replies: 15
Views: 6787

Re: wishlist for the next version (or the one after)

You really put some real thought into this list. If most of these features are implemented, MWC will rival any FC out there.
by copterrichie
Tue Jul 08, 2014 4:24 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

timecop wrote:
A fool and his money are soon parted.
Never been more true with "RTF" segment.


+1 and another +1
by copterrichie
Tue Jul 08, 2014 3:59 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

That is very impressive, from what I see, it is just a matter of more PID tuning. You should see some of my early development Bi-copter video.

Nice Job.
by copterrichie
Tue Jul 08, 2014 2:12 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

I made the following change to the MWC 2.2 output.ino file to reduce the YAW sensitivity. servo[4] = constrain(1500 + ((YAW_DIRECTION * axisPID[YAW]/2) + (BI_PITCH_DIRECTION * axisPID[PITCH])), 1020, 2000); //LEFT servo[5] = constrain(1500 + ((YAW_DIRECTION * axisPID[YAW]/2) - (BI_PITCH_DIRECTION * ...
by copterrichie
Tue Jul 08, 2014 1:52 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

P.S. I will have to verify this but I think there is only 200 steps in the PWM signal, I know this is true for the ESCs on Mega328p. So that would be 1000/200 giving each step 5. If the servos have a 120 degree range for a PWM 1000 to 2000 that would be 120 / 200 = .6 degrees per step. .6 degree of ...
by copterrichie
Tue Jul 08, 2014 1:23 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

Very interesting design, in fact, this is the very first I have seen anything like this. My major concern is, the resolution of the servos in a direct drive configuration like this. My personal experience, 10 degree forward and aft is enough for an traditional bi-copter. I have done some experimenti...
by copterrichie
Mon Jul 07, 2014 10:50 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

From what I see in the video, that is more of a mechanical linkage adjustment problem.

Secondly, the wobbling is PID
by copterrichie
Mon Jul 07, 2014 10:37 pm
Forum: Shields, boards and sensors
Topic: Very low budget ProMini 6 and 10 DOF FlightControllers
Replies: 2
Views: 1557

Re: Very low budget ProMini 6 and 10 DOF FlightControllers

Looks really good however, that Buzzer may give you some headaches with your Mag.
by copterrichie
Mon Jul 07, 2014 3:15 pm
Forum: Getting Started - MultiWii config and setup
Topic: Bicopter spinning out of control.
Replies: 10
Views: 5656

Re: Bicopter spinning out of control.

Did you try the following?

Code: Select all

#define YAW_DIRECTION 1
    //#define YAW_DIRECTION -1 // if you want to reverse the yaw correction direction
by copterrichie
Mon Jul 07, 2014 3:04 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

I simply purposed the idea, we can create a thread to work out the detail or design specifications.
by copterrichie
Mon Jul 07, 2014 2:18 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

About auto-tuning The most important factor is the ESC delay .. the RPM change from the PWM signal change. How do you plan to put this in the GUI ? What are the maximum delays of all the ESC brands used? Seems to me, this information does not vary very much from a normal distribution curve and we c...
by copterrichie
Mon Jul 07, 2014 1:33 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Just my two cents on Auto-tuning, I strongly believe this should be a function of the GUI. Enter all of the variables such as Weight, Arm Length, Motor KV, Battery Voltage etc and the results should get the copter flying. Fine tuning such as performed with APM can be done in the air or by a skillful...
by copterrichie
Sun Jul 06, 2014 1:49 am
Forum: Getting Started - MultiWii config and setup
Topic: noobie question about diff speed of motors.
Replies: 10
Views: 2705

Re: noobie question about diff speed of motors.

dod22 wrote:I'm having the EXACT same problem , here's a video of my motors/gui's weird behavior

https://www.youtube.com/watch?v=2jAcJKu5igY


What happens if you were to move the copter about? In other words, pick the copter up and rotate it about its axises, them put the copter down.
by copterrichie
Sat Jul 05, 2014 7:48 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Regardless, there are issues with all products out there and MWC is no exception. The Differences with DJI, they have a PAID STAFF to work out their issues where as MWC, you get the rest of the story.
by copterrichie
Sat Jul 05, 2014 7:37 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

You surely can not with APM, as for other DJI projects, they have their own issues like flyways etc.
by copterrichie
Sat Jul 05, 2014 7:29 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

One of the issues with the usage MWC that is not present in other systems like DJI is, the variances in each copter's uniqueness aka nonconformity of the copter to a standard build specification. Various factors such as Motor KV, Props, ESCs, AUW, CG position, Arm length all play a role in the over ...
by copterrichie
Sat Jul 05, 2014 1:33 am
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33664

Re: SD Card Logger

renes, is all that is required to use your code is a SD Card Modular and any Mega328?

Thank you.

SDCardModule.JPG
by copterrichie
Fri Jul 04, 2014 9:34 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Good for you, I happen to like creating things from scratch, something that others are not doing. Enjoy.
by copterrichie
Fri Jul 04, 2014 8:31 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

If it was an issue of just having something that works, then Buy DJI and forget about it.
by copterrichie
Fri Jul 04, 2014 5:08 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

@copterrichie ... I totally find useless the i2c GPS module (a 328 chip wasted for a dummy task) ... but maybe build up an array of ProMini for make some computation task could be something interesting to explore ... but ... I'm not sure the added complexity of multi processor will really give any ...
by copterrichie
Fri Jul 04, 2014 4:27 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Personally, I believe few can argue with the Mega328 and the Arduino IDE simplicity for development. Sure, some have complained about the Bitwise shifting but over all, most people attempting any modifications to the code have pretty much accomplished what they set out to do. I also believe other pl...
by copterrichie
Fri Jul 04, 2014 2:54 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

About accuracy ... In my bench test BMP180 has an accuracy of around 75cm ... more then enough for the MultiWii task. MS5611 has an accuracy of around 40cm .... Please note .. I speak about accuracy not of resolution. Also measuring pressure for guess the altitude is a method that has already lot o...
by copterrichie
Tue Jul 01, 2014 10:42 pm
Forum: Ideas
Topic: Accurate low cost altimeter alternative
Replies: 10
Views: 4300

Re: Accurate low cost altimeter alternative

Hamburger wrote:maybe take it one step further and get the 360 sweep? http://www.dfrobot.com/index.php?route= ... ct_id=1125


Are you kidding? $398 bucks?
by copterrichie
Tue Jul 01, 2014 10:34 pm
Forum: Software development
Topic: Why development has stopped?
Replies: 230
Views: 75523

Re: Why development has stopped?

Considering how difficult it is to work with Google Development nowadays, moving the code to github should be priority number one.
by copterrichie
Tue Jul 01, 2014 2:51 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

Nothing personal, but there are just too many chiefs and not enough Indians around here. There is little to no cooperation but much competition and this is why things are in the state they are.
by copterrichie
Tue Jul 01, 2014 1:10 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

I fly with guys that own DJI products and it is clear to me, it is not the hardware that gives the product its flight characteristics but the start-up and calibration procedures.
by copterrichie
Mon Jun 30, 2014 9:54 pm
Forum: General discussions
Topic: HK-T6Av2 protocol dissected
Replies: 10
Views: 3509

Re: HK-T6Av2 protocol dissected

Is it possible to do a factory reset with your program? I am not doing anything with the transmitter right now and will test it fully.
by copterrichie
Mon Jun 30, 2014 9:41 pm
Forum: General discussions
Topic: HK-T6Av2 protocol dissected
Replies: 10
Views: 3509

Re: HK-T6Av2 protocol dissected

In all honesty, I have forgotten what the SWA, SWB, VRA values are for. I will seen if I can locate some documentation.

Oh, I remember now, I am using the Switches to activate ch5 and 6
by copterrichie
Mon Jun 30, 2014 8:59 pm
Forum: General discussions
Topic: HK-T6Av2 protocol dissected
Replies: 10
Views: 3509

Re: HK-T6Av2 protocol dissected

Worked perfectly after installing the python-serial. :lol:

I need to clean the Trainer port connector because would get a checksum error but that has nothing to do with your work. Excellent job.

I have an EXCEED-RC

Exceed-RC.png
by copterrichie
Sun Jun 29, 2014 11:31 pm
Forum: General discussions
Topic: HK-T6Av2 protocol dissected
Replies: 10
Views: 3509

Re: HK-T6Av2 protocol dissected

Thank you, very valuable. I have a similar T6 transmitter sitting, will give this a test.
by copterrichie
Wed Jun 25, 2014 9:36 pm
Forum: Ideas
Topic: Auto-Follow mode for multiwii
Replies: 6
Views: 3263

Re: Auto-Follow mode for multiwii

P.S. there were someone else that were able to get the copter to circle them keeping the camera trained on a subject, nothing became of that development also.
by copterrichie
Wed Jun 25, 2014 9:33 pm
Forum: Ideas
Topic: Auto-Follow mode for multiwii
Replies: 6
Views: 3263

Re: Auto-Follow mode for multiwii

If this is not an spam, follow-me was a topic here once but nothing much became of it.

viewtopic.php?f=7&t=3888
by copterrichie
Tue Jun 24, 2014 5:54 pm
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33664

Re: SD Card Logger

Just a FYI, I like the way you structured your send MSP code classes. That should make other applications very easy to implement.

Thanks again and a great job..
by copterrichie
Tue Jun 24, 2014 5:05 pm
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33664

Re: SD Card Logger

There is the option of softserial and turn down the baud rate on the Openlog to 9600 but I agree, for this application, it is not a very good. It would be better to create a sub-routine in the Wii Protocol to write directly to the Openlog with the desired variables.
by copterrichie
Mon Jun 23, 2014 7:32 pm
Forum: Software development
Topic: SD Card Logger
Replies: 71
Views: 33664

Re: SD Card Logger

Nice Job.
by copterrichie
Wed Jun 18, 2014 8:27 pm
Forum: Boards
Topic: PSoC 4 CY8CKIT-049 4xxx Prototyping Kits
Replies: 3
Views: 1973

Re: PSoC 4 CY8CKIT-049 4xxx Prototyping Kits

you are most welcome Rob,



Wow, here is a arm cortex M0 port: http://www.rcgroups.com/forums/showpost ... tcount=684
by copterrichie
Wed Jun 18, 2014 3:14 pm
Forum: Software development
Topic: [PATCH] MSP Code for Airspeed
Replies: 6
Views: 2084

Re: [PATCH] MSP Code for Airspeed

Made the following changes to make the airspeed sensor more compatible with the current method. protocol.cpp case MSP_STATUS: struct { uint16_t cycleTime,i2c_errors_count,sensor; uint32_t flag; uint8_t set; } st; st.cycleTime = cycleTime; st.i2c_errors_count = i2c_errors_count; st.sensor = ACC|BARO<...
by copterrichie
Tue Jun 17, 2014 4:50 am
Forum: Shields, boards and sensors
Topic: DIY Bluetooth mod for range increase
Replies: 11
Views: 10857

Re: DIY Bluetooth mod for range increase

That bluetooth modification works very well, even better if you can do both sides. I have a USB Bluetooth adapter I modified in conjunction to the bluetooth on the copter.

Nice Job.
by copterrichie
Mon Jun 16, 2014 10:07 pm
Forum: Boards
Topic: PSoC 4 CY8CKIT-049 4xxx Prototyping Kits
Replies: 3
Views: 1973

PSoC 4 CY8CKIT-049 4xxx Prototyping Kits

The CY8CKIT-049 Prototyping kits support both the ARM® 32-bit Cortex-M0™ CY8C41xx and CY8C42xx device families. The PSoC 4 devices are the most reconfigurable ARM based processor providing programmable analog and digital blocks with flexible routing and interconnects. The CY8CKIT-049 Prototyping kit...
by copterrichie
Mon Jun 16, 2014 6:32 pm
Forum: Boards
Topic: Porting Multiwii to Arduino DUE - Done
Replies: 24
Views: 10419

Re: Porting Multiwii to Arduino DUE - Done

Sure this is possible. I think using DUE memory is one things that makes this porting useful and straight forward. Same idea implemented in Naze32. Yes sure you can do that but what is the benefit you will get over internal memory giving the current data you need to save for multiwii. Please correc...
by copterrichie
Mon Jun 16, 2014 5:23 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

Now, the accelerometer really shines when you want to keep copter parked in air. For a well designed copter and appropriate level of filtering, accelerometer should be able to keep copter within few cm when hovering. In Multiwii code, the input from two contributing sensors is nicely merged, result...
by copterrichie
Sun Jun 15, 2014 7:32 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

I just have too many projections underway and motivation is low to finish some of them however, one of the projects I want to play with is a vibration dampening plate many are using for the APM. I THINK if we reduce the vibration, we can improve the precision of the ACC especially the Z axis. Vibrat...
by copterrichie
Sun Jun 15, 2014 7:20 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

ezio wrote:But right now we also have this in MW and the accuracy is not that great.


In my opinion, I feel too much importance or bias is placed on the baro readings also the Wii is bit shifting the precision away on the ACC to eliminate noise.
by copterrichie
Sun Jun 15, 2014 5:03 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

I would assume by mixing the Acc Z axis with barometer readings. I recall someone did some experimenting around with using the Acc Z only for altitude holding.
by copterrichie
Fri Jun 13, 2014 9:25 pm
Forum: Software development
Topic: Barometer drift with Temp
Replies: 35
Views: 12356

Re: Barometer drift with Temp

Altitude holding has been a center of conversation for sometime now. viewtopic.php?f=8&t=2371
by copterrichie
Thu Jun 12, 2014 1:49 pm
Forum: Boards
Topic: Porting Multiwii to Arduino DUE - Done
Replies: 24
Views: 10419

Re: Porting Multiwii to Arduino DUE - Done

Hi, I worked during the last three weeks on adding Arduino_DUE to Multiwii v2.3. The end result is a code that can be compiled on ordinary 8-bit Arduino as well as Arduino DUE. Question for you please, considering the DUE is a large board anyway, would it be of any benefit using an add-on i2c eepro...
by copterrichie
Wed Jun 11, 2014 6:56 pm
Forum: Software development
Topic: [PATCH] MSP Code for Airspeed
Replies: 6
Views: 2084

Re: MSP Code for Airspeed

No Bells or fancy stuff here but here is a working patch that calibrate the Airspeed Sensor on start up. Adding a Button to the GUI and storing the calibration to EEPROM to come later. The airspeed is REFERENCE only however, maybe Patrick can incorporate it into his RTH and Waypoints routines. Scree...