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. Rechargeable Lithium Ion Sensor Custom PCB

Rechargeable Lithium Ion Sensor Custom PCB

Scheduled Pinned Locked Moved Hardware
71 Posts 12 Posters 29.4k 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.
  • D Offline
    D Offline
    dakipro
    wrote on last edited by dakipro
    #62

    Makes sense. I am just comparing different editions, it appeared to me that the relay board could be a completelly separate project/pcb, as it would not work quite well on the rechargeable battery, and has quite a different purpose/audience I guess.
    Rev 0.3 would then be trully "rechargeable" battery sensor (as in the title), and rev 1.0 would be completelly different, or does it contain same pins as 0.3 (pluss relay which can simply be ignored?).

    I would use it for motion, temp+hum, door switch and light/lux meter, is it then safe to order rev 1.0 for such a sensor?

    And to order it, i usually/only need the .brd and sch files right?

    p.s. custom housing looks very slick :)

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

    HenryWhiteH 1 Reply Last reply
    0
    • D dakipro

      Makes sense. I am just comparing different editions, it appeared to me that the relay board could be a completelly separate project/pcb, as it would not work quite well on the rechargeable battery, and has quite a different purpose/audience I guess.
      Rev 0.3 would then be trully "rechargeable" battery sensor (as in the title), and rev 1.0 would be completelly different, or does it contain same pins as 0.3 (pluss relay which can simply be ignored?).

      I would use it for motion, temp+hum, door switch and light/lux meter, is it then safe to order rev 1.0 for such a sensor?

      And to order it, i usually/only need the .brd and sch files right?

      p.s. custom housing looks very slick :)

      HenryWhiteH Offline
      HenryWhiteH Offline
      HenryWhite
      wrote on last edited by HenryWhite
      #63

      @dakipro said:

      Rev 0.3 would then be trully "rechargeable" battery sensor (as in the title), and rev 1.0 would be completelly different, or does it contain same pins as 0.3 (pluss relay which can simply be ignored?).

      Rev 1.0 has nearly the same pins, except that you can only connect one switch (Rev 0.3: two switches) - but yes, you can simply ignore the relay, diode and transistor if you don't want to use a relay.
      Nonetheless, if you are sure that you will never use the board with a relay, I suggest that you go with Rev. 0.3.

      And to order it, i usually/only need the .brd and sch files right?

      It depends on the pcb manufacturer, but most of the time you will need the gerber files (which can be generated with the .sch file through the CAM-processor with the .cam file (which the specific board house provides).

      PS: I ordered my boards from elecrow.

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

        Thanks, I was ordering from oshpark before, but I see that elecrow has some nice prices as well.
        I noticed that you have _gerber.zip for 1.0, if you by any chance find _gerber.zip for 0.3 I would appreciate if you upload it to the thread :)
        (no, i am not lazy to convert them with eagle, but still not confortable and afreaid that I might select some wrong option :) )

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

        HenryWhiteH 1 Reply Last reply
        0
        • D dakipro

          Thanks, I was ordering from oshpark before, but I see that elecrow has some nice prices as well.
          I noticed that you have _gerber.zip for 1.0, if you by any chance find _gerber.zip for 0.3 I would appreciate if you upload it to the thread :)
          (no, i am not lazy to convert them with eagle, but still not confortable and afreaid that I might select some wrong option :) )

          HenryWhiteH Offline
          HenryWhiteH Offline
          HenryWhite
          wrote on last edited by
          #65

          @dakipro here you go:

          0_1470866547655_Gerber_rev0.3.zip

          Be aware that this are the gerber files for the pcb service from elecrow. Other pcb services may have other specifications!

          1 Reply Last reply
          0
          • toufouT Offline
            toufouT Offline
            toufou
            wrote on last edited by
            #66

            Hi HenryWhite,

            Great job, very nice.

            I have some questions:

            • Why do you sent input voltage to A0? is it for voltage supervision?
            • Is it possible to have your sketch file?

            Thanks for your sharing,
            TouFou

            HenryWhiteH 1 Reply Last reply
            0
            • toufouT toufou

              Hi HenryWhite,

              Great job, very nice.

              I have some questions:

              • Why do you sent input voltage to A0? is it for voltage supervision?
              • Is it possible to have your sketch file?

              Thanks for your sharing,
              TouFou

              HenryWhiteH Offline
              HenryWhiteH Offline
              HenryWhite
              wrote on last edited by
              #67

              @toufou said:

              Hi HenryWhite,

              Great job, very nice.

              I have some questions:

              • Why do you sent input voltage to A0? is it for voltage supervision?
              • Is it possible to have your sketch file?

              Thanks for your sharing,
              TouFou

              Hi, yes it's for measuring the battery level.
              You can find the schematics and all the other files in my first post.

              1 Reply Last reply
              0
              • toufouT Offline
                toufouT Offline
                toufou
                wrote on last edited by
                #68

                Hi,
                Thanks for your reply.
                In the first post, i see schematics, brd and gerber file, but i don't see .ino file to flash arduino pro mini.....

                HenryWhiteH 1 Reply Last reply
                0
                • toufouT toufou

                  Hi,
                  Thanks for your reply.
                  In the first post, i see schematics, brd and gerber file, but i don't see .ino file to flash arduino pro mini.....

                  HenryWhiteH Offline
                  HenryWhiteH Offline
                  HenryWhite
                  wrote on last edited by
                  #69

                  @toufou said:

                  Hi,
                  Thanks for your reply.
                  In the first post, i see schematics, brd and gerber file, but i don't see .ino file to flash arduino pro mini.....

                  You can adapt the example sketches MySensors offers, it shouldn't be hard. Also the sketch will depend on what you plan to use the board for. (Motion, Switch, Temperature,...)

                  1 Reply Last reply
                  0
                  • toufouT Offline
                    toufouT Offline
                    toufou
                    wrote on last edited by toufou
                    #70

                    Ok!

                    I thought you had specific because your sensor is about 10month with arduino regulator! excellent.

                    Another question:
                    You use a motion sensor as i want. You make a reference to a hack to use it with 3.3V instead of 5V. Have you a link to see that?

                    Thanks

                    HenryWhiteH 1 Reply Last reply
                    0
                    • toufouT toufou

                      Ok!

                      I thought you had specific because your sensor is about 10month with arduino regulator! excellent.

                      Another question:
                      You use a motion sensor as i want. You make a reference to a hack to use it with 3.3V instead of 5V. Have you a link to see that?

                      Thanks

                      HenryWhiteH Offline
                      HenryWhiteH Offline
                      HenryWhite
                      wrote on last edited by
                      #71

                      @toufou said:

                      You use a motion sensor as i want. You make a reference to a hack to use it with 3.3V instead of 5V. Have you a link to see that?

                      Yes, here's a picture (the only thing you have to do is solder vcc to the HIGH-pad of your motion sensor):
                      0_1473068491824_123.png

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


                      25

                      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