Skip to content

Latest commit

 

History

History
54 lines (21 loc) · 1.92 KB

README.md

File metadata and controls

54 lines (21 loc) · 1.92 KB

LCD Messaging

Connects the LCD display to SCE Messaging API. Send messages to a chatroom on SCE's main website and have it display on a 16x2 LCD screen.

image

Prerequisites

  • ESP32 Dev Kit
  • 16x2 LCD Screen
  • Arduino IDE

Getting Started

  1. Make sure you have Arduino IDE installed, for more information, you can find it here.
  2. Clone the repository, open the listen.ino file in Arduino IDE, and now it should look something like this:
image
  1. On lines 14 and 15, enter your Wi-Fi Credentials. Replace ssid and password with your Wi-Fi name and password.
image
  1. Next, go to the SCE website and login. Go to 'Profile' tab, generate an API key, and copy it.
image234
  1. Go back to Arduino IDE and line 16, you can copy and paste the apiKey here you can specify any room ID you want for the id query parameter
image
  1. Now, you should go to the top bar and click Sketch -> Upload and wait for it to upload and compile.
image
  1. Go to the 'Admin' tab and click on 'Messaging' on the sidebar. You will see the 'Messaging' page here.
image