Problem Getting Program Script To Run
Posted: Wed Jan 04, 2017 8:30 pm
This is my First time Tring to use the Arduino IDE
I used the Arduino 1.6.8 Full Install
I used http://arduino.esp8266.com/stable/packa ... index.json
The program is simple:
void setup() {
}
void loop() {
Serial.print("Running...");
delay(5000); // wait for a second
}
The Scatch Loads:
Scatch uses 222,201 bytes (51%) of program storage space. Maximum is 434,160 bytes.
Global variables use 31,576 bytes (38%) of dynamic memory, leaving 50,344 bytes for local variables. Maximum is 81,920 bytes.
Uploading 226352 bytes from C:\Users\Phil\AppData\Local\Temp\build57ccb91eeb651087b4eac8c48d58bb05.tmp/sketch_jan04a.ino.bin to flash at 0x00000000
................................................................................ [ 36% ]
................................................................................ [ 72% ]
..............................................................
But The Serial Monitor is Empty
IF I reset, I get a little trash, but nothing else..
What Am I doing wrong?
I used the Arduino 1.6.8 Full Install
I used http://arduino.esp8266.com/stable/packa ... index.json
The program is simple:
void setup() {
}
void loop() {
Serial.print("Running...");
delay(5000); // wait for a second
}
The Scatch Loads:
Scatch uses 222,201 bytes (51%) of program storage space. Maximum is 434,160 bytes.
Global variables use 31,576 bytes (38%) of dynamic memory, leaving 50,344 bytes for local variables. Maximum is 81,920 bytes.
Uploading 226352 bytes from C:\Users\Phil\AppData\Local\Temp\build57ccb91eeb651087b4eac8c48d58bb05.tmp/sketch_jan04a.ino.bin to flash at 0x00000000
................................................................................ [ 36% ]
................................................................................ [ 72% ]
..............................................................
But The Serial Monitor is Empty
IF I reset, I get a little trash, but nothing else..
What Am I doing wrong?