Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.25 KB

Custom-PCB-Arduino-mini-project

Logging data, collected from custom pcb board, into SD card, using Arduino Pro mini.

The custom PCB is a break-out board for a lux, temperature and a humidity sensor, created with EAGLE 9.1.3 The ICs used are:

The project implements two I2C intefaces. The default Arduino Pro mini hardware one and a software I2C inteface using SoftwareWire with pins (8,9) as SDA, SCL respectively.

JASON_TSL2561

A custom modification of the Adafruit tsl2561 library is also implemented under the JASON_TSL2561 folder, to be able to use the convenient provided functions with the SoftwareWire library.

Other parts used

  1. Arduino Pro mini
  2. MicroSD breakout board

Image of the board before ratsnest:

image