forked from pixhawk/Hardware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more useful text for FMUv1, FMUv3
- Loading branch information
1 parent
68ce761
commit 0ed435b
Showing
3 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
# FMUv2 Pixhawk Open Hardware Design | ||
|
||
FMUv1 & FMUv2 boards | ||
Pixhawk v1 Hardware | ||
FMUv2 combines the FMUv1 and I/O designs into a single package. | ||
The open design provides both schematics and open reference layouts. | ||
|
||
> **Tip** General [Pixhawk project](http://pixhawk.org/) information about open designs, schematics and reference hardware, FMU versions, licensing, and trademarks can be found in the repo [README](../README.md). | ||
Design files are EAGLE CAD files (can be viewed with the free version) | ||
www.cadsoftusa.com/ | ||
|
||
And BOM management is performed using Bob Starr's BOM-EX plugin: | ||
http://www.bobstarr.net/pages/downloads.html | ||
## Design Files | ||
|
||
The design is provided in [EAGLE](https://www.autodesk.com/products/eagle/overview) CAD files (can be viewed with the free version). | ||
|
||
## Licensing & Trademarks | ||
It consists of schematic files (*.sch) and includes open reference hardware PCB layouts (.brd). | ||
BOM management is performed using [Bob Starr's BOM-EX plugin](http://www.bobstarr.net/pages/downloads.html). | ||
|
||
Information on licensing and trademarks for Pixhawk designs can be found here: [Pixhawk Licensing](../README.md#license) | ||
> **Tip** A PDF version of the schematics and PCB layouts has been made available for easy previewing: [PX4FMUv2.4.5.pdf](PX4FMUv2.4.5.pdf). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
# FMUv5 Pixhawk Open Hardware Design | ||
|
||
FMUv5 was released in 2018. When compared to previous versions it has a new processor, 2xRAM, new sensors with higher temperature stability, and is much more configurable. | ||
More information can be found in the [Pixhawk4 Data Sheet](Pixhawk4-Data-Sheet.pdf). | ||
|
||
> **Tip** General [Pixhawk project](http://pixhawk.org/) information about open designs, schematics and reference hardware, FMU versions, licensing, and trademarks can be found in the repo [README](../README.md). | ||
FMUv5 was released in 2018. When compared to previous versions it has a new processor, double the RAM, new sensors with higher temperature stability, and is much more configurable. | ||
More information can be found in the [Pixhawk4 Data Sheet](Pixhawk4-Data-Sheet.pdf). | ||
|
||
## Design Files | ||
|
||
The FMUv5 reference design pinout is available [on Google docs here](https://docs.google.com/spreadsheets/d/1-n0__BYDedQrc_2NHqBenG1DNepAgnHpSGglke-QQwY/edit#gid=912976165) (linked from [FMUv5_stm32_pinout.md](FMUv5_stm32_pinout.md)). | ||
This includes everything needed to create compatible hardware (pinouts, bus information). | ||
This includes everything needed to create compatible hardware. | ||
|
||
Note | ||
- Schematics are not provided. | ||
- Open reference hardware designs are not provided (Pixhawk 4 is a *proprietary* hardware layout based on this design). | ||
|
||
## Other Files | ||
|
||
This design additionally contains Pixhawk 4 information that will be useful if creating compatible products: | ||
This design additionally contains Pixhawk 4 information that may be useful if creating compatible products: | ||
- [Pixhawk4 Pinouts](Pixhawk4-Pinouts.pdf) | ||
- [Pixhawk4 Data Sheet](Pixhawk4-Data-Sheet.pdf) |