Trova

Make LED light up from serial monitor - Programming Questions - Arduino Forum

4.7 (67) · € 33.00 · In Magazzino

Make LED light up from serial monitor - Programming Questions - Arduino  Forum

I want to controll red diode with a comand, blue diode with a comandand same with green. 3 different if statements. I want it as basic as possible so I can understand the code const int RED = 9; const int GREEN = 8; const int BLUE = 7; void setup() { pinMode(RED, OUTPUT); pinMode(GREEN, OUTPUT); pinMode(BLUE, OUTPUT); } void loop() { digitalWrite(RED, HIGH); digitalWrite(GREEN, HIGH); digitalWrite(BLUE, HIGH); }

Lost, I build this with wokwi. It's a TopTechBoy(Paul McWhoter) lesson. The  red led works fine, but not the yellow? Any ideas on where to begin to  debug? I am scared to ask any project question, but I have to keep trying  to learn. : r/arduino

Lost, I build this with wokwi. It's a TopTechBoy(Paul McWhoter) lesson. The red led works fine, but not the yellow? Any ideas on where to begin to debug? I am scared to ask any project question, but I have to keep trying to learn. : r/arduino

LED does not light up, values in serial monitor is illogical - LEDs and  Multiplexing - Arduino Forum

LED does not light up, values in serial monitor is illogical - LEDs and Multiplexing - Arduino Forum

Arduino Code, Arduino Lesson 5. The Serial Monitor

Arduino Code, Arduino Lesson 5. The Serial Monitor

ATTiny85 SoftwareSerial printing Garbage to Serial Monitor -  Microcontrollers - Arduino Forum

ATTiny85 SoftwareSerial printing Garbage to Serial Monitor - Microcontrollers - Arduino Forum

Serial Monitor sends spurious data · Issue #375 · arduino/arduino-ide ·  GitHub

Serial Monitor sends spurious data · Issue #375 · arduino/arduino-ide · GitHub

RGB LED not responding to Serial Monitor Input - Programming Questions - Arduino  Forum

RGB LED not responding to Serial Monitor Input - Programming Questions - Arduino Forum

Solved* Send/Receive I2C Question - Troubleshooting - Particle

Solved* Send/Receive I2C Question - Troubleshooting - Particle

Servo motor with LED - Programming Questions - Arduino Forum

Servo motor with LED - Programming Questions - Arduino Forum

DCS-BIOS/Arduino output issue - Home Cockpits - ED Forums

DCS-BIOS/Arduino output issue - Home Cockpits - ED Forums

Piezo Elements Numerous Readings in Serial Monitor - Sensors - Arduino Forum

Piezo Elements Numerous Readings in Serial Monitor - Sensors - Arduino Forum

Arduino LED Example

Arduino LED Example