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. Another possible board - ATMega328, nRF socket, DHT22 socket, MOSFET, Uno pinout

Another possible board - ATMega328, nRF socket, DHT22 socket, MOSFET, Uno pinout

Scheduled Pinned Locked Moved Hardware
board
39 Posts 17 Posters 19.9k Views 5 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.
  • O obstler42

    @AWI said:

    @obstler42 Got mine also

    Beautiful boards! I "assembled" all 4 of them and will transform them into Sensors this weekend. At this moment I am powering the boards as shown. Measurement: 4 mA active, < 15uA when in MySensors "Sleep" mode.... nothing removed.. So I don't see any need for replacing/ removing the LDO..

    How are you measuring power consumption? Are you powering from ftdi and measuring on the vcc cable? I've found that when TX/RX are connected and power consumption goes down that with some ftdi boards power is supplied through ftdi TX to the board RX, which makes exact measurements difficult. I only ever connect GND and VIN when measuring now.

    So I'd be really interested in how you can get 15 uA sleep with the stock regulator as I spent a whole day trying everything before desoldering it ;)

    AWIA Offline
    AWIA Offline
    AWI
    Hero Member
    wrote on last edited by
    #26

    @obstler42 Oops... . Just tried again and found out that my uA meter was on "autorange". Only a factor 1000 off... I'm sorry for that, how can I compensate. for this stupid mistake..

    1 Reply Last reply
    0
    • O Offline
      O Offline
      obstler42
      wrote on last edited by
      #27

      I've made so many mistakes myself trying to optimize for lowest power consumption battery deplyment...

      BTW: another gotcha: don't leave the NRF24 on the board when connecting to a 5V FTDI... the FTDI connector voltage pin does NOT go through the voltage regulator but straight to VCC -- which means you'll be roasting the NRF24 with 5 V...

      1 Reply Last reply
      0
      • C ceech

        If interested in another voltage regulator, I can equip a few boards with ADP3338, low dropout and low ground current regulators. Description:
        http://www.analog.com/en/power-management/linear-regulators/adp3338/products/product.html
        Any other wish - let me know.

        AWIA Offline
        AWIA Offline
        AWI
        Hero Member
        wrote on last edited by
        #28

        @ceech Since you are the creator of this board. I am interested in how you use it. Especially how to operate this board on battery power and the power consumption..

        C 2 Replies Last reply
        0
        • AWIA AWI

          @ceech Since you are the creator of this board. I am interested in how you use it. Especially how to operate this board on battery power and the power consumption..

          C Offline
          C Offline
          ceech
          Hardware Contributor
          wrote on last edited by
          #29

          @AWI
          I normally use a 12V car battery, for monitoring different values in the car. When the board is used in single cell battery applications, I go with a different type of voltage regulator. Normally I use TC2117 3.3V voltage regulator. Unfortunately those regulators are not available for purchase either form Farnell nor Microchip at the moment. They will be available on the 9th of March. So a bit of a set back. As for the enclosure, I use this:
          DSC_0390_00.jpg

          And a little 5V solar cell, when appropriate:

          DSC_0395_00.jpg

          there is also a matter of battery charging, which I leave to this fellow:

          http://www.ebay.com/itm/221533778016?_trksid=p2060778.m2749.l2649&ssPageName=STRK%3AMEBIDX%3AIT

          I'm also preparing a new board, with integrated battery charger for LiPo, LiIon batteries and some other cool features.

          1 Reply Last reply
          2
          • AWIA AWI

            @ceech Since you are the creator of this board. I am interested in how you use it. Especially how to operate this board on battery power and the power consumption..

            C Offline
            C Offline
            ceech
            Hardware Contributor
            wrote on last edited by ceech
            #30

            @AWI Here is a graphical explanation of the socket connections:
            IoT_Pro_011a.png
            SDA and SCL lines also have pull-up resistors. They are 10k.

            AWIA 1 Reply Last reply
            2
            • C ceech

              @AWI Here is a graphical explanation of the socket connections:
              IoT_Pro_011a.png
              SDA and SCL lines also have pull-up resistors. They are 10k.

              AWIA Offline
              AWIA Offline
              AWI
              Hero Member
              wrote on last edited by
              #31

              @ceech Thanks!!

              1 Reply Last reply
              0
              • R Offline
                R Offline
                rachmat aditiya27
                wrote on last edited by
                #32

                how to upload custom bootloader?maybe you should put additional icsp port

                C 1 Reply Last reply
                0
                • R rachmat aditiya27

                  how to upload custom bootloader?maybe you should put additional icsp port

                  C Offline
                  C Offline
                  ceech
                  Hardware Contributor
                  wrote on last edited by ceech
                  #33

                  @rachmat-aditiya27 The board is kind of hardware oriented, so I ran out of space for the ICSP header. All the needed pins are available though. Either from remaining pins of the NRF24 socket, either from digital 11, 12 and 13 header pins.

                  1 Reply Last reply
                  0
                  • R Offline
                    R Offline
                    rachmat aditiya27
                    wrote on last edited by
                    #34

                    oh, okay got it :)

                    1 Reply Last reply
                    0
                    • R Offline
                      R Offline
                      Raoul Hecky
                      wrote on last edited by
                      #35

                      Hello,
                      I just got 2 boards and I'em trying to test them. For now I only plugged a usb/serial adapter with an ftdi to the JP3 connector to program the board. The program is simple as Serial.begin(9600); Serial.println("test");

                      But that's not working. The programming was done successfully, and when I open the Serial monitor in the arduino ide, all I got is garbage characters. I have setup the correct communication option in the ide of course. The power VCC comes from my USB and I tried with 3.3v or 5v, but it did not change anything.

                      When I do the with a standard arduino mini pro, it works correctly, but not with the @ceech boards...

                      Any idea why and whats wrong here?
                      thanks

                      AWIA C 2 Replies Last reply
                      0
                      • S Offline
                        S Offline
                        sharath krishna
                        wrote on last edited by
                        #36

                        @Raoul-Hecky said:

                        9600
                        may be a baud rate setting error.... else its possible that there is a mismatch of frequency btw the controller HW and the software it is complied for..just a thought

                        1 Reply Last reply
                        0
                        • R Raoul Hecky

                          Hello,
                          I just got 2 boards and I'em trying to test them. For now I only plugged a usb/serial adapter with an ftdi to the JP3 connector to program the board. The program is simple as Serial.begin(9600); Serial.println("test");

                          But that's not working. The programming was done successfully, and when I open the Serial monitor in the arduino ide, all I got is garbage characters. I have setup the correct communication option in the ide of course. The power VCC comes from my USB and I tried with 3.3v or 5v, but it did not change anything.

                          When I do the with a standard arduino mini pro, it works correctly, but not with the @ceech boards...

                          Any idea why and whats wrong here?
                          thanks

                          AWIA Offline
                          AWIA Offline
                          AWI
                          Hero Member
                          wrote on last edited by AWI
                          #37

                          @Raoul-Hecky Did you use the Arduino Pro or Pro mini (3.3v 8mHz) w/ ATmega328 setting?

                          1 Reply Last reply
                          0
                          • R Raoul Hecky

                            Hello,
                            I just got 2 boards and I'em trying to test them. For now I only plugged a usb/serial adapter with an ftdi to the JP3 connector to program the board. The program is simple as Serial.begin(9600); Serial.println("test");

                            But that's not working. The programming was done successfully, and when I open the Serial monitor in the arduino ide, all I got is garbage characters. I have setup the correct communication option in the ide of course. The power VCC comes from my USB and I tried with 3.3v or 5v, but it did not change anything.

                            When I do the with a standard arduino mini pro, it works correctly, but not with the @ceech boards...

                            Any idea why and whats wrong here?
                            thanks

                            C Offline
                            C Offline
                            ceech
                            Hardware Contributor
                            wrote on last edited by
                            #38

                            @Raoul-Hecky If you can't make the board to work properly, let me know. I'll send you a replacement :)

                            1 Reply Last reply
                            0
                            • R Offline
                              R Offline
                              Raoul Hecky
                              wrote on last edited by
                              #39

                              I finally made them work :)
                              I was not using the right clock for programming, 16MHz instead of 8MHz...
                              Thanks @AWI ;)

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


                              6

                              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