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.
  • 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
                                      • DvbitD Offline
                                        DvbitD Offline
                                        Dvbit
                                        wrote on last edited by
                                        #32

                                        Do you pan to is sue also a battery based version?

                                        M 1 Reply Last reply
                                        0
                                        • DvbitD Dvbit

                                          Do you pan to is sue also a battery based version?

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

                                          @Dvbit this board can be batterypowered but it has no step up module.
                                          I am not planning any special battery version at the moment.

                                          http://www.sa2avr.se

                                          RJ_MakeR 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