|
|
|
|
||
|
Brunswick, OH
Joined Nov 2005
5,550 Posts
|
Quote:
|
|
|
||
|
|
|
|
|
I have all of the things needed and I'm very interested in getting this working
![]() Is the ublox GPS recommended by Ardupilot better than the one included with remzibi? Could somebody make a revision to the remzibi firmware to allow it to use the ublox protocol. Will there be a firmware revision in the future to provide an artificial horizon? If Ardupilot is feeding in data from the IMU the roll and pitch angles would be available to the OSD and I'd love an artificial horizon option. |
|
|
|
|
|
|
S. Wales
Joined Jun 2008
440 Posts
|
This thread is exactly what I've been looking for. I've been flying with a Remzibi unit since last summer and can't praise it enough. The integration of the Remzibi and the ArduPilot seemed like the next step so I purchased the ArduPilot unit and cable. I followed Charles Beener's posts concerning the use of a Wii Nunchuck instead of the expensive thermal sensors and got an Arduino Duemilanove and started to play around with it. I read and re-read the "Integration" thread but the Nunchuck idea seemed to have petered out.
I'm sorry to say that although I have a degree in electronics my knowledge of computers is very sketchy, my background being C&I for heavy machinery. When I tried to follow instructions, which some one involved with I.T. would find quite straight forward, there seemed to be steps missing and the terminology needed continuous Wikipedia searches. For example, every body knows what a Route Directory is, I had to find out. Simple obvious stuff like this slowed me down. If you can give micro step by step instructions then every one will benefit and more people will get involved. My goal is to get the auto pilot working, maybe with the Nunchuck, maybe not, and all the other possibilities, GPS tracking etc. Thanks for starting this thread I'm sure a lot of people will be subscribing. |
|
|
|
|
||
|
Brunswick, OH
Joined Nov 2005
5,550 Posts
|
Quote:
Better, yes, cheaper, no. It also talks a different language (binary protocol) by default. You can turn on NMEA sentences to make it talk to the OSD, but that defeats the benefits of the much smaller and faster binary protocol. I suspect by the time I finish step #5 of this writeup I'll do the uBlox to NMEA output conversion.... |
|
|
||
|
|
||
|
|
Quote:
http://store.diydrones.com/product_p/br-0002-10.htm and add the rest of the cables later? |
|
|
||
|
|
|
|
Brunswick, OH
Joined Nov 2005
5,550 Posts
|
The ArduShield "Kit" includes a Pitot Tube, the wiring between the shield and the sensors (we don't need that) and a toggle switch (which I have not used so far).
In some ways, I'm figuring this out as I go along. I've had it working in the past with firmware 2.3.1 and the sensors, but not the ArduIMU. I'm thinking we still need the ArduShield, but I could be wrong. It's the only reliable way the ArduPilot can tell if we have forward movement. The ArduIMU takes the place of the thermopile sensors but I still think we need the pressure sensor on the shield. So far, I've done some testing with the ArduShield and I'm happy to report that I actually go GPS lock on my ArduShield V1 with Remzibi's GPS at 38,400. It took about 4 minutes to lock in (almost twice as long as without the shield) but I have not been able to get it to work with the V2 Sheild yet. Directions to follow.... Erec10, no need for co-pilot, we're going to get the ArduPilot working with the ArduIMU. It doesn't matter which GPS you use until we get to step #5 where the GPS data gets passed to the OSD which is only compatible with NMEA. What we can do is setup a bunch of variables and store the data as it comes in from the uBlox or whatever GPS and then rebuild the required NMEA sentences for the Remzibi OSD.... |
|
|
|
|
|
|
Santarem - Portugal
Joined Dec 2007
41 Posts
|
"You should be able to double click on any of the .pde files in C:\Projects\ArduPilot\ArduPilot_2_6 and it should open the Arduino development environment (also called "Processing" if it pops up asking what program to open with)."
Yes i did! Ok Click the tab labelled "ap_2_6_header.h" and change line #define GPS_PROTOCOL 2 to #define GPS_PROTOCOL 0. This will enable the NMEA protocol. NOTE: Be SURE to hit the SAVE button after editing anything on a tab!!! No! i didn´t open this file i get this error log all the times i have try! |
|
|
|
|
|
|
Brunswick, OH
Joined Nov 2005
5,550 Posts
|
You should be double clicking on the file ArduPilot_2_6.pde... then once the Arduino Editor (Processing) is open, then there is a tab called "ap_2_6_header.h." You can't see it because you have Windows hiding "extensions for known file types". So you don't know that you're double-clicking on a .h file when you should be clicking on a .pde file.
Thank you Microsoft for such a stupid default setting in Windows! |
|
|
|
|
|
|
Santarem - Portugal
Joined Dec 2007
41 Posts
|
Well i was going crazy because of this so try other way: i copy all the .pde files plus the .h files and past on the Arduino Library then i open it and like magic they were all there. this was donne befor i read you post so for now its working, i will try the gps lock with the transmitter on because i still haven´t got the servo driver. Another question: after we made the change on the Arduino:
"Click the tab labelled "ap_2_6_header.h" and change line #define GPS_PROTOCOL 2 to #define GPS_PROTOCOL 0. This will enable the NMEA protocol. NOTE: Be SURE to hit the SAVE button after editing anything on a tab!!!" - don´t we have to upload this new information to the Ardupilot? so that the AP receive the info from the OSD GPS. |
|
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Discussion Remzibi OSD (Poor Man's OSD) integration with ArduPilot | HappyKillmore | Video Piloting (FPV/RPV) | 539 | Apr 28, 2012 04:32 AM |
| Video REmzibi OSD current sensor test | mmormota | Electric Plane Talk | 7 | Oct 10, 2009 10:13 AM |
| Video Fasst dropout test with Remzibi OSD | mmormota | Electric Plane Talk | 0 | May 29, 2009 11:48 AM |
| Discussion Getting "waiting for GPS data" on Dragon OSD | Vaportech | Video Piloting (FPV/RPV) | 9 | Aug 18, 2008 10:58 AM |