

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 RXRXI connected to GPS NEO 6M TXVCC connected to GPS NEO 6M VCC, ADXL345 VCC, Pushbutton Pin 1 (in), DS18B20 VCC, and Resistor (4700 Ohms) pin1GND connected to NRF24L01 GND, GPS NEO 6M GND, Pushbutton Pin 2 (in), ADXL345 GND, and DS18B20 GNDA4 connected to ADXL345 SDAA5 connected to ADXL345 SCLRAW connected to 18650 Li-Ion Battery Positive through Voltage Regulator IND3 connected to Pushbutton Pin 3 (out)D2 connected to DS18B20 OUT through Resistor (4700 Ohms) pin2SCK, MISO, MOSI connected to NRF24L01 SCK, MISO, MOSI respectivelyD8 connected to NRF24L01 CSND7 connected to NRF24L01 CEGND connected to common groundVCC connected to common VCCOUT connected to Arduino Pro Mini D2 through Resistor (4700 Ohms)RX connected to Arduino Pro Mini TXOTX connected to Arduino Pro Mini RXIVCC connected to common VCCGND connected to common groundGND connected to common groundVCC connected to common VCCSDA connected to Arduino Pro Mini A4SCL connected to Arduino Pro Mini A5GND connected to common groundVCC (3V) connected to Voltage Regulator OUTCE connected to Arduino Pro Mini D7CSN connected to Arduino Pro Mini D8SCK connected to Arduino Pro Mini SCKMISO connected to Arduino Pro Mini MISOMOSI connected to Arduino Pro Mini MOSIGND connected to common ground and 18650 Li-Ion Battery NegativeIN connected to 18650 Li-Ion Battery PositiveOUT 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 D3pin1 connected to common VCCpin2 connected to Arduino Pro Mini D2 and DS18B20 OUTPositive connected to Voltage Regulator IN and Arduino Pro Mini RAWNegative 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.