MCU/ESP32
ESP32 BLE control RGB LED by PWM with AppInventor
들어가기 앞서서. 이번 프로젝트는 ESP32 ( NODEMCU-32S ) 의 BLE 와 통신하는 안드로이드 앱 ( AppInventor )을 작성하고, 원격으로 PWM을 이용하여 LED 밝기를 제어합니다. 참고 : ESP32의 BLE Serial, LEDC 는 ESP32 Arduino 패키지에 포함된 Arduino 스케치 예를 참조하였습니다. Node32s 예제 -> ESP32 BLE Ardunio -> BLE_uart Node32s 예제 -> ESp32 -> AnalogOut -> ledcWrite_RGB https://github.com/bomhai/small_project/tree/master/esp32_ble_rgbled bomhai/small_project test program ( arduni..
2020. 5. 9. 06:53