PortaMob Shield - v1.0.0
PortaMob shield is an ingenious extension for the Arduino UNO platform. The shield aims to replicate the functionality of a portable mobile device, incorporating a 3x3 button grid, a monochromatic OLED display, a 24LC256 EEPROM IC, and various communication interfaces' header pins.
PortaMob PCB without components. | PortaMob PCB with OLED display, EEPROM, and push buttons. |
Hardware Setup
- Download the Gerber file from folder
pcb_files
. - Go to JLCPCB or any of your favorite PCB manufacturer to fabricate the PortaMob board. PS: I am not sponsored, it just happened that JLCPCB is my favorite.
- After soldering all the necessary components (header pins, push buttons, and maybe even the monochromatic display), you can now mount the board on top of Arduino UNO or Arduino Mega.
Software Setup
- Just simply look for PortaMob on the library manager of the Arduino IDE and install/download it.
- Now, click the
File > Examples > PortaMob
from the menu bar of the Arduino IDE. - Cheers!