These files are from a product design project I did involving use of some electronic components with Arduino! It was hard to work through as it was the first time I ever used Arduino so I'd like to share what I have for anyone doing a similar project as I did.
YouTube video of my product - (soon)
- Arduino Nano 328P chip (clone) Type-C
- 0.96-inch OLED Screen Module SSD1306
- 3.7v 300mA 502035 Lithium-Ion Battery
- MFRC-522 Mini RFID Module
- 13.56MHz RFID Tags (Mifare Classic & Mifare Ultralight)
- Arduino IDE - Official site for Arduino IDE Software
- Arduino Library - RFID Library for MFRC522 by miguelbalboa
- Arduino Library - Monochrome Graphics Library for monochrome displays
- Image2ccp - Converting Image to Byte Arrays
- (Some) Icon animations - Icons8 Copyright Free Icons
- Arduino OLED monochrome Tutorial Arduino & Monochrome Animation Screen Tutorial by upir
*Typical pin connections
RFID | Screen | Battery | NANO | NANO | NANO |
---|---|---|---|---|---|
MFRC522 [1] | SSD1306 [2] | Li-I [3] | [1] | [2] | [3] |
GND | GND | RED | GND | GND | 5V |
RST | VCC (3V3) | BLACK | D9 | 3V3 | GND |
(SPI SS) SDA | SCL | D10 | A5 | ||
(SPI) MOSI | SDA | D11 | A4 | ||
(SPI) MISO | D12 | ||||
(SPI) SCK | D13 | ||||
3V3 | 3V3 |
(unfinished)