Skip to content

A PlatformIO-based example to send text over bluetooth and display it on-board ESPectro32's Led Matrix

Notifications You must be signed in to change notification settings

dycodex/ESPectro32-BLE-LedMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPectro32-BLE-LedMatrix

A PlatformIO-based example to send text from compatible mobile app to ESPectro32 over Bluetooth, and then display the text on on-board ESPectro32's Led Matrix

Mobile App

In order to send the text over Bluetooth, I use Bluefruit app. Download it here: Android or iOS.

Run

You should have PlatformIO installed first. Then:

  • Simply clone this repo
  • Open Terminal/console, change directory to this folder
  • Type pio run to build, or directly build and upload by typing pio run -t upload
  • Check the message on serial by typing pio devices monitor -b 115200. Wait until this message ``

Using App

Open Bluefruit app. Then:

View device list, connect to ESPectro32 LED Matrix Tap UART Type message and Send
Step1 Step2 Step3

Result:

Result

That's it. Good luck.

About

A PlatformIO-based example to send text over bluetooth and display it on-board ESPectro32's Led Matrix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages