Skip to content
  • MySensors
  • 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. My Project
  3. My Ugly ESP GW Prototype

My Ugly ESP GW Prototype

Scheduled Pinned Locked Moved My Project
34 Posts 18 Posters 16.7k Views 8 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.
  • hekH hek

    Ok, had to toss something together for the ESP gw development.
    Not pretty, but hopefully it'll work.

    20150630_152056.jpg
    20150630_153429.jpg

    RJ_MakeR Offline
    RJ_MakeR Offline
    RJ_Make
    Hero Member
    wrote on last edited by
    #5

    @hek Ugly???? That right there is a thing of beauty in my world... :stuck_out_tongue:

    RJ_Make

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

      @hek: very interesting. I will follow your work too.
      Do you know Huzzah esp8266, I think yes. Because pcb board is opensource and it is easier to use than china breadboard. But maybe you received it with esp on it? Otherwise it could help if you have more chips.
      See you soon.

      1 Reply Last reply
      0
      • hekH Offline
        hekH Offline
        hek
        Admin
        wrote on last edited by
        #7

        @scalz said:

        Huzzah esp8266

        Yes, Huzzah seems nice. But I bought a couple of these (which includes an esp-07):
        http://www.ebay.com/itm/141656822263?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

        1 Reply Last reply
        0
        • H Offline
          H Offline
          hitosnap
          wrote on last edited by
          #8

          All ESP stuff info http://tech.scargill.net/ ESP12E or ESP13 .

          1 Reply Last reply
          0
          • DidiD Offline
            DidiD Offline
            Didi
            wrote on last edited by
            #9

            I knowMr Scargills techblog very long and it´s really good ;-)

            if (knowledge == 0) { use BRAIN; use GOOGLE;use SEARCH; } else {make POST;}

            1 Reply Last reply
            0
            • tbowmoT Offline
              tbowmoT Offline
              tbowmo
              Admin
              wrote on last edited by
              #10

              @hek

              Do you have some more details on that level converter thingie that you've used between the arduino, and the ESP8266?

              1 Reply Last reply
              0
              • hekH Offline
                hekH Offline
                hek
                Admin
                wrote on last edited by
                #11

                I used this one:

                http://www.ebay.com/itm/181572335264?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

                Moshe LivneM 1 Reply Last reply
                0
                • hekH hek

                  I used this one:

                  http://www.ebay.com/itm/181572335264?_trksid=p2057872.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

                  Moshe LivneM Offline
                  Moshe LivneM Offline
                  Moshe Livne
                  Hero Member
                  wrote on last edited by
                  #12

                  @hek what is the thing the nrf is sitting on? what is the esp for? and if this is ugly, you should see some of my stuff.... it is almost neat....

                  hekH 1 Reply Last reply
                  0
                  • Moshe LivneM Moshe Livne

                    @hek what is the thing the nrf is sitting on? what is the esp for? and if this is ugly, you should see some of my stuff.... it is almost neat....

                    hekH Offline
                    hekH Offline
                    hek
                    Admin
                    wrote on last edited by hek
                    #13

                    @Moshe-Livne

                    Te radio is sitting on a (slightly modified) NRF-socket adapter plate as I didn't have any AMS step downs laying around.
                    http://www.ebay.com/itm/Socket-Adapter-plate-Board-for-8Pin-NRF24L01-Wireless-Transceive-module-51-/200960749614?pt=LH_DefaultDomain_0&hash=item2eca31b02e

                    The ESP is there to create a wireless connection to the controller (PoC).

                    1 Reply Last reply
                    0
                    • hekH hek

                      @Fabien
                      Yes, I know it can be programmed directly which could be a good option for (none battery) sensor nodes. It is still somewhat more complicated to get started using ESP modules (compared to Arduino). Waiting with interest on results from the community members trying to port MySensors library running natively on ESP.

                      But anyhow, the gateway @tbowmo is designing will running on a ATMega1284 and communicate through serial AT-commands to ESP, so I'd better start developing that code as well. :)

                      Regarding ESP inputs being 5V tolerant.. When googling around I'm getting mixed results regarding this. Better safe than sorry.

                      tekkaT Offline
                      tekkaT Offline
                      tekka
                      Admin
                      wrote on last edited by
                      #14

                      @hek said:

                      Waiting with interest on results from the community members trying to port MySensors library running natively on ESP.

                      I'm running the GW sketch (and repeater node) natively on the ESP8266 - however, the porting needs some additional work on EEPROM handling and pointer addressing. Also, a stable power supply is important (>3.1V with ESP8266 and NRF24 attached, no peaks). Will post more as porting progresses.

                      M 1 Reply Last reply
                      1
                      • tekkaT tekka

                        @hek said:

                        Waiting with interest on results from the community members trying to port MySensors library running natively on ESP.

                        I'm running the GW sketch (and repeater node) natively on the ESP8266 - however, the porting needs some additional work on EEPROM handling and pointer addressing. Also, a stable power supply is important (>3.1V with ESP8266 and NRF24 attached, no peaks). Will post more as porting progresses.

                        M Offline
                        M Offline
                        Mickey
                        wrote on last edited by
                        #15

                        @tekka said:

                        @hek said:

                        Waiting with interest on results from the community members trying to port MySensors library running natively on ESP.

                        I'm running the GW sketch (and repeater node) natively on the ESP8266 - however, the porting needs some additional work on EEPROM handling and pointer addressing. Also, a stable power supply is important (>3.1V with ESP8266 and NRF24 attached, no peaks). Will post more as porting progresses.

                        Do you porting it to Arduino environment or using the native esp sdk ?

                        1 Reply Last reply
                        0
                        • ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #16

                          Would also be interested to have MySensors on ESP8266 "native" (without Arduino) using the Arduino IDE. This is what you are planning to do ?

                          1 Reply Last reply
                          0
                          • BulldogLowellB Offline
                            BulldogLowellB Offline
                            BulldogLowell
                            Contest Winner
                            wrote on last edited by BulldogLowell
                            #17

                            I'll donate a Photon to someone who can port the ethernet gateway over to Particle!!!

                            @hek ?? WE SHOULD BE ABLE TO ADD A LOT OF FUNCTIONALITY WITH THIS LITTLE POWERHOUSE

                            128KB RAM
                            120MHZ

                            Screen Shot 2015-07-30 at 10.05.18 PM.png

                            1 Reply Last reply
                            0
                            • epierreE Offline
                              epierreE Offline
                              epierre
                              Hero Member
                              wrote on last edited by
                              #18

                              I already have one, thanx !

                              guy, I had the same idea, and the photon is a beast (when you make it work for I was an alpha alpha tester...)

                              z-wave - Vera -> Domoticz
                              rfx - Domoticz <- MyDomoAtHome <- Imperihome
                              mysensors -> mysensors-gw -> Domoticz

                              1 Reply Last reply
                              1
                              • epierreE Offline
                                epierreE Offline
                                epierre
                                Hero Member
                                wrote on last edited by
                                #19

                                @BulldogLowell someone already ported the nrf24l library here: https://community.particle.io/t/request-answered-nrf24l01-library/2286

                                z-wave - Vera -> Domoticz
                                rfx - Domoticz <- MyDomoAtHome <- Imperihome
                                mysensors -> mysensors-gw -> Domoticz

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

                                  Have you guys seen this? http://www.seeedstudio.com/depot/EMW3165-CortexM4-based-WiFi-SoC-Module-p-2488.html
                                  The specs seem almost the same as the Photon's, but it's less than half the price. And, it's in stock.

                                  I'm open minded. Is there a reason to prefer the Photon?

                                  1 Reply Last reply
                                  0
                                  • tbowmoT Offline
                                    tbowmoT Offline
                                    tbowmo
                                    Admin
                                    wrote on last edited by
                                    #21

                                    @NeverDie

                                    Looks interesting. However, it's probably a bit more complicated to use for newcommers, as it's not arduino compatible (not yet anyways).

                                    NeverDieN 1 Reply Last reply
                                    0
                                    • tbowmoT tbowmo

                                      @NeverDie

                                      Looks interesting. However, it's probably a bit more complicated to use for newcommers, as it's not arduino compatible (not yet anyways).

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

                                      @tbowmo said:

                                      @NeverDie

                                      Looks interesting. However, it's probably a bit more complicated to use for newcommers, as it's not arduino compatible (not yet anyways).

                                      Good point. Also, the Photon already has header pins soldered on, and not having that means extra work.

                                      I think I'm persuaded that, at least for now, the Photon can justify its higher price.

                                      What's the best board to dock it into? Or is it simply roll-you-own with female headers on some prototyping board?

                                      Sparkfun will have a Photon redboard, but at $39.95....

                                      1 Reply Last reply
                                      0
                                      • tbowmoT Offline
                                        tbowmoT Offline
                                        tbowmo
                                        Admin
                                        wrote on last edited by
                                        #23

                                        @NeverDie

                                        Is Photon compatible with Arduino? (the build eco system). That is one of the key elements of mysensors at the moment, and what makes it accessible for newcommers.

                                        If not then everything needs to be ported to another build system..

                                        BulldogLowellB NeverDieN 2 Replies Last reply
                                        0
                                        • tbowmoT tbowmo

                                          @NeverDie

                                          Is Photon compatible with Arduino? (the build eco system). That is one of the key elements of mysensors at the moment, and what makes it accessible for newcommers.

                                          If not then everything needs to be ported to another build system..

                                          BulldogLowellB Offline
                                          BulldogLowellB Offline
                                          BulldogLowell
                                          Contest Winner
                                          wrote on last edited by
                                          #24

                                          @tbowmo said:

                                          Is Photon compatible with Arduino?

                                          It is "Arduino-like" for sure, but a little different in that it's implementation is still developing. I've done a few projects with Photon, including (vera controlled) LED projects and sensors. There are some differences so you may find it rough at first (particularly with the availability of Libraries).

                                          Probably a great add-on to your sensor network if you are more experienced with Arduino.

                                          Like MySensors, they have a terrific forum!

                                          PS, comparable to the EMW3165, the P1 version of photon is $10

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


                                          24

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 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
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular