Skip to content

Instantly share code, notes, and snippets.

@brunosxs
brunosxs / ESP32_BLE_Arcade.ino
Created April 15, 2019 12:57 — forked from GameDragon2k/ESP32_BLE_Arcade.ino
NodeMCU-32S Game Pad
/*
Video: https://www.youtube.com/watch?v=oCMOYS71NIU
Based on Neil Kolban example for IDF: https://github.com/nkolban/esp32-snippets/blob/master/cpp_utils/tests/BLE%20Tests/SampleNotify.cpp
Ported to Arduino ESP32 by Evandro Copercini
Gamepad coding by Game Dragon
*/
#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEUtils.h>