Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By lrossel
#90522 Hi,

I recently received from Aliexpress 10 board Wemos D1 Mini Pro 16Mb.

The first weird thing I noticed was the high COM port detected when I connected the boards trough the USB cable. COM7 or higher.

I followed the usual procedure to upload a simple test sketch I used to program another Wemos (same version) with Arduino IDE.

When I upload the sketch, all seems ok. Led blynks, and Arduino IDE shows a normal upload process to 100%.

But the test code doesn't run.

This is the test code

Code: Select allvoid setup() {

  Serial.begin(9600);
}

void loop() {

  Serial.println("Hello");
  delay(1000);
}


This is how the program runs in my old Wemos
Image

This pic shows the new Wemos received not working
Image

My old wemos is detected in COM4
Image

The new Wemos are detected at high COM ports
Image

At first I tough it was a computer problem. The I installed Arduino IDE on another computer, configured for ESP8266, and tried to upload and run the same test skecth, but now, the COM port detected was COM4, but still the program doesn't run on the new Wemos boards.

Any ideas? I'm very frustrated, how it's possible to receive 10 boards with the same problem?
User avatar
By lrossel
#90537 Yes, you are right. I just used my usual IDE configuration for ESP8266 that worked with my other Wemos D1 Mini Pro 16Mb.

This is my old Wemos.
Image

Back view
Image

Now, I'll set up for Wemos D1 Mini Pro
Image

Upload OK:
Image

Test Running OK
Image

Now, I'll do the same with one of the new Wemos

This is the Wemos received, It seems to be the same (I purchased the same Wemos Mini D1 Pro 16 Mb):
Image

Picture of the back side. It looks the same
Image

Plugging the new Wemos to the USB cable. COM port detected very high.
Image

Upload seems normal. Blue led on board blinking.
Image

But the simple test program doesn't run
Image

When I press the reset button on the Wemos board, just show some garbage on the serial monitor.
Image
User avatar
By QuickFix
#90538 Could you set the baud rate of the serial monitor to 74880 Baud and reset the Wemos for us?
That would/could give you the actual error message. :idea:

SerialBaud.png
You do not have the required permissions to view the files attached to this post.