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: Felix Ruess
Subject: Re: [Paparazzi-devel] gps for Lisa/m
Date: Mon, 18 Feb 2013 14:27:40 +0100

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]