Skip to content

A caesar cipher encoder I made for CMP101 at Abertay University (using a WeMos board)

Notifications You must be signed in to change notification settings

IBRice101/Caesarduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Caesarduino

A program for performing caesar ciphers in arduino and serial outing to an OLED screen (whilst simultaneously outputting the number of rotations to an LED and a 7 segment display)

Built for CMP101 at Abertay University

hardware components:

LOLIN(WEMOS)D1 board (ESP-8266)

Male-To-Male Arduino Jumper wires (x9)

Breadboard

OLED Screen (SSD1306)

7 Segment Display (TMI1638)

architecture:

OLED:

Plugged into Breadboard pins 14-17F

Wiring (OLED -> BOARD):

  GND-GND
  
  VCC-5V
  
  SCL-SCL
  
  SDA-SDA
  
7Seg:

Plugged directly in to the board

Wiring (7seg -> board):

  VCC-3V3
  
  GND-GND
  
  STD-D5
  
  CLK-D6
  
  DIO-D7

About

A caesar cipher encoder I made for CMP101 at Abertay University (using a WeMos board)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages