EasyManua.ls Logo

AZ-Delivery D1 Mini - Serial Communication Sketch Example

AZ-Delivery D1 Mini
27 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
- 25 -
Serial communication sketch example
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("Hello from the D1 Mini module!");
delay(1000);
}
Upload the sketch to the D1 Mini module and open the Serial Monitor (Tools >
Serial Monitor). The result should look like the on the following image: