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. My Project
  3. 50mm x 50mm board with different powering options

50mm x 50mm board with different powering options

Scheduled Pinned Locked Moved My Project
16 Posts 7 Posters 9.8k Views 7 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.
  • GertSandersG Offline
    GertSandersG Offline
    GertSanders
    Hardware Contributor
    wrote on last edited by
    #4

    @hek No, it also works on our networks in Belgium. It is a quad band GSM, so it basically works everywhere. I use it to send messages over the BASE network. I also used it on the PROXIMUS network, so I can attest that it works in Belgium. For less the 7 EUR on Ali-express you can get a model with GSM antenna && attenna in PCB form (both in the package). This board only has a reset pin, RX, TX, VCC and GND. Another breakout board also has a power-enable pin (after some hacking), but that one is a bit bigger. The board I use now is really the smallest I could get.

    Great fun to enable a pump via SMS and see it on Domoticz.

    I applied the FONA library from Adafruit, and it works without a problem. The only issue I had was the size of the message buffer. Making that 160 chars was a bit too much for the 2K RAM limit. But since sensor message payloads are only 25 bytes, I now use a 30 byte buffer, which is plenty to send commands.

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

      Was about to create an example for a GSM shield I've had for a while. But when I started playing with it I couldn't get it to connect to any network here in Sweden. Think it was somewhat was broken (suspect antenna/connector). Even upgraded its firmware but no avail.

      Well.. Have another shield on the slow boat here.

      But I got the impression some of the SIMx00x modules just worked in china. So I ordered a SIM900-variant.

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

        Adafruit sells the FONA board to international customers, and it has a SIM800L or SIM800H (last one has GPS functionality as well). So I was pretty sure it would work. To bad your shield is broken.
        If a SIMxxx variant uses the Chinese version of CDMA, then that is a local module. But the GSM standard is global. Only base-frequencies can be different. Not a problem for a quad band chip though.
        I did find that I needed to provide ample power to the chip, it needs 2A in very short bursts on transmit during initialisation, so sufficient capacitors are needed.
        What I used:
        http://www.aliexpress.com/item/Quad-Band-Quad-Band-SIM800L-GPRS-Module-Bomb-Slot-Automatic-MicroSIM-Card/32268487416.html

        1 Reply Last reply
        0
        • TmasterT Offline
          TmasterT Offline
          Tmaster
          wrote on last edited by Tmaster
          #7

          Would be great if we have a SIM "mysensors" module, sending and receiving SMS commands and alarm triggers. it could fill the gap from my visonic Power master 10 (i didn't bought the 200€module for gsm)

          About the GertSanders boards...just amazing compact AC version...even if you use the mini atmel chip will not save space because you hide all arduino components under the chip ...good job

          i'm a arduino fan .Even sometimes don't undestanding how to use it :P

          1 Reply Last reply
          0
          • scalzS Offline
            scalzS Offline
            scalz
            Hardware Contributor
            wrote on last edited by
            #8

            I like @Gertsanders boards too ;)
            I like all versions of boards which everyone are doing. emulation, crazy thing, so cool to have so much choice :)

            should not be difficult to make a gsm node..but like Gertsanders said it needs a good power supply. I am making a board with gsm which I will present soon.. but it is not a dedicated gsm node. much more features :) will be a surprise lol!
            And like GertSanders said it needs a good stepdown. In my case I am using an ap6503sp (3amp)..maybe I will make a basic node if someone needs it. but job seems already done. your boards already handle it Gertsanders, isn't it?

            1 Reply Last reply
            0
            • Cliff KarlssonC Offline
              Cliff KarlssonC Offline
              Cliff Karlsson
              wrote on last edited by
              #9

              Great board, have you got any plans for adding possibility to use RFM69 radios?

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

                hi @scalz my board already allows the use of the small SIM800L, in combination with a DC step down module on the board. In the first image you can see it. The DC step down module sits below the SIM800L module. I bring the 12VDC down to 4V, and the NRF24 gets 3.6V because I pass through a rectifier diode ("cheap and simple" step-down).

                I use SMS to switch the relay, and at the same time I can see the status in Domoticz. The sketch I made also allows switching the relay from Domoticz too. I now need to extend that sketch so it triggers the relay when two switches are opened (the white 3-pin headers are there for switches). The switches will open when water rises to a certain level, then this triggers the relay which will start a sump pump. At that moment I should get a SMS, and when waterlevel is again below first switch, the relay should be switched off, another SMS sent and my basement equipment safe :-) That is the theory anyway.

                My second SMS board uses V_TEXT to receive short text from other nodes and will send that to my GSM. But I'm still waiting on the second SIM800L board to arrive from China.

                @Cliff-Karlsson: At the moment I do not have any RFM69 radio's, but my board has a jumper to connect the INTERRUPT pin of the 2x4 header of the NRF24 to pin 2 of the ATMEGA328. In theory you could use an adapter board to connect the RFM69 to a NRF24 header, and with the jumper have all connections needed by the RFM69. Such an adapter board exists on OSHPark.

                After some more testing I will put my board on the forum thread where we assemble all the board info:
                http://forum.mysensors.org/topic/595/pcb-boards-for-mysensors

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

                  @GertSanders said:

                  uses V_TEXT to receive short text from other nodes

                  Exactly what I planned to do :)
                  Crazy minds think alike

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

                    @Cliff-Karlsson Here is the adapter board:
                    https://oshpark.com/shared_projects/TKNcHTRl
                    http://hallard.me/rfm12b-breakout/

                    1 Reply Last reply
                    0
                    • Cliff KarlssonC Offline
                      Cliff KarlssonC Offline
                      Cliff Karlsson
                      wrote on last edited by
                      #13

                      Thanks for the link. But I can barely solder regular components, it looks like I need to place some smd stuff on that board, I have seen crackheads on cops that have more stable hands than me.

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

                        To make it a bit easier for some, here are the EAGLE files of this AC capable board.
                        AC based repeater V3.sch
                        AC based repeater V3.brd
                        AC based repeater V3 partlist.txt
                        AC based repeater V3.pdf

                        pihomeP 1 Reply Last reply
                        4
                        • MiKaM Offline
                          MiKaM Offline
                          MiKa
                          wrote on last edited by
                          #15

                          Hi,
                          what enclosure did You use for it?
                          MiKa

                          1 Reply Last reply
                          0
                          • GertSandersG GertSanders

                            To make it a bit easier for some, here are the EAGLE files of this AC capable board.
                            AC based repeater V3.sch
                            AC based repeater V3.brd
                            AC based repeater V3 partlist.txt
                            AC based repeater V3.pdf

                            pihomeP Offline
                            pihomeP Offline
                            pihome
                            wrote on last edited by
                            #16

                            @gertsanders you have good PCB design skills, great work :+1: but keep safety in mind, those cheap chines plastic box aren't for 220v and definitely not to houses any power supply.

                            PiHome - Smart Heating Control

                            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