Group for users of the original ArduPilot, both thermopile and ArduIMU versions

150 Members
Join Us!

You need to be a member of diydrones to add comments!

Join diydrones

Comments are closed.

Comments

  • Moderator
    @Luca - no idea on car stuff, but IM sure you'll get help just digg in then ask.. A few years ago a fella named Howard used the legacy board for a GPS guides boat. I'd bet the are a lot of similar things. Do some poking, find him and see his posts.
  • Moderator
    Harry, thanks thought about thAt, but it worked Richter using same settings for thermo sensor so I didn't look. I'll look again.
  • Hi all!!!! Two years ago i purchased one of this "old" ardupilot with an em-406 module, and i never be able to really test for the little number of members that can/want to help a newbie like me.. Now the numbers seems incredibly increase!!! Can someone help me please? I'd like to first test on an rc car... Only gps, no compass!!! Thanks to all!!!
  • Just a guess, but could the throttle off endpoint be below the lost signal threshold?

  • i had mine do that too i think my switch was making the ap think it was going into rth or auto rather than stabilize i reloaded the ap code and it fixed it i dont remember if i made changes or not also tho

  • Moderator
    Dang it! All works great except now it is in the plane with motor hooked up (was testing without motor), now motor fires up as soon as AP is switched to stabilize...

    Any ideas? Checked radio, it's good.
  • Moderator
    Yep they are moving. I just didn't get a lock, but IM just assuming the the guy I bought it from had the imu set for unlock. Mine is set for em406, so I may try that to see if mine will work before I set it to new gps.
  • Right on Brian! sounds like you were having the same problems i use to have before i got the settings correct i know that the binary switch setting for output was one of my problems and also the baud rates throughout the various location in the code

    when you swich to stabilize does the imu movements move the servos in responce to your movements? it took a few loads of different settings to get mine to do it

  • Moderator

    Well I have made some good progress.  I've used a combination of the new board and shield and new IMU.  I can now engage the AP and remain able to nudge the controls so nothing is lost, I also have movement from the servos when the ap is engaged and the IMU is moved (YES!)  Earlier today, I tested using just the Thermo sensor and got a lock from the ublox and just  minutes a go I moved my mock-up and all lights went blue indicating a lock, but it was lost just as quickly as it arrived.  Hopefully I can get a better lock from work...

  • Brian, I've never specifically told the software "no IR".  I believe choosing IMU as the GPS type tells the software what to use by :

     #if GPS_PROTOCOL == 3
      // We are using the IMU
      // ---------------------
      decode_gps();
      
     #elif GPS_PROTOCOL == 5
      // this is the sim
      // ---------------
      read_sim_sensors();
      
     #else
      //  We are using FMA sensors
      // ------------------------
      read_XY_sensors();
     
      // if we are using a Z sensor, read that in too
      // --------------------------------------------
      #if ENABLE_Z_SENSOR == 1
      read_z_sensor();
      #endif
     #endif

     First it looks for the IMU, nope, Sim, nope, must be thermopiles.

This reply was deleted.

Manual for Ardupilot Mega 1.0/1.4

Hi, I have a couple of the older APM boards.  I stopped flying for a few years and kind of lost touch with them.Trying to get back into the hobby now and I've discovered that all the instructions for the old boards are no longer available!  The boards do seem to be working and can be connected to Mission Planner. Could someone please assist by directing me to where the relevant legacy manual can be viewed/downloaded?Thanks so much...

Read more…
0 Replies

Ardupilot (Legacy) code?

Hi all,I found an original AurduPilot hardware I bought some years ago and never used and I would like to use it for a boat.Unfortunately all links to the manual and code are taken down :-((Could someone point me to a source or supply the original files for download?Would be shame just to trow away such a historocal piece of hardware!Thank in advance, Kai

Read more…
4 Replies

ArduPilot w/ ATMega328 boards & ArduIMU+ V3 kit

Hi there I bought a couple ArduPilot w/ ATMega328 boards a few years back, but didn't get to use them .... work got in the way! I'm still keen to do something with them -- using an IMU set-up - but now that ArduIMU+ V2 (Flat) is no longer available/produced (understandably as much as changed since I bought my boards) it seems that 3D Robotics Inc's ArduIMU+ V3 kit (or the board from SparkFun) is the only IMU available. However, I have read that it isn't compatible with the ArduPilot legacy…

Read more…
3 Replies

Arming Problem with Ardupilot Mega1.4

I am new to this group. I was using Ardupilot Mega 1.4 for my Quad and it was working reasonably well. I made some frame modification and programmed the board with APM Planner 1.2.67. Then the accelerometer caliberation, radio caliberation completed successfully. But when I tried to arm the quad it was not getting armed. I tried almost every thing I know but could not get it armed, some thing is going wrong.Can anybody help me? 

Read more…
1 Reply