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. Hardware
  3. Universal wireless sensor board w/NRF24l01+ and ESP8266 socket - ceech board

Universal wireless sensor board w/NRF24l01+ and ESP8266 socket - ceech board

Scheduled Pinned Locked Moved Hardware
board
41 Posts 9 Posters 22.3k Views 4 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.
  • S shabba

    EDITED

    Nevermind!!

    "- with CE and CSN pins connected to digital pins 7 and 8 (you must update MyConfig.h with these values). There is a 4.7uF capacitor connected across Vin and GND of the port"

    AWIA Offline
    AWIA Offline
    AWI
    Hero Member
    wrote on last edited by
    #21

    @shabba You do not need to update MyConfig.h. Just instantiate MySensor with the right parameters (default is 9, 10).

    // PIN Radio
    #define RADIO_CE_PIN    7       // radio chip enable
    #define RADIO_SS_PIN    8      // CS SS serial select
    
    ...
    
    MySensor gw(RADIO_CE_PIN, RADIO_SS_PIN);
    
    1 Reply Last reply
    0
    • epierreE Offline
      epierreE Offline
      epierre
      Hero Member
      wrote on last edited by
      #22

      Hello,

      I'm trying mine... any idea why the gateway doesn't receive it at 20cm distance ?

      req node id
      send: 255-255-255-0 s=255,c=3,t=3,pt=0,l=0,st=fail:
      sensor started, id 255
      req node id
      send: 255-255-255-0 s=255,c=3,t=3,pt=0,l=0,st=fail:
      req node id
      send: 255-255-255-0 s=255,c=3,t=3,pt=0,l=0,st=fail:
      req node id
      send: 255-255-255-0 s=255,c=3,t=3,pt=0,l=0,st=fail:
      req node id
      send: 255-255-255-0 s=255,c=3,t=3,pt=0,l=0,st=fail:
      

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

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

        @ceech sorry seems the radio was dead ...

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

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

          @ceech I have an issue on a board (lipo+solar) where when I put the programmer it works, when I remove it and leave it on battery it doesn't... battery is 94%, I checked sensors get the energy.. but no more radio it seems, an idea ?

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

          C 1 Reply Last reply
          0
          • epierreE epierre

            @ceech I have an issue on a board (lipo+solar) where when I put the programmer it works, when I remove it and leave it on battery it doesn't... battery is 94%, I checked sensors get the energy.. but no more radio it seems, an idea ?

            C Offline
            C Offline
            ceech
            Hardware Contributor
            wrote on last edited by
            #25

            @epierre It is probably a loose contact on the battery connector. Try using a multimeter and check the important connections.

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

              @ceech can you point me to the wirings ? thanks,

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

              C 1 Reply Last reply
              0
              • epierreE epierre

                @ceech can you point me to the wirings ? thanks,

                C Offline
                C Offline
                ceech
                Hardware Contributor
                wrote on last edited by
                #27

                @epierre Which board are you using?

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

                  on this one this is the lipo+solar.

                  On the other thread, I mistakenly ordered the "standard" version through mysensor website, and had no time till now to test this out... so bard both weren't proposed...

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

                  C 1 Reply Last reply
                  0
                  • epierreE epierre

                    on this one this is the lipo+solar.

                    On the other thread, I mistakenly ordered the "standard" version through mysensor website, and had no time till now to test this out... so bard both weren't proposed...

                    C Offline
                    C Offline
                    ceech
                    Hardware Contributor
                    wrote on last edited by ceech
                    #29

                    @epierre The battery is connected with the marked trace:
                    0_1455472919086_board_01.png

                    It goes to the switch an over to the voltage regulator:

                    0_1455473099917_board_02.png

                    You should measure battery voltage along those lines with respect to the GND. On the other side of the voltage regulator there should be 3V3.

                    On the side note -- you can use those boards that you've mentioned on the other thread to charge the battery. No problem.

                    epierreE 1 Reply Last reply
                    0
                    • C ceech

                      @epierre The battery is connected with the marked trace:
                      0_1455472919086_board_01.png

                      It goes to the switch an over to the voltage regulator:

                      0_1455473099917_board_02.png

                      You should measure battery voltage along those lines with respect to the GND. On the other side of the voltage regulator there should be 3V3.

                      On the side note -- you can use those boards that you've mentioned on the other thread to charge the battery. No problem.

                      epierreE Offline
                      epierreE Offline
                      epierre
                      Hero Member
                      wrote on last edited by epierre
                      #30

                      @ceech said:

                      along those lines with respect to the GND. On the other side of the voltage regulator there should be 3V3.

                      thanks, but I should not have mixed both, my issue is with the other one.

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

                      C 1 Reply Last reply
                      0
                      • epierreE epierre

                        @ceech said:

                        along those lines with respect to the GND. On the other side of the voltage regulator there should be 3V3.

                        thanks, but I should not have mixed both, my issue is with the other one.

                        C Offline
                        C Offline
                        ceech
                        Hardware Contributor
                        wrote on last edited by ceech
                        #31

                        @epierre The one with LTC4067 or the one with LTC4079? It's probably the one with LTC4067.
                        Here, this is the battery path to the charger:
                        0_1455474348741_board_03.png

                        and then to the voltage regulator:

                        0_1455474386188_board_04.png

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

                          on the LCT4067, I have 4.17 , on the battery, VCC/GND gives 1.608, same on programmer pin. But this is correct with the programmer, so I get I have an issue from the battery circuit voltage transformation.

                          on the standard one LTC4079, voltages are correct, 4.17 on Vin/GND, 3.3 on VCC/GND

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

                          C 1 Reply Last reply
                          0
                          • epierreE epierre

                            on the LCT4067, I have 4.17 , on the battery, VCC/GND gives 1.608, same on programmer pin. But this is correct with the programmer, so I get I have an issue from the battery circuit voltage transformation.

                            on the standard one LTC4079, voltages are correct, 4.17 on Vin/GND, 3.3 on VCC/GND

                            C Offline
                            C Offline
                            ceech
                            Hardware Contributor
                            wrote on last edited by
                            #33

                            @epierre It's either the LTC4067, or the voltage regulator. Can you send me the board back?
                            I'll repair it and send you back.

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

                              @ceech said:

                              . Can you send me the board back?
                              I'll repair it and send you back.

                              hello fine, also I wanted to try the thermopile so there will be more on return ;-)

                              In the meanwhile, how can I have my solar panel on the LTC4079 ? can the lithium charger do the trick ?

                              Thanks,

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

                              C 1 Reply Last reply
                              0
                              • epierreE epierre

                                @ceech said:

                                . Can you send me the board back?
                                I'll repair it and send you back.

                                hello fine, also I wanted to try the thermopile so there will be more on return ;-)

                                In the meanwhile, how can I have my solar panel on the LTC4079 ? can the lithium charger do the trick ?

                                Thanks,

                                C Offline
                                C Offline
                                ceech
                                Hardware Contributor
                                wrote on last edited by
                                #35

                                @epierre I've received the board and repaired it. I had to replace the battery management IC. The LTC4067. The output was fried. I also replaced the voltage regulator while I was at it.

                                0_1456327899884_20160224_152838.jpg

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

                                  @ceech said:

                                  had to replace the battery management IC. The LTC4067. The output was fried. I also replaced the voltage regulator while I was at it.

                                  @ceech thanks a lot, any idea why this would happen ?

                                  what kind of bluetooth module are you using ? I've managed nothing good with the HC-05, maybe faulty hard to know.

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

                                  1 Reply Last reply
                                  0
                                  • C Offline
                                    C Offline
                                    ceech
                                    Hardware Contributor
                                    wrote on last edited by
                                    #37

                                    There are current limiters on input and output side. So short circuit is out of the question. Maybe overvoltage on the input side.
                                    Yes, that's HC-05. Just use it as a serial monitor. It's the same.

                                    1 Reply Last reply
                                    0
                                    • N Offline
                                      N Offline
                                      nunver
                                      wrote on last edited by
                                      #38

                                      @ceech for the solar panel and lipo version, could you let me know what type of battery and panel I shoulld buy? Also, is there a tutorial for usage of that version? I am new in solar panel and cahrging batteries. Thanks

                                      C 1 Reply Last reply
                                      0
                                      • N nunver

                                        @ceech for the solar panel and lipo version, could you let me know what type of battery and panel I shoulld buy? Also, is there a tutorial for usage of that version? I am new in solar panel and cahrging batteries. Thanks

                                        C Offline
                                        C Offline
                                        ceech
                                        Hardware Contributor
                                        wrote on last edited by ceech
                                        #39

                                        @nunver The best solar panel is the one with voltages between 5 and 12 volts. And the board is set for a standard 3.7V Li-ion single cell battery. I've just updated the board with a DC-DC buck-boost converter which works below and above battery voltage. There is also plenty of other information on the following page:

                                        http://www.ebay.com/itm/331800929918?ssPageName=STRK:MESELX:IT&_trksid=p3984.m1586.l2649

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

                                          @ceech what did you use for soldering, I cannot see it myself (sure I have a lot to learn for SMD soldering...

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

                                          C 1 Reply Last reply
                                          0
                                          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.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