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. Universal board bought from from Slovenia Radio Woes. (solved)

Universal board bought from from Slovenia Radio Woes. (solved)

Scheduled Pinned Locked Moved Hardware
9 Posts 5 Posters 1.8k Views 4 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.
  • C Offline
    C Offline
    chickey
    wrote on last edited by chickey
    #1

    Hi Guys,
    Has anyone bought one of these boards? I've modified my code so that it works with pin 7 and 8 as he's these rather than the regular radio attachment pins. I'm just getting Radio Init Failed messages, any advice?

    MyTransportNRF24 transport(7, 8); // Ceech board, 3.3v (7,8)
    MySensor gw(transport);  
    

    I've tried external power as well as battery power with the same results.

    alt text
    Universal board

    ? 1 Reply Last reply
    0
    • M Offline
      M Offline
      MikeF
      wrote on last edited by
      #2

      I'm using the solar cell version of this board (here), and I've made the same transport change as you - been using this for over 9 months now, without problems.

      Which version of the MySensors library are you using (I'm on 1.5)?

      C 1 Reply Last reply
      0
      • M MikeF

        I'm using the solar cell version of this board (here), and I've made the same transport change as you - been using this for over 9 months now, without problems.

        Which version of the MySensors library are you using (I'm on 1.5)?

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

        @MikeF Hi Mike, thanks for the response. Yeah i'm on 1.5. I've just removed the libraries just incase and reinstalled and uploaded the serial gateway as well as the sensor itself for completeness. Still getting radio init fail

        1 Reply Last reply
        0
        • mfalkviddM Online
          mfalkviddM Online
          mfalkvidd
          Mod
          wrote on last edited by mfalkvidd
          #4

          This might be a stupid question, but have you checked that you soldered the nrf module in the correct orientation and that the electrical connection is good?
          Also, do you know that the nrf module works? Can you test it on Another Arduino and/or try another nrf?

          C 1 Reply Last reply
          0
          • mfalkviddM mfalkvidd

            This might be a stupid question, but have you checked that you soldered the nrf module in the correct orientation and that the electrical connection is good?
            Also, do you know that the nrf module works? Can you test it on Another Arduino and/or try another nrf?

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

            @mfalkvidd @MikeF I've now resolved the issue. With this board you have to set D3 high so that it powers the radio, shame as that really ties pin 3 up then but i guess he's done it to make the radio optional as he supports bluetooth as well. It's a nice lower power board but i think i've been spoilt by the otherboards i've used which have used the same pinouts etc. I think the solar one which you have may have been of more use thinking about it but hey ho. It's trivial but just incase anyone else is as simple minded as me i put the following in setup

            pinMode(3, OUTPUT);
            digitalWrite(3,HIGH);

            Thanks
            Col

            1 Reply Last reply
            1
            • M Offline
              M Offline
              MikeF
              wrote on last edited by
              #6

              @chickey Interesting - no such requirement on the version I'm using. Instead, D3 is used to drive a MOSFET with an uncommitted drain, which can be used to drive a relay - or LED strip, as D3 is a PWM output.

              1 Reply Last reply
              0
              • C chickey

                Hi Guys,
                Has anyone bought one of these boards? I've modified my code so that it works with pin 7 and 8 as he's these rather than the regular radio attachment pins. I'm just getting Radio Init Failed messages, any advice?

                MyTransportNRF24 transport(7, 8); // Ceech board, 3.3v (7,8)
                MySensor gw(transport);  
                

                I've tried external power as well as battery power with the same results.

                alt text
                Universal board

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #7

                @chickey @ceech is the creator of this board.

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

                  Sidenote: @ceech published this board on openhardware.io today

                  https://www.openhardware.io/view/98/ATMega328p-board-with-NRF24l01-and-Bluetooth-module-socket

                  1 Reply Last reply
                  0
                  • ? A Former User

                    @chickey @ceech is the creator of this board.

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

                    @kenci Hi Kenci, yeah i'd been in contact with him through ebay as i purchased it from him but sadly he wasn't able to assist too much as he said he was a hardware rather than software guy. I figured it out in the end, wasn't rocket science and just took a little digging which i'm not adverse too but just couldn't see it at first.

                    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