Search found 2 matches
- Fri Nov 17, 2023 9:42 am
- Forum: ESP32 Arduino
- Topic: COM port
- Replies: 2
- Views: 4026
Re: COM port
Fantastic! Thanks a lot!
- Thu Nov 16, 2023 10:30 pm
- Forum: ESP32 Arduino
- Topic: COM port
- Replies: 2
- Views: 4026
COM port
I am completely new to programming hardware and just bought an esp32 Nodemcu. I'm trying to do my first test and to get it working with the arduino ide. This is what I'm trying to do: void setup() { Serial.begin(115200); } void loop() { Serial.println("Hello"); delay(500); } I the tutorial the esp o...