Skip to content

SCE-Development/Messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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

About

Code for the ESP32 to connect to the messaging API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages