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. PCB Boards for MySensors

PCB Boards for MySensors

Scheduled Pinned Locked Moved Hardware
56 Posts 24 Posters 59.1k Views 23 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.
  • RJ_MakeR Offline
    RJ_MakeR Offline
    RJ_Make
    Hero Member
    wrote on last edited by
    #9

    Really looking forward to this site. Anything we can do to help it along (for those who don't really program), maybe a little financial help??

    RJ_Make

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

      It's progressing.. Social login finalized and design of most parts. Hope to get some more time during x-mas vaccation to get gerber to svg functionality in place together with github integration...

      I would like to have some kind of "donate-to-hardware-creator" functionality... anyone here who knows paypal apis and in-and-out? (maybe i'll just contact them directly for the options available).

      1 Reply Last reply
      0
      • FotoFieberF Offline
        FotoFieberF Offline
        FotoFieber
        Hardware Contributor
        wrote on last edited by
        #11

        Not keen on soldering SMD, I designed my own PCB.

        The PCB has a flexible design (use jumpers):

        • use with battery
        • use with 5 volt (and LE33 for NRF24L01+)
        • use with voltage stabilazitaion to 3.3V (LE33) for ATMEGA328P and NRF24l01+

        mysduino2.fzz

        OSH Park Link

        I am programming it with an ISP.

        Use a 8 MHz setup: select Lilypad/328p in the Arduino IDE and first burn the bootloader.

        Then I set fuses with mit usbtinyisp to not reset the eeprom with the upload of a sketch (no new node id)

        ./avrdude -C /Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -c usbtiny -p m328p -U hfuse:w:0xD2:m
        

        an enable low voltage usage with battery:

        ./avrdude -C /Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf -c usbtiny -p m328p -U efuse:w:0x07:m
        
        1 Reply Last reply
        2
        • tbowmoT Offline
          tbowmoT Offline
          tbowmo
          Admin
          wrote on last edited by
          #12

          @meanpenugin first post probably needs a slight update on available boards :) And ongoing projects..

          1 Reply Last reply
          0
          • S Offline
            S Offline
            stevenwatson011
            wrote on last edited by
            #13

            Are thses PCB board available as stock board?

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

              @stevenwatson011

              Only the sensebender is available as official board (described in the thread "Minimal design thoughts")

              Some of the other boards are supplied with manufacturing details, so you can order your own pcb's and populate the boards yourself.

              1 Reply Last reply
              0
              • Frank HerrmannF Offline
                Frank HerrmannF Offline
                Frank Herrmann
                wrote on last edited by Frank Herrmann
                #15

                May you want to add my Boards?

                XAmbi mini kid pro (tested with NRF24L01+ & mysensors)
                https://oshpark.com/shared_projects/ezK4aEQd
                http://forum.mysensors.org/topic/1593/xambi-kid-mini-pro-prototype/6

                XAmbi kid mainboard (RFM12B)
                https://github.com/xpix/XAmbi/tree/master/Xambi_kids/xambikid_mainboard

                XAmbi kid sensorboard
                https://github.com/xpix/XAmbi/tree/master/Xambi_kids/xambikid_sensorboard

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  smokey1300
                  wrote on last edited by smokey1300
                  #16

                  I am trying to find a new sensor board design and I came across this one on OSH Park. Only thing is I don't who's board design or what documentation goes with it. Anyone have any ideas which one it is? Could it be Mean Penguin version?
                  https://oshpark.com/shared_projects/uXIff7XO

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    Cory
                    wrote on last edited by
                    #17

                    @smokey1300
                    This is a board that I designed. I didnt think anyone would actually stumble on it. :-)
                    I'm not sure about any mean penguins, but here is some extra documentation.
                    https://docs.google.com/document/d/1WtImjSbQPctq8rUAT6k1CyUgJHuo2WDs6bO2HfEr8NI/edit?usp=sharing

                    Let me know if you want more info. I have built 3 sensors with these boards with no issues.

                    TD22057T C rborerR 3 Replies Last reply
                    2
                    • C Cory

                      @smokey1300
                      This is a board that I designed. I didnt think anyone would actually stumble on it. :-)
                      I'm not sure about any mean penguins, but here is some extra documentation.
                      https://docs.google.com/document/d/1WtImjSbQPctq8rUAT6k1CyUgJHuo2WDs6bO2HfEr8NI/edit?usp=sharing

                      Let me know if you want more info. I have built 3 sensors with these boards with no issues.

                      TD22057T Offline
                      TD22057T Offline
                      TD22057
                      Hardware Contributor
                      wrote on last edited by
                      #18

                      @Cory Thanks for the docs - I was looking at your board as well because it's the closest thing to what I think I need and the extra docs help a lot. What software did you use to do the design? I'm thinking about using your design as a baseline with some small changes like:

                      • slightly larger board with corner holes for easier mounting
                      • support for the ATSHA204 message signing chip

                      I've never done a PCB design before but it looks like a fun project...

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        smokey1300
                        wrote on last edited by
                        #19

                        Thanks for the reply Cory. I like the design only thing is I have a hard time soldering SMT components. I might order them and tough it out anyways. I appreciate the documentation as it helps a lot. Do you have the schematic too?

                        1 Reply Last reply
                        0
                        • C Offline
                          C Offline
                          Cory
                          wrote on last edited by
                          #20

                          I did the design in Eagle after watching some youtube videos. OSHPark has a design rules file and can accept the eagle file type without exporting.

                          This board was my very first (second rev to fix some issues). Here is a link to the files if you want to modify it.
                          https://drive.google.com/file/d/0B1btbQ_slGM4YzZQTGZHZ19NWEk/view?usp=sharing
                          Personally I think it would be better to start from scratch in order to get the learning.

                          My goal was to get the board as small as possible (to reduce cost). I have a smaller one with the radio inside the arduino footprint, but I haven't tested it or shared it yet.

                          S 1 Reply Last reply
                          0
                          • C Cory

                            I did the design in Eagle after watching some youtube videos. OSHPark has a design rules file and can accept the eagle file type without exporting.

                            This board was my very first (second rev to fix some issues). Here is a link to the files if you want to modify it.
                            https://drive.google.com/file/d/0B1btbQ_slGM4YzZQTGZHZ19NWEk/view?usp=sharing
                            Personally I think it would be better to start from scratch in order to get the learning.

                            My goal was to get the board as small as possible (to reduce cost). I have a smaller one with the radio inside the arduino footprint, but I haven't tested it or shared it yet.

                            S Offline
                            S Offline
                            smokey1300
                            wrote on last edited by
                            #21

                            @Cory Great I'll check it out. Do you power any with 3v battery? If so how long does it last? Thanks again.

                            1 Reply Last reply
                            0
                            • J Offline
                              J Offline
                              jemish
                              wrote on last edited by
                              #22

                              any PCB available for fan control using dimmer with rotarry switch?

                              I just know only circuit diagram. but I don't try that.

                              96_1257497893.gif

                              1 Reply Last reply
                              0
                              • C Cory

                                @smokey1300
                                This is a board that I designed. I didnt think anyone would actually stumble on it. :-)
                                I'm not sure about any mean penguins, but here is some extra documentation.
                                https://docs.google.com/document/d/1WtImjSbQPctq8rUAT6k1CyUgJHuo2WDs6bO2HfEr8NI/edit?usp=sharing

                                Let me know if you want more info. I have built 3 sensors with these boards with no issues.

                                C Offline
                                C Offline
                                chickey
                                wrote on last edited by
                                #23

                                @Cory What size SMD components are used for the caps and resistors?

                                Just ordered 9 boards to test with and ordered a lot of SMD components but then realised they do them in different sizes, SMD is very new to me. Most of what i've ordered are 603.

                                Great looking boards from OSH Park, seem great quality.

                                1 Reply Last reply
                                0
                                • GertSandersG Offline
                                  GertSandersG Offline
                                  GertSanders
                                  Hardware Contributor
                                  wrote on last edited by
                                  #24

                                  Below you will find a link to a board I made and now use with the MySensors library and EasyIOT.

                                  https://oshpark.com/shared_projects/qnkNIMZx

                                  This is a version with the small nRF24L01+. I'm now working on a version using the longer board version (with SMA antenna).

                                  GertSandersG 1 Reply Last reply
                                  3
                                  • GertSandersG GertSanders

                                    Below you will find a link to a board I made and now use with the MySensors library and EasyIOT.

                                    https://oshpark.com/shared_projects/qnkNIMZx

                                    This is a version with the small nRF24L01+. I'm now working on a version using the longer board version (with SMA antenna).

                                    GertSandersG Offline
                                    GertSandersG Offline
                                    GertSanders
                                    Hardware Contributor
                                    wrote on last edited by
                                    #25

                                    @GertSanders I've now used three of these boards with Domoticz (running on a Synology NAS). Next test is running Domoticz on Raspberry Pi 2 with these sensors.

                                    1 Reply Last reply
                                    0
                                    • FotoFieberF Offline
                                      FotoFieberF Offline
                                      FotoFieber
                                      Hardware Contributor
                                      wrote on last edited by
                                      #26

                                      @GertSanders
                                      Nice design! :+1:

                                      I think I will purchase this one instead of my design next time I need some mysensor nodes...

                                      1 Reply Last reply
                                      0
                                      • TD22057T Offline
                                        TD22057T Offline
                                        TD22057
                                        Hardware Contributor
                                        wrote on last edited by
                                        #27

                                        FYI for anyone looking to get PCB's made, here is a price comparison site that shows you various manufacturers and what they'll charge you for different sized boards. Prices are crazy cheap these days...

                                        http://pcbshopper.com/

                                        1 Reply Last reply
                                        0
                                        • GertSandersG Offline
                                          GertSandersG Offline
                                          GertSanders
                                          Hardware Contributor
                                          wrote on last edited by
                                          #28

                                          @hek Since the OP has not been online the past 5 months, is it possible for someone else to take over editing this post of PCB's for MySensors ? I think you were making a site to collect open source hardware, is that a possible avenue to publish design compatible with MySensors ?

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


                                          16

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