Skip to content
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. OpenHardware.io
  3. 💬 ESP-LINK ESP8266 WeMos D1 Mini Adapter Board
  • Getting Started
  • Controller
  • Build
  • Hardware
  • Download/API
  • Forum
  • Store

💬 ESP-LINK ESP8266 WeMos D1 Mini Adapter Board

Scheduled Pinned Locked Moved OpenHardware.io
arduinoadapterwemosesp8266pro miniinterstitialesp-linkd1miniserial wi-fi
83 Posts 9 Posters 37.9k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NeverDieN NeverDie

    @kalle

    The deep sleep is good enough. What ruins the whole thing, though, is the fairly long re-acquaintance with the wi-fi router once it wakes up. That's where most of the power drain happens. If we could just drive the radio directly, then that problem goes away.

    K Offline
    K Offline
    kalle
    wrote on last edited by
    #57

    @NeverDie To connect to the router take only 1-2 seconds for my wemos devices (static IP), but ok - maybe this is to long.
    I think for a switch, it can be run all the time - or do I misunderstand something

    NeverDieN 1 Reply Last reply
    0
    • K kalle

      @NeverDie To connect to the router take only 1-2 seconds for my wemos devices (static IP), but ok - maybe this is to long.
      I think for a switch, it can be run all the time - or do I misunderstand something

      NeverDieN Offline
      NeverDieN Offline
      NeverDie
      Hero Member
      wrote on last edited by NeverDie
      #58

      @kalle
      Yeah, 1-2 seconds is correct, but there's a consensus that for battery operation, because of the high current drain, that's actually 2 to 3 orders of magnitude too long. Think of a typical temp-rh sensor that updates every 5 minutes, for example. It adds up quickly.

      1 Reply Last reply
      0
      • NeverDieN NeverDie

        @NeverDie

        OK, I just noticed that it supports wi-fi direct (https://www.itead.cc/psf-a85.html), so perhaps that could accomplish it, since that doesn't require the lengthy wi-fi router dance.

        The other strange thing is that Itead says its module supports 2x1 MIMO, and yet I see only one antenna port on it.

        Nca78N Offline
        Nca78N Offline
        Nca78
        Hardware Contributor
        wrote on last edited by Nca78
        #59

        @NeverDie said:

        @NeverDie

        OK, I just noticed that it supports wi-fi direct (https://www.itead.cc/psf-a85.html), so perhaps that could accomplish it, since that doesn't require the lengthy wi-fi router dance.

        No it doesn't. That's a claim that has been made by Espressif in the ESP8266 specs. But it has never been implemented...

        Wearable ESP8266 (or 8285) is also a bold claim by iTead. The lowest power mode for radio transmit draws around 120mA, it's already over 50mA in receive mode. And if you use PWM, i2C (and I fail to see the use of wearable without them) or anything like that even when disabling the radio it will consume 15mA.

        I have better hopes for the ESP32 as it's supposed to have some kind of very low power (for real) coprocessor to handle small tasks while the main cores will sleep. But it's still in development on the SDK side, and as seen with the "wifi direct" claim on the ESP8266 we should not take every promised feature from Espressif at face value ;)

        K 1 Reply Last reply
        1
        • Nca78N Nca78

          @NeverDie said:

          @NeverDie

          OK, I just noticed that it supports wi-fi direct (https://www.itead.cc/psf-a85.html), so perhaps that could accomplish it, since that doesn't require the lengthy wi-fi router dance.

          No it doesn't. That's a claim that has been made by Espressif in the ESP8266 specs. But it has never been implemented...

          Wearable ESP8266 (or 8285) is also a bold claim by iTead. The lowest power mode for radio transmit draws around 120mA, it's already over 50mA in receive mode. And if you use PWM, i2C (and I fail to see the use of wearable without them) or anything like that even when disabling the radio it will consume 15mA.

          I have better hopes for the ESP32 as it's supposed to have some kind of very low power (for real) coprocessor to handle small tasks while the main cores will sleep. But it's still in development on the SDK side, and as seen with the "wifi direct" claim on the ESP8266 we should not take every promised feature from Espressif at face value ;)

          K Offline
          K Offline
          kalle
          wrote on last edited by
          #60

          @Nca78 Thanks for the explanation - and yes, I'm also still waiting for the ESP32

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by scalz
            #61

            Hmm.. at Mysensors Team we already have our ESP32 LORA board :stuck_out_tongue_winking_eye:

            0_1481467903933_custom-esp32-LORA-board-near-a-Nano32.jpg
            This is a LIPO charger, LORA board i did for ESP32 evaluation. With a nice LDO, I added a neopixel, and prefer bigger tactile switch :) same width as Nano32 but 1cm longer, so one row available on each side for breadboarding. ESP32 is a nice little beast :)

            I have other stuff coming for esp32. i'll release ;)

            NeverDieN 1 Reply Last reply
            1
            • scalzS scalz

              Hmm.. at Mysensors Team we already have our ESP32 LORA board :stuck_out_tongue_winking_eye:

              0_1481467903933_custom-esp32-LORA-board-near-a-Nano32.jpg
              This is a LIPO charger, LORA board i did for ESP32 evaluation. With a nice LDO, I added a neopixel, and prefer bigger tactile switch :) same width as Nano32 but 1cm longer, so one row available on each side for breadboarding. ESP32 is a nice little beast :)

              I have other stuff coming for esp32. i'll release ;)

              NeverDieN Offline
              NeverDieN Offline
              NeverDie
              Hero Member
              wrote on last edited by NeverDie
              #62

              @scalz
              Will the ESP32 be capable of "ultra low power" in a real sense? Have you run any measurements?

              1 Reply Last reply
              0
              • scalzS Offline
                scalzS Offline
                scalz
                Hardware Contributor
                wrote on last edited by scalz
                #63

                imho, ultra low power is sub uA. Above, it's very low power :)

                So, i'm not sure for ultra low power (depends also on strategy..), but very low power yes. I've not run any power consumption tests, focused on other parts. And the SDK is still not complete including the low power aspects. Some stuff is missing in ESP-IDF, but ready in Arduino, and vice versa. Docs are not complete yet, but looks good.
                That said, ESP32 team is doing a great work! And Espressif is working on a revision of their sillicon die (there is an errata)...

                NeverDieN 1 Reply Last reply
                0
                • scalzS scalz

                  imho, ultra low power is sub uA. Above, it's very low power :)

                  So, i'm not sure for ultra low power (depends also on strategy..), but very low power yes. I've not run any power consumption tests, focused on other parts. And the SDK is still not complete including the low power aspects. Some stuff is missing in ESP-IDF, but ready in Arduino, and vice versa. Docs are not complete yet, but looks good.
                  That said, ESP32 team is doing a great work! And Espressif is working on a revision of their sillicon die (there is an errata)...

                  NeverDieN Offline
                  NeverDieN Offline
                  NeverDie
                  Hero Member
                  wrote on last edited by
                  #64

                  @scalz
                  In that case, what's your definition of "very low power"?

                  1 Reply Last reply
                  0
                  • scalzS Offline
                    scalzS Offline
                    scalz
                    Hardware Contributor
                    wrote on last edited by scalz
                    #65

                    lol, my very personal view, for battery operated devices:

                    • ultra low power : <= 1uA
                    • very low power : < 10uA
                    • low power : 100uA, not sure for this one :)

                    The same for the efficiency ;)

                    1 Reply Last reply
                    0
                    • NeverDieN Offline
                      NeverDieN Offline
                      NeverDie
                      Hero Member
                      wrote on last edited by NeverDie
                      #66

                      Will the ESP32 be able to remember its state (including all variable values) just prior to sleeping, like an atmega328p can, or like the ESP8266 do you have to explicitly store the state in flash before sleeping and then restore it upon waking up?

                      1 Reply Last reply
                      0
                      • scalzS Offline
                        scalzS Offline
                        scalz
                        Hardware Contributor
                        wrote on last edited by
                        #67

                        for more infos, easier to have a look at their docs but it's a lot smarter than esp8266.

                        NeverDieN 1 Reply Last reply
                        0
                        • scalzS scalz

                          for more infos, easier to have a look at their docs but it's a lot smarter than esp8266.

                          NeverDieN Offline
                          NeverDieN Offline
                          NeverDie
                          Hero Member
                          wrote on last edited by NeverDie
                          #68

                          @scalz
                          Fair enough. It's just that it's hard to know, as Nca78 points out, what parts of their documentation can be believed, and what parts are pure fantasy.

                          NeverDieN 1 Reply Last reply
                          0
                          • NeverDieN NeverDie

                            @scalz
                            Fair enough. It's just that it's hard to know, as Nca78 points out, what parts of their documentation can be believed, and what parts are pure fantasy.

                            NeverDieN Offline
                            NeverDieN Offline
                            NeverDie
                            Hero Member
                            wrote on last edited by NeverDie
                            #69

                            I notice Seeed Studio was selling the esp32 for $6.95, but it's presently backordered: https://www.seeedstudio.com/ESP-32S-Wifi-Bluetooth-Combo-Module-p-2706.html

                            Other seller are selling either the esp32 or the esp32 with an adapter board for 2-3x that amount. So, it's still early days until supply catches up with demand.

                            A few other things impress me about it:

                            1. it comes with Bluetooth Low Eenrgy,
                            2. 520kByte of SRAM.
                            3. Built in hardware support for 10 capacitive touch channels.
                            4. Apparently it comes with an RTC built-in
                            5. 240Mhz processor clock frequency
                            6. Two 10-bit DAC's. Quite a few 12-bit ADC's.

                            Sounds interesting!

                            NeverDieN 1 Reply Last reply
                            0
                            • NeverDieN NeverDie

                              I notice Seeed Studio was selling the esp32 for $6.95, but it's presently backordered: https://www.seeedstudio.com/ESP-32S-Wifi-Bluetooth-Combo-Module-p-2706.html

                              Other seller are selling either the esp32 or the esp32 with an adapter board for 2-3x that amount. So, it's still early days until supply catches up with demand.

                              A few other things impress me about it:

                              1. it comes with Bluetooth Low Eenrgy,
                              2. 520kByte of SRAM.
                              3. Built in hardware support for 10 capacitive touch channels.
                              4. Apparently it comes with an RTC built-in
                              5. 240Mhz processor clock frequency
                              6. Two 10-bit DAC's. Quite a few 12-bit ADC's.

                              Sounds interesting!

                              NeverDieN Offline
                              NeverDieN Offline
                              NeverDie
                              Hero Member
                              wrote on last edited by
                              #70

                              @NeverDie

                              Which of the esp32 boards is the best one to buy? What I like about the Wemos board for the ESP8266 is that I can download a sketch without having to press any buttons on the board itself. Is there an esp32 board that works like that also?

                              1 Reply Last reply
                              0
                              • scalzS Offline
                                scalzS Offline
                                scalz
                                Hardware Contributor
                                wrote on last edited by scalz
                                #71

                                yeah, it has nice specs ;)

                                which board to order ? Mine :stuck_out_tongue_winking_eye:
                                I'm kidding, I don't really have idea on this. I made mine..and am waiting for different pcb variant now :)

                                But I firstly ordered a Nano32 which I like. You can have pinheader on each side of the board when breadboarding. You can't with the official Espressif board which is too large.
                                There is lot of esp32 board released. But all have the first ic revision of course.

                                NeverDieN 1 Reply Last reply
                                0
                                • scalzS scalz

                                  yeah, it has nice specs ;)

                                  which board to order ? Mine :stuck_out_tongue_winking_eye:
                                  I'm kidding, I don't really have idea on this. I made mine..and am waiting for different pcb variant now :)

                                  But I firstly ordered a Nano32 which I like. You can have pinheader on each side of the board when breadboarding. You can't with the official Espressif board which is too large.
                                  There is lot of esp32 board released. But all have the first ic revision of course.

                                  NeverDieN Offline
                                  NeverDieN Offline
                                  NeverDie
                                  Hero Member
                                  wrote on last edited by
                                  #72

                                  @scalz said:

                                  yeah, it has nice specs ;)

                                  which board to order ? Mine :stuck_out_tongue_winking_eye:
                                  I'm kidding, I don't really have idea on this. I made mine..and am waiting for different pcb variant now :)

                                  But I firstly ordered a Nano32 which I like. You can have pinheader on each side of the board when breadboarding. You can't with the official Espressif board which is too large.
                                  There is lot of esp32 board released. But all have the first ic revision of course.

                                  Uh, "first ic revision"? I haven't followed esp32 at all, obviously. Was there later a second ic revision? i.e. are all the boards currently out there saddled with obsolete ic's?

                                  1 Reply Last reply
                                  0
                                  • scalzS Offline
                                    scalzS Offline
                                    scalz
                                    Hardware Contributor
                                    wrote on last edited by
                                    #73

                                    yes Espressif has released an Errata doc, some issues related to silicon die ic. Minor issue, depending of doing what with it.
                                    I read the fixed version should be available at beginning of next year.

                                    NeverDieN 1 Reply Last reply
                                    0
                                    • scalzS scalz

                                      yes Espressif has released an Errata doc, some issues related to silicon die ic. Minor issue, depending of doing what with it.
                                      I read the fixed version should be available at beginning of next year.

                                      NeverDieN Offline
                                      NeverDieN Offline
                                      NeverDie
                                      Hero Member
                                      wrote on last edited by
                                      #74

                                      @scalz
                                      Thanks! , I see that the next revision of the silicon is scheduled for February 2017: http://esp32.de/eco_and_workarounds_for_bugs_in_esp32_en.pdf
                                      I'm in no rush. I'll wait until it's deemed ready for prime-time.

                                      1 Reply Last reply
                                      0
                                      • NeverDieN Offline
                                        NeverDieN Offline
                                        NeverDie
                                        Hero Member
                                        wrote on last edited by
                                        #75

                                        I've tested the board, and it works fine.

                                        1 Reply Last reply
                                        0
                                        • NeverDieN Offline
                                          NeverDieN Offline
                                          NeverDie
                                          Hero Member
                                          wrote on last edited by
                                          #76

                                          I added some photos of the lateset board version.

                                          This project is now finished. :smile:

                                          1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          12

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular