https://github.com/lordubuntu/tarantula-ir
An infrared sensor for a tarantula research project in Peru (Nicholas Sakish)
https://github.com/lordubuntu/tarantula-ir
Last synced: about 2 months ago
JSON representation
An infrared sensor for a tarantula research project in Peru (Nicholas Sakish)
- Host: GitHub
- URL: https://github.com/lordubuntu/tarantula-ir
- Owner: LordUbuntu
- License: mit
- Created: 2024-04-14T02:13:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T00:44:21.000Z (over 1 year ago)
- Last Synced: 2025-12-26T11:52:14.130Z (6 months ago)
- Language: C++
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tarantula IR Sensor
This is an Arduino Nano project done for Nicholas Sakish. The goal was to create a device which measures the infrared temperature of an object from a distance and logs the temperature and time data every minute to a microSD card.
## Code
### Source Code
See the `src/` directory in this repository.
### Dependencies
- [Adafruit_BusIO](https://github.com/adafruit/Adafruit_BusIO)
- [Adafruit_MLX90614](https://github.com/adafruit/Adafruit-MLX90614-Library)
- [DS3231](https://github.com/NorthernWidget/DS3231)
- [SD](https://github.com/arduino-libraries/SD)
## Hardware
If you want to make a similar project here are the components and schematic to do so.
### Components
- Arduino Nano V3
- DS3231 RTC
- MLX90614ESF-BAA IR Thermometer
- ADA254 MicroSD Card Breakout
- TPS61023 MiniBooster 5V@1A
- Adafruit Class 4 MicroSD cards (<= 128**MB**)
### Schematic
