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.
- ESP32 Dev Kit
- 16x2 LCD Screen
- Arduino IDE
- Make sure you have Arduino IDE installed, for more information, you can find it here.
- Clone the repository, open the listen.ino file in Arduino IDE, and now it should look something like this:
- On lines 14 and 15, enter your Wi-Fi Credentials. Replace ssid and password with your Wi-Fi name and password.
- Next, go to the SCE website and login. Go to 'Profile' tab, generate an API key, and copy it.
- 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
- Now, you should go to the top bar and click Sketch -> Upload and wait for it to upload and compile.
- Go to the 'Admin' tab and click on 'Messaging' on the sidebar. You will see the 'Messaging' page here.