This document provides a detailed overview of a circuit that includes an Arduino Pro Mini as the central microcontroller, interfaced with various sensors and modules including a DS18B20 Temperature Sensor, GPS NEO 6M module, ADXL345 accelerometer, NRF24L01 wireless communication module, and a voltage regulator. The circuit is powered by an 18650 Li-Ion battery and includes a pushbutton and resistors for input and signal conditioning.
TXO
connected to GPS NEO 6M RX
RXI
connected to GPS NEO 6M TX
VCC
connected to GPS NEO 6M VCC
, ADXL345 VCC
, Pushbutton Pin 1 (in)
, DS18B20 VCC
, and Resistor (4700 Ohms) pin1
GND
connected to NRF24L01 GND
, GPS NEO 6M GND
, Pushbutton Pin 2 (in)
, ADXL345 GND
, and DS18B20 GND
A4
connected to ADXL345 SDA
A5
connected to ADXL345 SCL
RAW
connected to 18650 Li-Ion Battery Positive
through Voltage Regulator IN
D3
connected to Pushbutton Pin 3 (out)
D2
connected to DS18B20 OUT
through Resistor (4700 Ohms) pin2
SCK
, MISO
, MOSI
connected to NRF24L01 SCK
, MISO
, MOSI
respectivelyD8
connected to NRF24L01 CSN
D7
connected to NRF24L01 CE
GND
connected to common groundVCC
connected to common VCCOUT
connected to Arduino Pro Mini D2
through Resistor (4700 Ohms)RX
connected to Arduino Pro Mini TXO
TX
connected to Arduino Pro Mini RXI
VCC
connected to common VCCGND
connected to common groundGND
connected to common groundVCC
connected to common VCCSDA
connected to Arduino Pro Mini A4
SCL
connected to Arduino Pro Mini A5
GND
connected to common groundVCC (3V)
connected to Voltage Regulator OUT
CE
connected to Arduino Pro Mini D7
CSN
connected to Arduino Pro Mini D8
SCK
connected to Arduino Pro Mini SCK
MISO
connected to Arduino Pro Mini MISO
MOSI
connected to Arduino Pro Mini MOSI
GND
connected to common ground and 18650 Li-Ion Battery Negative
IN
connected to 18650 Li-Ion Battery Positive
OUT
connected to NRF24L01 VCC (3V)
Pin 1 (in)
connected to common VCCPin 2 (in)
connected to common groundPin 3 (out)
connected to Arduino Pro Mini D3
pin1
connected to common VCCpin2
connected to Arduino Pro Mini D2
and DS18B20 OUT
Positive
connected to Voltage Regulator IN
and Arduino Pro Mini RAW
Negative
connected to common groundvoid setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
documentation.txt
file is empty and does not contain any additional information.