Loading
Loading
IoT Lab content is currently available in Arabic only. We're working on an English version.
عرض بالعربية →How to download the IDE software and verify your board is recognized, so you're ready to write your first code.
Make sure to connect the cable directly to the computer and not through a cheap USB hub to avoid power issues.
void setup() {
// يوضع هنا الكود الذي ينفذ مرة واحدة
}
void loop() {
// يوضع هنا الكود الذي يتكرر باستمرار
}Forgetting to select the correct Port, which causes an 'Upload Error' when trying to upload code.