Hi everyone, I have been suggested this website after I asked someone for help to start programming and making robots. I was wondering if anyone here could help me get started or point me in the right direction. Youtube videos haven't been that much help that much so I'm asking if anyone here could help me. Have a good day or night.
Do you know how to make programs?
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello World!");
delay(1000);
}
No unfortunately, Iām totally new to this and hope to build robots in the future
I learned by reading books and practice. Do you have an Arduino, a PC and the Arduino programming software (IDE)?
Let me recommend you this web:
It has a lot of tutorials, from begginer to advanced, and everything is well documented.
I have a pc but no to the Arduino question
Ok I will check this out thanks
Okay. You can use a popular simulator to begin practicing sketch writing..
Try writing the sketch I posted in Post #2 into wokwi... if you have any questions, ask.
Ok thank you so much
Also, start with Arduino basic examples... and ask questions.
Ok bet thank you
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.