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. OpenHardware.io
  3. 💬 NModule

💬 NModule

Scheduled Pinned Locked Moved OpenHardware.io
mysensorsnmoduletemperaturedoorlightpirhumidityrelaymilighttouchaccelerometer
89 Posts 12 Posters 17.8k Views 10 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.
  • D dakipro

    thanks for detailed explanation, I was always a bit skeptical towards those small batteries, but your module (and documentation) clears all doubts :)
    Do you have any experience with OTA updates? I understand that it also needs custom boot-loader (sorry still not having enough understanding about all the things that are involved in making one node, a lot of new terms for me :) )

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

    @dakipro no sorry I'm not (yet) using OTA.
    But yes you need a specific bootloader that will download the new code from the controller and update flash memory of the atmega. There are 2 solutions for this (sorry forgot the names of bootloaders but check the documentation):

    • a bootloader that needs an external flash chip to store the downloaded code. It's a constraint, but it allows the sensor to continue running during download and it will be "offline" only for a short time during memory copy & reboot
    • a bootloader that will copy directly the new code to the flash memory. It means as soon as the sketch started to download your node is offline until all the sketch is downloaded. And if update fails, your old sketch is still gone

    OTA also need some specific code to check for the updates.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dakipro
      wrote on last edited by
      #34

      Thanks :)
      Then I guess all that is left is to motivate you to start OTA and improve it (finetune) it to nmodule :)
      I used it for regular modules and it is really practical, but I never had much luck with optimizing modules for battery performance. I would get a half year/year with 2 AA batteries, which is not that good comparing with your tweaks for CR battery.

      Keep us updated on other modules, people are waiting for your tests to start ordering :)

      C: OpenHAB2 with node-red on linux laptop
      GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
      GW: Arduino Mega, RFLink 433Mhz

      Nca78N 2 Replies Last reply
      1
      • D dakipro

        Thanks :)
        Then I guess all that is left is to motivate you to start OTA and improve it (finetune) it to nmodule :)
        I used it for regular modules and it is really practical, but I never had much luck with optimizing modules for battery performance. I would get a half year/year with 2 AA batteries, which is not that good comparing with your tweaks for CR battery.

        Keep us updated on other modules, people are waiting for your tests to start ordering :)

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

        @dakipro for OTA I don't think there's much to do with batteries & OTA' Either the batteries allow continuous load (CR123, AAA, li-ion etc) or you just can't do it.

        For battery life it's pretty simple but people keep choosing the wrong options and end up with poor battery life/instability etc etc. That's the reason I created the NModule: cheap and sure way to get a good battery life. Then I got a bit wild with the "shields" but that's another story :D

        For other shields I'm making (slow) progress but I hope to take NModule, TH, Light/SSR, dual touch button, MiLight bridge and PWM boards out of the "work in progress" status during the next 2 weeks.

        0_1499479885941_IMAG1807~2.jpg

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dakipro
          wrote on last edited by
          #36

          Hey @Nca78 I received the boards and components (yay!)
          But... I connected three modules, and none of them works :(
          They all have transport (radio?) fail like

          32 TSM:INIT
          49 TSF:WUR:MS=0
          81 !TSM:INIT:TSP FAIL
          98 TSM:FAIL:CNT=1
          114 TSM:FAIL:PDT

          I tried connecting radios from two different batches, I tried connecting only the radio and arduino, I tried powering it from separate powersupply and only debug via serial. I tried provided sketch and also tried dummy sketch from the examples. I tried using the CR battery, node works fine except that the radio doesn't start communicating.
          I do measure 3V on the radio pins. I tried with and without radio cap.

          I am using chinese silicon mat to solder components on, I read somewhere that you use something similar *(not that I am spying on you :) ) but could it be that I am frying all the radios with static electricity?
          I have used the mat before and it works fine with regular radios, nothing fried so far, but there is something preventing nodes from working :(

          Do you have any suggestions on how I can debug them and see what seems to be the problem?

          C: OpenHAB2 with node-red on linux laptop
          GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
          GW: Arduino Mega, RFLink 433Mhz

          Nca78N NeverDieN 2 Replies Last reply
          0
          • D dakipro

            Hey @Nca78 I received the boards and components (yay!)
            But... I connected three modules, and none of them works :(
            They all have transport (radio?) fail like

            32 TSM:INIT
            49 TSF:WUR:MS=0
            81 !TSM:INIT:TSP FAIL
            98 TSM:FAIL:CNT=1
            114 TSM:FAIL:PDT

            I tried connecting radios from two different batches, I tried connecting only the radio and arduino, I tried powering it from separate powersupply and only debug via serial. I tried provided sketch and also tried dummy sketch from the examples. I tried using the CR battery, node works fine except that the radio doesn't start communicating.
            I do measure 3V on the radio pins. I tried with and without radio cap.

            I am using chinese silicon mat to solder components on, I read somewhere that you use something similar *(not that I am spying on you :) ) but could it be that I am frying all the radios with static electricity?
            I have used the mat before and it works fine with regular radios, nothing fried so far, but there is something preventing nodes from working :(

            Do you have any suggestions on how I can debug them and see what seems to be the problem?

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

            Hello, @dakipro, can you show a picture of one of the board ?
            Did you short the jumpers (JPOWER and JRDIO) if you're not using any regulators ?

            Yes I use a cheap silicon mat because it's so convenient, and I never had any problems with it all my radio worked.

            1 Reply Last reply
            0
            • D dakipro

              Hey @Nca78 I received the boards and components (yay!)
              But... I connected three modules, and none of them works :(
              They all have transport (radio?) fail like

              32 TSM:INIT
              49 TSF:WUR:MS=0
              81 !TSM:INIT:TSP FAIL
              98 TSM:FAIL:CNT=1
              114 TSM:FAIL:PDT

              I tried connecting radios from two different batches, I tried connecting only the radio and arduino, I tried powering it from separate powersupply and only debug via serial. I tried provided sketch and also tried dummy sketch from the examples. I tried using the CR battery, node works fine except that the radio doesn't start communicating.
              I do measure 3V on the radio pins. I tried with and without radio cap.

              I am using chinese silicon mat to solder components on, I read somewhere that you use something similar *(not that I am spying on you :) ) but could it be that I am frying all the radios with static electricity?
              I have used the mat before and it works fine with regular radios, nothing fried so far, but there is something preventing nodes from working :(

              Do you have any suggestions on how I can debug them and see what seems to be the problem?

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

              @dakipro
              I get the impression that not all radio modules use the same pinouts. You may want to confirm that yours are the same as @Nca78's in that regard.

              Nca78N 1 Reply Last reply
              1
              • NeverDieN NeverDie

                @dakipro
                I get the impression that not all radio modules use the same pinouts. You may want to confirm that yours are the same as @Nca78's in that regard.

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

                @NeverDie is right. Some modules like those from CDEByte are different from the classic SMD modules from AliExpress and must be soldered on the "pa/lna" pinout (the one closest to the edge of the board).

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

                  Looks as though the PA/LNA part of the silkscreen warning got largely obliterated by the solder pads.

                  1 Reply Last reply
                  0
                  • D Offline
                    D Offline
                    dakipro
                    wrote on last edited by
                    #41

                    Must I have a radio cap?
                    I connected the jumpers now quickly for a test (missed the part that I need them), but still same error

                    49 TSF:WUR:MS=0
                    81 !TSM:INIT:TSP FAIL
                    98 TSM:FAIL:CNT=1
                    114 TSM:FAIL:PDT
                    10158 TSM:FAIL:RE-INIT
                    10174 TSM:INIT
                    10207 !TSM:INIT:TSP FAIL
                    10240 TSM:FAIL:CNT=2
                    10256 TSM:FAIL:PDT

                    Here is the photo of the board (a bit blurry, I can take it again if it helps)
                    0_1506263553498_IMG_0702-800.jpg

                    I am missing the radio cap as I was testing lest night without them, but I can solder them in a few hours and test again if you think it will help.

                    I connect power to the vcc pin of the "connection pins" right?

                    Radio is the one linked in the BOM from aliexpress

                    C: OpenHAB2 with node-red on linux laptop
                    GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                    GW: Arduino Mega, RFLink 433Mhz

                    NeverDieN 1 Reply Last reply
                    0
                    • D Offline
                      D Offline
                      dakipro
                      wrote on last edited by
                      #42

                      I put the radio cap back (4.7uf the largest I have in smd), but still same error :(

                      C: OpenHAB2 with node-red on linux laptop
                      GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                      GW: Arduino Mega, RFLink 433Mhz

                      1 Reply Last reply
                      0
                      • D dakipro

                        Must I have a radio cap?
                        I connected the jumpers now quickly for a test (missed the part that I need them), but still same error

                        49 TSF:WUR:MS=0
                        81 !TSM:INIT:TSP FAIL
                        98 TSM:FAIL:CNT=1
                        114 TSM:FAIL:PDT
                        10158 TSM:FAIL:RE-INIT
                        10174 TSM:INIT
                        10207 !TSM:INIT:TSP FAIL
                        10240 TSM:FAIL:CNT=2
                        10256 TSM:FAIL:PDT

                        Here is the photo of the board (a bit blurry, I can take it again if it helps)
                        0_1506263553498_IMG_0702-800.jpg

                        I am missing the radio cap as I was testing lest night without them, but I can solder them in a few hours and test again if you think it will help.

                        I connect power to the vcc pin of the "connection pins" right?

                        Radio is the one linked in the BOM from aliexpress

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

                        @dakipro

                        Your photo seems to show some hair-like filaments. Don't know if they're conductive, but, if so, maybe they're bridging some of your solder pads? Have you checked with a continuity meter?

                        1 Reply Last reply
                        0
                        • D Offline
                          D Offline
                          dakipro
                          wrote on last edited by
                          #44

                          checked between the pins, no radio pins are touching each other. Those hairs er most likely from the cat, got them cleaned after the photo.
                          I will try to make one more module in a few days and test.

                          But to confirm, for the simplest module I need >4.7uF cap, pro mini and the radio, two jumpers (jpower and jrdio) and some mock sketch, and it should all work?
                          Have I missed some other jumper or resistor or some other component maybe?

                          C: OpenHAB2 with node-red on linux laptop
                          GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                          GW: Arduino Mega, RFLink 433Mhz

                          Nca78N 1 Reply Last reply
                          0
                          • D dakipro

                            checked between the pins, no radio pins are touching each other. Those hairs er most likely from the cat, got them cleaned after the photo.
                            I will try to make one more module in a few days and test.

                            But to confirm, for the simplest module I need >4.7uF cap, pro mini and the radio, two jumpers (jpower and jrdio) and some mock sketch, and it should all work?
                            Have I missed some other jumper or resistor or some other component maybe?

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

                            @dakipro no you're not missing anything now.
                            Cap is not even necessary at the moment don't worry about it.

                            Problem is connection with radio so you have to make sure :

                            • VCC and GND pins of radio are correctly connected (seems it's done)
                            • SPI pins are correctly connected to the radio, check the "connecting the radio" page for the pinout on the pro mini, and radio module pinout. Then check continuity from radio connector to matching pin on radio side, you might have a soldering problem.
                            1 Reply Last reply
                            0
                            • Nca78N Offline
                              Nca78N Offline
                              Nca78
                              Hardware Contributor
                              wrote on last edited by
                              #46

                              @dakipro you can also check the continuity between adjacents pins of the radio modules, it should be in MOmhs, if lower that could be a reason for failing communication too.

                              Nca78N 1 Reply Last reply
                              0
                              • Nca78N Nca78

                                @dakipro you can also check the continuity between adjacents pins of the radio modules, it should be in MOmhs, if lower that could be a reason for failing communication too.

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

                                @Nca78 said in 💬 NModule:

                                @dakipro you can also check the continuity between adjacents pins of the radio modules, it should be in MOmhs, if lower that could be a reason for failing communication too.

                                Just reading on computer instead of phone and I see you did it already, so except a connection problem with the SPI pins I don't see any reason for failure...

                                1 Reply Last reply
                                0
                                • D dakipro

                                  Thanks :)
                                  Then I guess all that is left is to motivate you to start OTA and improve it (finetune) it to nmodule :)
                                  I used it for regular modules and it is really practical, but I never had much luck with optimizing modules for battery performance. I would get a half year/year with 2 AA batteries, which is not that good comparing with your tweaks for CR battery.

                                  Keep us updated on other modules, people are waiting for your tests to start ordering :)

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

                                  @dakipro said in 💬 NModule:

                                  Thanks :)
                                  Then I guess all that is left is to motivate you to start OTA and improve it (finetune) it to nmodule :)

                                  Just did OTA on a main powered NModule with MYSBootloader and it worked like a charm.
                                  I will test with a battery (CR123) module at 1MHz now, and post a tutorial later.

                                  NeverDieN 1 Reply Last reply
                                  1
                                  • Nca78N Nca78

                                    @dakipro said in 💬 NModule:

                                    Thanks :)
                                    Then I guess all that is left is to motivate you to start OTA and improve it (finetune) it to nmodule :)

                                    Just did OTA on a main powered NModule with MYSBootloader and it worked like a charm.
                                    I will test with a battery (CR123) module at 1MHz now, and post a tutorial later.

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

                                    @Nca78 said in 💬 NModule:

                                    post a tutorial

                                    That would be awesome.

                                    1 Reply Last reply
                                    0
                                    • D Offline
                                      D Offline
                                      dakipro
                                      wrote on last edited by dakipro
                                      #50

                                      IT WORKS!! Life is worth living again...
                                      I've assembled now fourth module and it works, only different thing I did is that I have soldered the radio and power jumpers before connecting the module together. It could be that without jumpers essential component of all electronics (white smoke) gets out of the radio, not sure what happened. But it works!

                                      I was struggling a bit to figure out all components needed and all the steps, it might be helpful to have a "short guide", this is for my own reference of what I did in order to get CR2032 module for using with TempHumDoor shield:

                                      Components needed [nModule]: pro mini, radio, nmodule board, 1 capacitor for radio larger then 4.7uf (I har only 10uf, I have ordered 47uf for future modules).

                                      Assembling process

                                      • Burn 1mhz bootloader on pro mini
                                      • solder two jumpers for jpower and jrdio
                                      • solder the radio to the board
                                      • Control that there is no connection between the radio pins, resistance is at least above 200Kohm (don't skip this part thinking it cannot happen to you, it will happen)
                                      • Solder >4.7uf (f.eks. 10ud) smd.
                                      • Solder all legs to arduino (except last two RXI and TX0, you will see them missing when you align nModule)
                                      • Take off the plastic from the legs, before you solder it to the radio (do this BEFORE you solder it to the board)
                                      • Solder arduino to nModule board
                                      • Since the capacitor is very small, just check if there is no short between plus and minus (vcc and gnd) pins, as somehow I managed to short them on one module, it turned out that one of the caps was shorting it, probably by overhitting or something.

                                      Upload mockMySensors sketch and check that node works properly (spare yourself a trouble, no point continuing further if this doesn't work) By this point you should have node looking like (better then) this:

                                      0_1506632551397_THD nModule 3 - IMG_0730_1024.jpg

                                      TempHumidityLightDoor shield components: SMD SI7021 for temperature and humidity and a MAX44009 for light, two capacitors larger then 100uf (I used two of 100uf, waiting for 220 to come). And the work so far.

                                      You basically solder these three/four components and the battery holder as described on the shield here https://www.openhardware.io/view/398/NModule-Temperature-Humidity-Light-Door-sensor-shield
                                      I didn't yet solder LEDs, but they are accessible after assembling the module.
                                      Then it looks like this:

                                      0_1506633186422_THD nModule 4 - IMG_0725_1024.jpg

                                      0_1506633204869_THD nModule 1 - IMG_0720_1024.jpg

                                      Now that nModule #1 is completed, you continue with other modules

                                      0_1506633280285_THD nModule 2 - IMG_0722_1024.jpg

                                      C: OpenHAB2 with node-red on linux laptop
                                      GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                                      GW: Arduino Mega, RFLink 433Mhz

                                      1 Reply Last reply
                                      2
                                      • D Offline
                                        D Offline
                                        dakipro
                                        wrote on last edited by
                                        #51

                                        It is great to hear that OTA update is coming soon @Nca78 looking forward to the tutorial :)

                                        C: OpenHAB2 with node-red on linux laptop
                                        GW: Arduino Nano - W5100 Ethernet, Nrf24l01+ 2,4Ghz mqtt
                                        GW: Arduino Mega, RFLink 433Mhz

                                        1 Reply Last reply
                                        1
                                        • H Offline
                                          H Offline
                                          Haozhi Wang
                                          wrote on last edited by
                                          #52

                                          If the "power" board is used, shall I keep the voltage regulator on Arduino? Without it, i think powering the board from RAW pin will not work.

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


                                          15

                                          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