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. My sensorboard MYS 1.0beta

My sensorboard MYS 1.0beta

Scheduled Pinned Locked Moved Hardware
121 Posts 44 Posters 85.8k Views 13 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.
  • M Mrlynx

    I have updated the layout and added caps to the voltage dividers.
    I am now going to order components for a batch of 100 boards.
    what pull-up resistors and voltagedividers do you need?
    I think that I will supply the kit with some 1K, 4,7k and 10K.
    The price for a kit will probably be 7$ + shipping. Just add an Arduino pro mini, radio and sensor to make it a node.
    @djdworks and @p0lar are first in line when they are ready.
    @jendrush nice work.

    jendrushJ Offline
    jendrushJ Offline
    jendrush
    wrote on last edited by
    #12

    @Mrlynx said:

    nice work.

    Thank you. This is only temperature board, but best part of this board is cost.

    Piece of PCB ~30 cents,
    pins ~30 cents,
    power connector ~10 cents,
    capacitor+resistor ~ 10 cents,
    3.3V regulator ~ 10 cents
    :) less than 1$ for complete board, and about 7$ for all parts including radio, arduino mini, wall usb charger, and cables:) This is power of MySensors!

    Thank you @Hek, and rest of the team!

    Z 1 Reply Last reply
    0
    • M Offline
      M Offline
      Mrlynx
      Hardware Contributor
      wrote on last edited by
      #13

      Schematic for the updated MYS 1.1 mys11.pdf

      http://www.sa2avr.se

      1 Reply Last reply
      0
      • D Offline
        D Offline
        djdworks
        wrote on last edited by
        #14

        I had a look to PDF schematics and i have a request to include SDA and SCL pins since many sensors uses such pins if possibile. Thanks a lot.

        1 Reply Last reply
        0
        • M Offline
          M Offline
          Mrlynx
          Hardware Contributor
          wrote on last edited by
          #15

          Only problem is SDA and SCL are located on separate pins on top of the pro mini module and not in the normal row of pins. (A4-A5)

          http://www.sa2avr.se

          1 Reply Last reply
          0
          • Z Offline
            Z Offline
            Zeph
            Hero Member
            wrote on last edited by
            #16

            SDA and SCL seem to come in two places on APM's - inside the row of pins, and sometimes at the end opposite the serial programming pins. A host PCB could allow either.

            1 Reply Last reply
            0
            • M Offline
              M Offline
              Mrlynx
              Hardware Contributor
              wrote on last edited by
              #17

              I have now added SDA/SCL(A4/A5) to MYS 1.1
              Is there any more ideas to be added before I send it for production?

              mys111.pdf

              http://www.sa2avr.se

              1 Reply Last reply
              0
              • P Offline
                P Offline
                p0lar
                wrote on last edited by
                #18

                cool on the full kit price but can we also get just plain boards? I have a few home-built sensors that I need to upgrade :)

                1 Reply Last reply
                0
                • D Offline
                  D Offline
                  djdworks
                  wrote on last edited by
                  #19

                  Well done I'm very happy for SDA and SCL added on the board thanks a lot.

                  Yesterday night I had a deeper look into the PCB and i was thinking that if you add 3 pins with MISO, MOSI and SCK your board will be good also to build ethernet gateway or connect additional SPI device.

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    Mrlynx
                    Hardware Contributor
                    wrote on last edited by
                    #20

                    I have thought about the spi channel but I cant really understand why the ethernet gateway sketch uses different CE/CS pins for the radio.
                    Why cant the radio use pin 9/10 and the ethernet shield 5/6?
                    Maybe @hek can shed som light on the matter?

                    http://www.sa2avr.se

                    hekH 1 Reply Last reply
                    0
                    • M Mrlynx

                      I have thought about the spi channel but I cant really understand why the ethernet gateway sketch uses different CE/CS pins for the radio.
                      Why cant the radio use pin 9/10 and the ethernet shield 5/6?
                      Maybe @hek can shed som light on the matter?

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

                      @Mrlynx

                      It was based on an example I received from @a-lurker back in January.

                      If it is possible for someone to rework the example using the normal configuration for the radio and ethernet (WizNet and ENJ) on the 5/6 please post an updated EthernetGateway (1.4) and pin configuration in a new forum thread.

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        djdworks
                        wrote on last edited by
                        #22

                        the CE and CS pin shall be different for each SPI you have connected on SPI bus.

                        The pins will act as follows

                        CE (chip enable) = with this pin, LOW or HIGH depending on the manufacturer, the SPI bus is connected like a switch to the device, when the device is not "connected to the bus" the pins will be in "high impedance" state. Sometimes CE is already connected with CS and is not available on device pinout.

                        CS (chip select) = this pin will enable the communication with the device.

                        I hope to have clarified the matter.

                        Some devices (like arduino TFT) have the possibility to have a dedicated SPI bus (MOSI MISO SCK CS RST) on any pin.

                        1 Reply Last reply
                        0
                        • M Offline
                          M Offline
                          Mrlynx
                          Hardware Contributor
                          wrote on last edited by
                          #23

                          I have now added a SPI-header (SCK/MOSI/MISO) and a smd footprint for a 24LCXXX flash memory.

                          http://www.sa2avr.se

                          marceltrapmanM 1 Reply Last reply
                          0
                          • M Mrlynx

                            I have now added a SPI-header (SCK/MOSI/MISO) and a smd footprint for a 24LCXXX flash memory.

                            marceltrapmanM Offline
                            marceltrapmanM Offline
                            marceltrapman
                            Mod
                            wrote on last edited by
                            #24

                            @Mrlynx said:

                            a smd footprint for a 24LCXXX flash memory.

                            Can you tell me how you wired things up?
                            I am looking how to do this but I am not sure.
                            Did you test it already?

                            Fulltime Servoy Developer
                            Parttime Moderator MySensors board

                            I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
                            I have a FABtotum to print cases.

                            M 1 Reply Last reply
                            0
                            • marceltrapmanM marceltrapman

                              @Mrlynx said:

                              a smd footprint for a 24LCXXX flash memory.

                              Can you tell me how you wired things up?
                              I am looking how to do this but I am not sure.
                              Did you test it already?

                              M Offline
                              M Offline
                              Mrlynx
                              Hardware Contributor
                              wrote on last edited by
                              #25

                              @marceltrapman
                              No I have not tested it yet.
                              I have just followed this exampel http://www.hobbytronics.co.uk/arduino-external-eeprom

                              http://www.sa2avr.se

                              marceltrapmanM 1 Reply Last reply
                              0
                              • M Mrlynx

                                @marceltrapman
                                No I have not tested it yet.
                                I have just followed this exampel http://www.hobbytronics.co.uk/arduino-external-eeprom

                                marceltrapmanM Offline
                                marceltrapmanM Offline
                                marceltrapman
                                Mod
                                wrote on last edited by marceltrapman
                                #26

                                @Mrlynx said:

                                I have just followed this exampel http://www.hobbytronics.co.uk/arduino-external-eeprom

                                I now realise that you are using another chip than I am.

                                Fulltime Servoy Developer
                                Parttime Moderator MySensors board

                                I use Domoticz as controller for Z-Wave and MySensors (previously Indigo and OpenHAB).
                                I have a FABtotum to print cases.

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

                                  Here is the final schematic on version 1.1 mys11.pdf.
                                  I now have all components and boards for 100 kits on order.

                                  mys11.png

                                  http://www.sa2avr.se

                                  RJ_MakeR 1 Reply Last reply
                                  0
                                  • M Mrlynx

                                    Here is the final schematic on version 1.1 mys11.pdf.
                                    I now have all components and boards for 100 kits on order.

                                    mys11.png

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

                                    @Mrlynx said:

                                    Here is the final schematic on version 1.1 mys11.pdf.
                                    I now have all components and boards for 100 kits on order.

                                    mys11.png

                                    I may have missed it, but are you planing on selling these, and if so how much will you be asking?

                                    RJ_Make

                                    M 1 Reply Last reply
                                    0
                                    • RJ_MakeR RJ_Make

                                      @Mrlynx said:

                                      Here is the final schematic on version 1.1 mys11.pdf.
                                      I now have all components and boards for 100 kits on order.

                                      mys11.png

                                      I may have missed it, but are you planing on selling these, and if so how much will you be asking?

                                      M Offline
                                      M Offline
                                      Mrlynx
                                      Hardware Contributor
                                      wrote on last edited by
                                      #29

                                      @ServiceXp Yes I am planning to try to sell these boards as a kit for 7$/kit.
                                      It is going to be a diy kit with all components except 24LCxxx eeprom, radio and arduino pro mini.

                                      http://www.sa2avr.se

                                      RJ_MakeR 1 Reply Last reply
                                      0
                                      • M Mrlynx

                                        @ServiceXp Yes I am planning to try to sell these boards as a kit for 7$/kit.
                                        It is going to be a diy kit with all components except 24LCxxx eeprom, radio and arduino pro mini.

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

                                        @Mrlynx When do you think they will be available ?

                                        RJ_Make

                                        1 Reply Last reply
                                        0
                                        • M Offline
                                          M Offline
                                          Mrlynx
                                          Hardware Contributor
                                          wrote on last edited by
                                          #31

                                          @ServiceXp it depends on how soon I get all the components but maybe 4-5 weeks.

                                          http://www.sa2avr.se

                                          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