Difference between revisions of "Lisa/S"

From PaparazziUAV
Jump to navigation Jump to search
(Pinout error lisa-s 0.1-mavlab)
Line 40: Line 40:


So if you are ready to make your tiny plane fly autonomously,[http://1bitsquared.com/collections/frontpage/products/lisa-s you can already order one here]
So if you are ready to make your tiny plane fly autonomously,[http://1bitsquared.com/collections/frontpage/products/lisa-s you can already order one here]
== Get one ==
[[File:1bitsquared_logo.png|100px|link=http://1bitsquared.com]]
A nice Lisa/S is available for purchase from [http://1bitsquared.com/products/lisa-s-starter-kit 1 BIT SQUARED].


== Pinout ==
== Pinout ==


TODO
Surf over to Lisa/S/Tutorial/Nano_Quadcopter


== Block Diagrams ==
== Block Diagrams ==
Line 75: Line 81:
[[Image:Lisa_s_1_0_r12_schematic.png|300px|thumb|none|Lisa/S V1.0 R12 Schematic]]
[[Image:Lisa_s_1_0_r12_schematic.png|300px|thumb|none|Lisa/S V1.0 R12 Schematic]]


[[Category:Lisa]] [[Category:User_Documentation]] [[Category:Autopilots]]
== Pre-release v0.1 ==
 
== Availability ==
[[File:1bitsquared_logo.png|100px|link=http://1bitsquared.com]]
 
As of 2014-06-25 Lisa/S is available for purchase from [http://1bitsquared.com/products/lisa-s-starter-kit 1 BIT SQUARED].
 
== Version 0.1 ==


One of the earliest versions of the board which is still used in the [http://www.mavlab.info/ MAVlab] of the TU-Delft is the Lisa/S V0.1R2. This version is slightly different from newer versions:
One of the earliest versions of the board which is still used in the [http://www.mavlab.info/ MAVlab] of the TU-Delft is the Lisa/S V0.1R2. If you are not working there, this info is of no importance to you...Else as a reminder to all: This version is slightly different from newer versions:


* The SWIO and GND pin from the Serial Wire Debug (SWD) headers are flipped, such that the order becomes TRACE-SWCLK-SWDIO-GND.
* The SWIO and GND pin from the Serial Wire Debug (SWD) headers are flipped, such that the order becomes TRACE-SWCLK-SWDIO-GND.
* There is no capacitor to enable a warm start for the GPS.
* There is no capacitor to enable a warm start for the GPS.
* Instead of four, only two brushless motors can be connected.
* Instead of four, only two brushless motors can be connected.
=Tips=
1. Go the the [[Lisa/S/Tutorial/Nano_Quadcopter]] Page to get a good explanation of how to connect your board on a quadcoper
[[Category:Lisa]] [[Category:User_Documentation]] [[Category:Autopilots]]

Revision as of 18:54, 26 January 2015

Tudelft logo.jpg
1bitsquared logo.png
Lisa S V0 1 r2 on finger.jpg

Lisa/S

Lisa/S is a very small general purpose autopilot. The main goal of creating an autopilot of minimal size and weight, while providing enough functionality to enable fully autonomous operation.

Mechanical Dimensions

  • Size: 20mm x 20mm x 5mm (0.787" x 0.787" x 0.197")
  • Weight: 2.8g (0.1oz)

Features

  • 72MHz 32bit ARM Cortex M3 MCU with 16KB RAM and 512KB Flash
  • Combined 3 Axis Gyroscope and 3 Axis Accelerometer
  • 3 Axis Magnetometer
  • Barometer (Altimeter)
  • Onboard U-Blox GPS
  • Pads to simply connect a Superbit CYRF RC and telemetry module
  • Switching buck/boost converter allowing wide range of power input making it perfect and stable for operation from a 1S LiPO cell.
  • 2 MOSFET switches connected to PWM output channels
  • 6 PWM (servo) outputs
  • 1 UART port
  • 1 CAN interface
  • 1 Bind/Boot tact switch
  • SWD programming/debugging interface
  • Size: 20mm x 20mm x 5mm (0.787" x 0.787" x 0.197")
  • Weight: 2.8g (0.1oz)

Pictures

Lisa s v0 1 r2 top ruler.jpg Lisa s v0 1 r2 bottom ruler.jpg Lisa s v0 1 r2 top superbit.jpg Lisa s v0 1 r2 bottom superbit.jpg

So if you are ready to make your tiny plane fly autonomously,you can already order one here

Get one

1bitsquared logo.png

A nice Lisa/S is available for purchase from 1 BIT SQUARED.

Pinout

Surf over to Lisa/S/Tutorial/Nano_Quadcopter

Block Diagrams

TODO

Barometer

In order to use the barometer, you just need to add one line to your firmware block (in your airframe file) :


File: conf/airframes/myplane.xml
<firmware name="fixedwing">
  <target name="ap"   board="lisa_s_0.1">
    ...
  </target>
  ...
  <define name="USE_BAROMETER" value="TRUE"/>
  ...
</firmware>

Once that line is added to the airframe file, you should be able to get the values of the barometer and paparazzi is going to take them into account when doing it's calculations.

Warning : the barometer doesn't seams to be working at a higher frequency than 120Hz in a fixed wing airframe. Than mean that in a fixed wing airframe the PERIODIC_FREQUENCY must be equal or lower than 120. In rotorcraft the barometer works fine.

Schematics

Lisa/S V0.1 R1 Schematic
Lisa/S V1.0 R12 Schematic

Pre-release v0.1

One of the earliest versions of the board which is still used in the MAVlab of the TU-Delft is the Lisa/S V0.1R2. If you are not working there, this info is of no importance to you...Else as a reminder to all: This version is slightly different from newer versions:

  • The SWIO and GND pin from the Serial Wire Debug (SWD) headers are flipped, such that the order becomes TRACE-SWCLK-SWDIO-GND.
  • There is no capacitor to enable a warm start for the GPS.
  • Instead of four, only two brushless motors can be connected.

Tips

1. Go the the Lisa/S/Tutorial/Nano_Quadcopter Page to get a good explanation of how to connect your board on a quadcoper