-
1Step 1
-
2Step 2
Clone repository to your computer
-
3Step 3
Open sketch with Arduino IDE, compile and upload ESP32
-
4Step 4
Schematic
Clone repository to your computer
Open sketch with Arduino IDE, compile and upload ESP32
Schematic
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
where are the files ???????
Are you sure? yes | no
About the schematic, if you look at the code it becomes clear how to hook up the led and button to the arduino:
// LED and button pin
#define LED_R 9
#define LED_G 10
#define LED_B 11
#define BUTTON_PIN 4
Are you sure? yes | no
wondering if this still works, too
Are you sure? yes | no
Is this a still working solution?
Are you sure? yes | no
@Regis you're right, the button and light are not connected to anything... :-|
Are you sure? yes | no
I'm confused about the schematic. What is the button and RGB light connecting to?
Are you sure? yes | no