#136

Поделиться
HTML-код
  • Опубликовано: 3 май 2017
  • In this video I will show the new Wemos boards:
    The Wemos D1 Mini with the ESP-12S module and
    The Wemos D1 Mini Lite with the ESP8285 chip
    I will also compare them with the actual ESP8266 boards using the Arduino IDE
    Addition: Both Wemos boards have now a poly fuse to protect the board (which was not the case with the old Wemos boards)
    Official Wemos Store: s.click.aliexpress.com/e/jUzBiIq
    Links:
    forum.wemos.cc/topic/274/how-...
    github.com/wemos/Arduino_D1/b...
    Supporting Material and Blog Page: www.sensorsiot.org
    Github: www.github.com/sensorsiot
    If you want to support the channel and buy from Banggood use this link to start your shopping: bit.ly/2jAQEf4 (no additional charges for you)
    / sensorsiot
    / spiessa
  • НаукаНаука

Комментарии • 104

  • @northshorepx
    @northshorepx 7 лет назад

    Thank you Andreas! Another great well paced and easy to follow tutorial.

  • @drfritz142
    @drfritz142 6 лет назад +2

    As always, this video was not only useful but also interesting to me 😊👍🏻

  • @ArnoudvanLeijden
    @ArnoudvanLeijden 7 лет назад +1

    I like the esp8266-12f module because it is so tiny. But it is hard to program with the need of an external usb/serial adapter and the tiny connections.
    This weekend I desoldered the 12f module of a wemos D1 mini and soldered 2 female headers on it.
    Now i can easily solder male headers on the 12f module (2mm) and connect it on a D1 mini to program. Works perfectly.
    Thnx for the nice video. For me the extra $1 is worth it.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +2

      Before the Wemos came I usually used a bare ESP-12 module (programming was done with Pogo Pins). Now, it is more convenient for most of my applications to use a Wemos mini. I anyway try to use OTA (iotappstory.com) as much as possible to avoid Serial connections...

  • @Jhinsydney
    @Jhinsydney 7 лет назад

    Great review and update , thanks !

  • @Perspectologist
    @Perspectologist 7 лет назад

    Great info, as always. I haven't used these boards, but it is nice to be aware of them.

  • @GoogleUser-gv2tq
    @GoogleUser-gv2tq 5 лет назад

    Thank you! It was both useful and interesting. :))

  • @marcelobenitezabc
    @marcelobenitezabc 7 лет назад

    INTERESTING, USEFUL AND VERY VALUABLE!!

  • @cad3175
    @cad3175 7 лет назад

    ..thanks for sharing, very good content

  • @stylesoftware
    @stylesoftware 7 лет назад

    You don't need a flash button. The arduino IDE uses DTS/RTS via USB to automatically enable flash mode. You just need the correct board selected: "Wemos D1 R2 & Mini"

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      I know. Maybe I was not clear, but sometimes I want a button to trigger a function in one of my sketches, and then, such a button is handy...

  • @quickmiester
    @quickmiester 7 лет назад +1

    can you do a power consumption of the wemos d1 and d1 lite , like what you did with the esp 8266

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +1

      I do not think, that there are big differences between the old and the new Wemos boards. The designs are very similar. All Wemos and NodeMCU boards, however, use much more current than the bare modules during deep sleep, because they have additional chips.

  • @MrRicardosgeral
    @MrRicardosgeral 5 лет назад

    Thanks. Why the capacitor in the button shield. It is required? To flash the wemos is not only pulldown to ground D3(gpio0) for more than 5 sec?

    • @AndreasSpiess
      @AndreasSpiess  5 лет назад +1

      Mechanical switches "bounce" and might disturb the behavior of fast microprocessors.

  • @pawel753
    @pawel753 7 лет назад +2

    What about power consumption? Are there any differences, did you test it? Thanks,

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      I did not test it, but I do not expect major differences

  • @c0r0y
    @c0r0y 7 лет назад

    ESP-12S also has CE certification. Might be good for insurances.

  • @fuzzie4755
    @fuzzie4755 7 лет назад

    Hi Andreas, I have heard that the new 85 has much lower Deepsleep current. About 25mirco amp. This would make this board interesting for battery projects.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      Thanks for the info. I did not know that!

  • @jon_raymond
    @jon_raymond 7 лет назад +2

    I might add that I noticed that the new Lite and 2.2.0 version now have an onboard poly fuse.

    • @christiancohnen5911
      @christiancohnen5911 7 лет назад

      what is the use of the fuse, if boards gets to hot to shut down for a while ?

    • @jon_raymond
      @jon_raymond 7 лет назад +2

      The fuse will open if you draw too much current from the supply. IE if you short VCC to GND accidentally. Note that polyfuses are designed to self resent. en.wikipedia.org/wiki/Resettable_fuse

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      +Jon Raymond Thanks for the tip. I will add it in the comment. I overlooked it. My mistake.

  • @GeorgeOu
    @GeorgeOu 7 лет назад +1

    Have you reviewed that tiny PSF-A85 ESP8285 board yet?

  • @cheetahkid
    @cheetahkid 6 лет назад

    How you do update the esp8266 in the boards manager, I see esp8266 community version 2.3.0, but no wemos D1 mini lite?

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад

      1. I made a video on how to update to the new version 2.4 version
      2. Here you find the board.txt file which includes the "lite" definitions: github.com/zyphos/Arduino/blob/af35741c45f8ca15ff5b255b468290180967ab59/boards.txt

    • @cheetahkid
      @cheetahkid 6 лет назад

      thank you, happy now :)

  • @E8tone
    @E8tone 7 лет назад

    Hello, recently I discovered this channel. Nice video and voice :D. I would like to connect the Soil Moisture Sensor and BME280 (Temperature, Humidity). Later and soiler charging battery panel. I am new on the Arduino and faced with a simple question. Is it possible to connect 2 Sencor on WEMOS.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +1

      1.Welcome to the channel!
      2. Yes, you can (connect more than one sensors to the Wemos. If they do not use the same pins or use the same interfaces like I2C or SPI. Just google

    • @E8tone
      @E8tone 7 лет назад

      Andreas Spies Thank you.

  • @marcodegier6298
    @marcodegier6298 7 лет назад

    Hi Andreas since you mention the wemos store on alieexpress, are the one on e.g. banggood not original wemos? As they dont say anywher they would be clones. Thx m.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      The Wemos on Banggood are also original

  • @shodanxx
    @shodanxx 7 лет назад

    Wait ! Aren't those extra pin on the ESP12-E for the hardware SPI ?
    I know it is hard to use because it also has the flash chip but SPI is a bus, should be possible to have multiple devices on there no ?
    In particular, it should allow booting the ESP off a microsd card of gigantic proportion compared to the flash !

  • @larsmaxeiner8914
    @larsmaxeiner8914 7 лет назад

    Hallo Herr Spiess,
    vielen dank für die vorstellung der beiden Boards!
    Haben sie schon erfahrungen mit dem WEMOS LOLIN32 Board gemacht?
    Ist die Nutzung des Bluetooth teils des ESP 32 teils schon mit der Arduino IDE möglich ?
    Grüße aus Lahnstein

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +1

      Ich hab dazu ein video gedreht (#103). Seitdem habe ich nichts mehr gemacht.

  • @Bluebrain
    @Bluebrain 7 лет назад +7

    Why would you need a "flash button"?
    The run/flash mode is fully automatically handled.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +4

      You are right. But I do not flash by Serial, I use IOTappstory.com. There, I need as switch to indicate the board to go into config mode or to start an update. This is the case in many other applications where you need a button to interact with the device.

    • @Bluebrain
      @Bluebrain 7 лет назад

      Ah, okay.
      I use the Arduino IDE. And normally, I always active the OTA Update server, so that I can update it via WiFi.

    • @klassichd10
      @klassichd10 7 лет назад

      I also use the Arduino IDE and the Arduino OTA. My WeMos are distributed in the house, in the garden and in my second flat 100km away. Some of them are build in and unavailable . So I need a real OTA without pressing a local button. In my applications an OTA with pressing a button is not very useful.

    • @Bluebrain
      @Bluebrain 7 лет назад

      "In my applications an OTA with pressing a button is not very useful."
      ´The provided OTA function does not require pressing any button!

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      +klassich D You are right. In production environment, OTA has to go this way. But I use my boards also for development. And then it is sometimes handy. But it is a small detail. Not important. Just a difference between these boards and the NodeMCU boards.

  • @rma-nm5vb
    @rma-nm5vb 7 лет назад

    Whats about deepsleep with D1 mini? is Pin 16 (?) available?

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +1

      The pin 16 is D0 on the Wemos boards. But deep sleep with Wemos or NodeMCU boards is not a very good idea. They consume a lot of energy also during deep sleep.

  • @davidmarks509
    @davidmarks509 3 года назад

    I have a D1 and I can upload code and it works without any need of added buttons?

    • @AndreasSpiess
      @AndreasSpiess  3 года назад

      The D1 should reset automatically. Usually, you do not need to press buttons for programming

  • @nullptr4042
    @nullptr4042 7 лет назад

    What happened to the VL53L0X lidar scanning project?

  • @dumindujayasinghe
    @dumindujayasinghe 3 года назад

    How the blynk app connection to this boards acquire flash memory. What will happen if i buy 4mb wemos d1 mini rather than 16mb wemos di mini pro

    • @AndreasSpiess
      @AndreasSpiess  3 года назад

      I never worked with the Blynk app.And I am not sure what advantage 16MB have. Most of the projects do not need such a large memory.

    • @dumindujayasinghe
      @dumindujayasinghe 3 года назад

      @@AndreasSpiess my plan is to create iot solar monitor using blynk app. The thread i have followed uses a d1 mini pro which has 16mb. But he has given the file which is only 90kb. My confusion was like adding libraries and stuff will accumulate the internal flash then i may require more flash (like 16mb) for that. Then im going to purchase d1 mini v3 with 4mb.
      Now im clear. Thanks a lot!!

  • @Jimmy-vy7lk
    @Jimmy-vy7lk 4 года назад

    Can we do ota with external flash on esp8285?

  • @jayeshsawant6734
    @jayeshsawant6734 7 лет назад

    Where did you order these boards from? It would be very kind of you, sir, if you provide the links.Thanks!

  • @tablatronix
    @tablatronix 7 лет назад +1

    looks like they changed the crystal and also added a polyfuse and a beefier schottky. Do i see less support components?less limiting resistors or pullups ?

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      I saw these two changes too, but thought, this is not important. The "support components" are now extremely small in size, but similar in numbers (3 caps and 4 resistors) I do not know their values. I hardly see the components...

    • @tablatronix
      @tablatronix 7 лет назад +1

      The polyfuse and schottky are important to hobbyists, means they are less likely to blow the board up by overvoltage or overcurrent shorts. I am gonna buy one because of those, I already fried some nodemcu boards due to stuff like that.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      +tablatronix Thanks for the tip. So far, I never had issues. Maybe because I use the boards mainly with 5V. The diode, however is not much bigger. But the polyfuse is an important info which was overseen by me. So, I will update the comment.

  • @Spongeee
    @Spongeee 7 лет назад

    Esp 12S has a optimized antenna and less pins over the ESP12F.

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад

      The antenna seems to be the same as on the ESP-12E (visually) and the pins are mentioned in the video...

    • @Spongeee
      @Spongeee 7 лет назад +1

      The antenna is very narrow on the ESP-12E.
      On the ESP-12F is the antenna like the ESP-12S but on the ESP12S the antenna is slightly longer :) look closely like the ESP-14.
      Maybe you can do a range test video over all the latest ESP's.
      www.esp8266.com/viewtopic.php?p=55169

  • @marinehm
    @marinehm 6 лет назад

    I added the boards definition to the boards.txt file. Still no luck with the mini lite. I'm beginning to think it is a waste of time, maybe should just stick to the D-1 mini, mini pro.
    Any help would be greatly appreciated.

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад

      I think, the new 2.4.0 release has the Mini Lite in the boards file. Otherwise you can replace yours with this one: github.com/esp8266/Arduino/blob/2.4.0/boards.txt

    • @marinehm
      @marinehm 6 лет назад

      I just replaced the entire file with the link you provided. I get the same error code:
      ```Arduino: 1.8.4 (Windows 7), Board: "Wemos D1 mini Lite, 80 MHz, 1M (512K SPIFFS), v2 Prebuilt (MSS=536), Disabled, None, 921600"
      C:\Users\User\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-ar: unable to rename 'C:\Users\User\AppData\Local\Temp\arduino_build_764579/arduino.ar'; reason: File exists
      exit status 1
      Error compiling for board Wemos D1 mini Lite.
      This report would have more information with
      "Show verbose output during compilation"
      option enabled in File -> Preferences.
      ```

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад

      I would uninstall te ESP boards in boards manager and remove the whole .../esp8266 directory (if it still exists). Then re-install ESP, Test compilation with a normal board and only add the new boards file if everything works before

    • @marinehm
      @marinehm 6 лет назад

      I deleted it under boards manager and then deleted the empty folder. When I type esp in boards manager, it does not come up. Under preferences: What "additional boards manager url" are you using? I was using: github.com/esp8266/Arduino/releases/download/2.4.0-rc2/package_esp8266com_index.json
      Thank you for your time!

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад

      I use this one: arduino.esp8266.com/stable/package_esp8266com_index.json

  • @PetrusJansen7
    @PetrusJansen7 6 лет назад

    Please do review on Wemos D1 Mini Pro also on a next video :)

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад

      Why would you be interested? It is very similar to the normal Wemos mini

    • @PetrusJansen7
      @PetrusJansen7 6 лет назад

      Andreas Spiess that is exactly why ;) Why would one rather buy pro. I'm curious how it compares...
      PS super love your videos!!

    • @AndreasSpiess
      @AndreasSpiess  6 лет назад +1

      The only advantage I see is the antenna connector if you need one. It is the only board with at least 4 MB and such a connector.

  • @lmarloe
    @lmarloe 5 лет назад

    5:28 what's the board name?

    • @AndreasSpiess
      @AndreasSpiess  5 лет назад

      I do no more remember where I got it from.

  • @electronicstv5884
    @electronicstv5884 3 года назад

    Tolles Video! Mit deutschem Titel😅

    • @AndreasSpiess
      @AndreasSpiess  3 года назад

      Spannend. Keine Ahnung woher der deutsche Titel kommt. All meine Videos sind in Englisch.

  • @devorrahtester5439
    @devorrahtester5439 7 лет назад +1

    FIRST!!!!! haha

    • @anullhandle
      @anullhandle 7 лет назад

      dev tester lol. I shouldn't have given a thumbs b4 posting

    • @devorrahtester5439
      @devorrahtester5439 7 лет назад

      I've made that mistake before too:)

  • @startobytes
    @startobytes 3 года назад +1

    Lol, 100th comment

  • @AgentOffice
    @AgentOffice 7 лет назад

    wemos has shit serial chip, I stick to nodemcu

    • @AndreasSpiess
      @AndreasSpiess  7 лет назад +1

      +Agent Office Why do you think so? Did you have problems in the past? I ask, because I use both versions (FTDI and CH340) and did not encounter problems. Some of the newer NodeMcu boards also use the CH340 chip.

    • @mikapirinen2403
      @mikapirinen2403 6 лет назад

      NodeMcu use cp2102, but all variant can found from ebay.