Compare commits
14 commits
cosmicpi-j
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f59f562b53 | ||
|
|
fc797e1dda | ||
|
|
63b5a38302 | ||
|
|
b12b953106 | ||
|
|
71d58103f1 | ||
| e47a1fe05b | |||
|
|
9d19a102b7 | ||
|
|
a27f481795 | ||
|
|
e4682e8aac | ||
|
|
d36099db37 | ||
|
|
af3e44c522 | ||
| d18a147ba5 | |||
| 198021db5a | |||
| a3a422fd41 |
6 changed files with 2213 additions and 357 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "Adafruit_10DOF.h"
|
||||
|
||||
//#define PI (3.14159265F);
|
||||
#define PI (3.14159265F);
|
||||
|
||||
/***************************************************************************
|
||||
PRIVATE FUNCTIONS
|
||||
|
|
|
|||
6
README.md
Normal file
6
README.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# cosmicpi-arduino
|
||||
|
||||
The firmware must be in a file called `cosmicpi-arduino.ino` in this directory in order to
|
||||
make the Arduino IDE happy.
|
||||
|
||||
The Adafruit libraries here have been modified.
|
||||
1107
cosmicpi-arduino.bak
Normal file
1107
cosmicpi-arduino.bak
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1 +0,0 @@
|
|||
cosmicpi-arduino.ino
|
||||
1419
cosmicpi-arduino.ino
1419
cosmicpi-arduino.ino
File diff suppressed because it is too large
Load diff
35
pinout.text
Normal file
35
pinout.text
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Accelerometer:
|
||||
VIN > 5V
|
||||
GND > GND
|
||||
SCL > SCL 21
|
||||
SDA > SDA 20
|
||||
GINT> Digital 10
|
||||
|
||||
GPS:
|
||||
FIX > Digital 2 if there is no GPS coverage
|
||||
TX > RX1 19
|
||||
RX > TX1 18
|
||||
GND > GND
|
||||
VIN > 5V
|
||||
PPS > Digital 2 if there is GPS coverage
|
||||
|
||||
Humidity:
|
||||
VIN > 5V
|
||||
GND > GND
|
||||
SDA > SDA1
|
||||
SCL > SCL1
|
||||
|
||||
Maxim evaluation board:
|
||||
VIN > 3.3V
|
||||
GND > GND
|
||||
CL > N/C
|
||||
DIN > SPI 4 (dot is 1, counting left to right)
|
||||
SCLK> SPI 3
|
||||
CS > Digital 52
|
||||
|
||||
ADC in:
|
||||
CHA > Analog 6
|
||||
CHB > Analog 7
|
||||
|
||||
Trigger:
|
||||
TRG > Digital 5 (can be connected to PPS or FIX if there is no trigger signal available)
|
||||
Loading…
Reference in a new issue