-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.TXT
30 lines (22 loc) · 1.55 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
:warning:
PCB currently not working! most likely some issue in the HF circuit.
# ProMicro_LORA [![build](https://github.com/nerdyscout/ProMicro/workflows/kicad-exports/badge.svg?branch=LORA)](LORA/actions?query=branch%3ALORA)
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. Manufacturing this PCB with 0.8mm thickness allows to mount a GPS module onto its back.
## Documentation [![CC-BY-SA-4.0](../img/ccbysa.png)](../LICENSES/CC-BY-SA-4.0.txt)
All files can be found on [Github](https://github.com/nerdyscout/ProMicro/tree/master/LORA).
### Schematic
[![Schematic](pcb/docs/img/LORA-schematic.svg)](pcb/docs/LORA-schematic.pdf)
### BoM
* [interactiveHTMLBoM](https://nerdyscout.github.io/ProMicro/LORA/docs/bom/LORA-ibom.html)
* [octopart](pcb/docs/bom/LORA-bom_octopart.csv)
## Hardware [![CERN-OHL-S-2.0](../img/oshw.png)](../LICENSES/CERN-OHL-S-2.0.txt)
### Layout
<a href="docs/LORA-documentation.pdf"><img src="docs/img/LORA-top.svg" alt="LORA-top" width="40%"/></a>
<a href="docs/LORA-documentation.pdf"><img src="docs/img/LORA-bottom.svg" alt="LORA-bottom" width="40%"/></a>
### Gerbers
can be found within the Github [repository](pcb/gerbers).
## Code [![MIT](../img/mit.png)](../LICENSES/MIT.txt) (unless otherwise stated)
* [SX1276](examples/SX1276/SX1276.ino)
## external
### Links
* [hackaday.io](https://hackaday.io/project/171898-promicro)