paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Paparazzi-devel] gps for Lisa/m


From: Jorn Anke
Subject: Re: [Paparazzi-devel] gps for Lisa/m
Date: Sun, 24 Feb 2013 00:49:55 +0100

Michal and Felix, thanks for the replies!

I have been running the stable branch, so this is probably the cause of why I have been having problems with the baro(?) (Compiling for Aspirin 2.1 works, but then the BMP085 baro can probably not work?)

When compiling for Aspirin 2.2, I have the following error message:

Run 'make -C /home/jorn/paparazzi -f Makefile.ac AIRCRAFT=YAPA_Chimu ap.compile '
make: Entering directory `/home/jorn/paparazzi'
-----------------------------------------------------------------------
Paparazzi version v4.2.1_stable-0-gdb9b99a-dirty
-----------------------------------------------------------------------
YAPA_Chimu
BUILD YAPA_Chimu, TARGET ap
make[1]: Entering directory `/home/jorn/paparazzi'
/home/jorn/paparazzi/conf/firmwares/subsystems/shared/imu_aspirin_v2.2.makefile:4: *** missing separator.  Stop.
make[1]: Leaving directory `/home/jorn/paparazzi'
make: *** [ap.ac_h] Error 2
make: Leaving directory `/home/jorn/paparazzi'

DONE (exec make -C /home/jorn/paparazzi -f Makefile.ac AIRCRAFT=YAPA_Chimu ap.compile  2>&1)

Basically I prefer to use the stable branch, (since it is supposed to be stable), but I would like to change to master in order to test a close to finished setup for the Aspirin 2.2.

Happy weekend!

Jorn

 

Hi Jorn,

I am in the process of setting up a new Lisa/M board with the new Asprin 2.2. I have got the board up an running, connected wireless by a pair of 3DR 433 modules http://store.diydrones.com/3DR_RadioTelemetry_Kit_433Mhz_p/kt-telemetry-3dr433.htm but still do have a few issues to work out. Like obtaining a connection to the gps http://store.diydrones.com/3DR_GPS_LEA_6_p/br-3drlea-6.htm (which is running and do have a lock - according to the leds) - but not signing up in the gcs, calibrating the IMU (drifting), getting connected to the ppm-rx.

When compiling the code, it looks like the Aspirin 2.2 is currently not supported in the master branch, so I changed to Aspirin 2.1, which compiles without errors, but which probably does not support the new baro; "The drivers for the MS5611-01BA03 are work in progress and will be available in the master branch of the Paparazzi codebase soon. All help with testing and improving the driver are very welcome!"

It is supported in latest master, just choose "aspirin_v2.2" as imu type. *should* (tm) work fine, but I don't have a aspirin_v2.2. to test...

In this context, I wonder what is the current status of the master branch with regard to support for the Lisa/M?

Lisa/M hasn't changed, so this is fine...
The only thing that you might have to choose is which baro you want to use with Lisa/M 2 and aspirin_v2.2:
There are three baro drivers to choose:
    - BARO_BOARD_BMP085 (default)
    - BARO_MS5611_SPI
    - BARO_MS5611_I2C
To use the MS5611 connected via SPI on the Aspirin IMU, configure it in your firmware section, e.g.:
    <configure name="LISA_M_BARO" value="BARO_MS5611_SPI"/>


E.g. would it be best to let it rest for a while, until more issues are worked out?

Could you be a bit more specific? Which issues are you having and which paparazzi_version are you running?
Please update to the latest master first if you have problems...
 
And, are these parts of the wiki up to date:
- http://paparazzi.enac.fr/wiki/GPS
- http://paparazzi.enac.fr/wiki/Tunnel

For the most part, probably yes... if you find anything that is not, feel free to report/update it.
But note that there is currently no usb tunnel available for the stm32 autopilots (e.g. Lisa), only the uart tunnels..

Cheers, Felix

reply via email to

[Prev in Thread] Current Thread [Next in Thread]