using Arduino uno data logger on Adruino nano

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
maknop
 
Posts: 2
Joined: Fri Jan 27, 2023 2:50 pm

using Arduino uno data logger on Adruino nano

Post by maknop »

Hello,

I am using arduino uno data logger shield (https://learn.adafruit.com/adafruit-data-logger-shield) without any issue.

I would need to use it with a arduino nano. could someone give me details about which pin of the shield I need to connect to the arduino nano?

Regards

Maximilien

User avatar
adafruit_support_bill
 
Posts: 88037
Joined: Sat Feb 07, 2009 10:11 am

Re: using Arduino uno data logger on Adruino nano

Post by adafruit_support_bill »

You will need to connect GND and 5v to power the shield.

You will also need MISO (CIPO), MOSI (COPI) and SCK for the SD card. These pins can be found on the 2x3 pin ICSP header.

And you will need SDA and SCL for the real-time clock.

The shield follows the Arduino UNO pinout. https://content.arduino.cc/assets/A0000 ... pinout.pdf

Note that the ICSP header on the Nano is flipped relative to the UNO: https://content.arduino.cc/assets/Pinou ... latest.pdf

User avatar
maknop
 
Posts: 2
Joined: Fri Jan 27, 2023 2:50 pm

Re: using Arduino uno data logger on Adruino nano

Post by maknop »

Thank you very much

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”