-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.TXT
30 lines (23 loc) · 1.38 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
# ProMicro_BUS
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 a RTC and/or µSD card slot.
## Documentation [](../LICENSES/CC-BY-SA-4.0.txt)
All files can be found on [Github](https://github.com/nerdyscout/ProMicro/tree/master/BUS).
### Schematic
[](pcb/docs/BUS-schematic.pdf)
### BoM
* [interactiveHTMLBoM](https://nerdyscout.github.io/ProMicro/BUS/docs/bom/BUS-ibom.html)
* [octopart](pcb/docs/bom/BUS-bom_octopart.csv)
## Hardware [](../LICENSES/CERN-OHL-S-2.0.txt)
### Layout
<a href="docs/BUS-documentation.pdf"><img src="docs/img/BUS-top.svg" alt="BUS-top" width="40%"/></a>
<a href="docs/BUS-documentation.pdf"><img src="docs/img/BUS-bottom.svg" alt="BUS-bottom" width="40%"/></a>
### Gerbers
can be found within the Github [repository](pcb/gerbers).
## Code [](../LICENSES/MIT.txt) (unless otherwise stated)
* Modbus
* [Modbus1](examples/Modbus1/Modbus1.ino)
* Canbus
* [Canbus1](examples/Canbus1/Canbus1.ino)
## external
### Links
* [hackaday.io](https://hackaday.io/project/171898-promicro)