Skip to content

Releases: nthnn/PortaMob

PortaMob v1.0.0

07 Sep 14:47
Compare
Choose a tag to compare

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

  1. Download the Gerber file from folder pcb_files.
  2. 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.
  3. 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

  1. Just simply look for PortaMob on the library manager of the Arduino IDE and install/download it.
  2. Now, click the File > Examples > PortaMob from the menu bar of the Arduino IDE.
  3. Cheers!