background image

2023/05/05 21:45

1/5

Arduino for ODROID-GO - Blue LED and PWM

ODROID Wiki - https://wiki.odroid.com/

Arduino for ODROID-GO - Blue LED and PWM

Make sure that you've followed these guides.

Getting started with Arduino
Arduino for ODROID-GO - Hello World

Refer to the Arduino official documents. This tells us useful common functions
with great instructions.

https://www.arduino.cc/reference/en/

Refer to the ESP32 official programming guide. Most of ESP32 specific functions
introduced here.

https://esp-idf.readthedocs.io/en/v3.0/

We don't need odroid_go.h library for this step.
You can implement the breathing effect as well by using fading functions in the
ledc.h. Not to be dealt with in this guide.

We will learn that how to control the blue status LED on the board and how to adjust PWM value to
give a breathing effect to the LED with Arduino.

Blink the blue LED

Reviews: