-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.TXT
32 lines (25 loc) · 1.76 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ProMicro_POS [](POS/actions?query=branch%3POS)
This module can be mounted to an [Arduino Pro Mini](https://www.sparkfun.com/products/11113), [Arduino Nano](https://store.arduino.cc/arduino-nano), [Sparkfun Pro Micro](https://www.sparkfun.com/products/12587), or any other pincompatible MCU running with 3.3V. Depending on assembly it provides GPS and/or GYRO data. Manufacturing this PCB with 0.8mm thickness allows to mount a [LORA](../LORA) module onto its back.
## Documentation [](../LICENSES/CC-BY-SA-4.0.txt)
All files can be found on [Github](https://github.com/nerdyscout/ProMicro/tree/master/POS).
### Schematic
[](pcb/docs/POS-schematic.pdf)
### BoM
* [interactiveHTMLBoM](https://nerdyscout.github.io/ProMicro/POS/docs/bom/POS-ibom.html)
* [octopart](pcb/docs/bom/POS-bom_octopart.csv)
## Hardware [](../LICENSES/CERN-OHL-S-2.0.txt)
### Layout
<a href="docs/POS-documentation.pdf"><img src="docs/img/POS-top.svg" alt="POS-top" width="40%"/></a>
<a href="docs/POS-documentation.pdf"><img src="docs/img/POS-bottom.svg" alt="POS-bottom" width="40%"/></a>
### Gerbers
can be found within the Github [repository](pcb/gerbers).
## Code [](../LICENSES/MIT.txt) (unless otherwise stated)
* GPS
* [Arduino Nano](examples/Arduino_Nano_GPS/Arduino_Nano_GPS.ino)
* [Sparkfun ProMicro](examples/Sparkfun_GPS/Sparkfun_GPS.ino)
* GYRO
* [ICM20948](examples/Sparkfun_ICM20948/Sparkfun_ICM20948.ino)
* [MPU9250](examples/Sparkfun_MPU9250/Sparkfun_MPU9250.ino)
## external
### Links
* [hackaday.io](https://hackaday.io/project/171898-promicro)