ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Got a Pi

    Scheduled Pinned Locked Moved IT Discussion
    37 Posts 9 Posters 5.5k Views
    Loading More Posts
    • 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.
    • IRJI
      IRJ @MattSpeller
      last edited by

      @MattSpeller said in Got a Pi:

      @IRJ I agree with @thwr - the pi3 will run an OS nicely, the zeros are more for dumb automated tasks where you don't need a gui, just SSH.

      Not to say you can't with the zero, just that you'll wish you didn't.

      I plan on creating a portable VPN router out of a zero.

      MattSpellerM 1 Reply Last reply Reply Quote 4
      • MattSpellerM
        MattSpeller @IRJ
        last edited by

        @IRJ said in Got a Pi:

        @MattSpeller said in Got a Pi:

        @IRJ I agree with @thwr - the pi3 will run an OS nicely, the zeros are more for dumb automated tasks where you don't need a gui, just SSH.

        Not to say you can't with the zero, just that you'll wish you didn't.

        I plan on creating a portable VPN router out of a zero.

        That could work nicely!

        1 Reply Last reply Reply Quote 1
        • bbigfordB
          bbigford
          last edited by

          The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

          thwrT 1 Reply Last reply Reply Quote 0
          • thwrT
            thwr @bbigford
            last edited by

            @BBigford said in Got a Pi:

            The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

            Different use-cases

            JaredBuschJ bbigfordB 2 Replies Last reply Reply Quote 2
            • JaredBuschJ
              JaredBusch @thwr
              last edited by

              @thwr said in Got a Pi:

              @BBigford said in Got a Pi:

              The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

              Different use-cases

              I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

              thwrT gjacobseG 3 Replies Last reply Reply Quote 2
              • thwrT
                thwr @JaredBusch
                last edited by

                @JaredBusch said in Got a Pi:

                @thwr said in Got a Pi:

                @BBigford said in Got a Pi:

                The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                Different use-cases

                I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                Could be a good idea, but what exactly are you planning to do? For example, I could think of a RS323-to-SNMP bridge made with a Zero or something similar for non-SNMP UPS's.

                You could also use them to monitor SNMP (or RS232) and raise some alarm, maybe via SMS. There are also lots of other ARM and uC-Boards available that could do that job.

                1 Reply Last reply Reply Quote 2
                • thwrT
                  thwr @JaredBusch
                  last edited by

                  @JaredBusch said in Got a Pi:

                  @thwr said in Got a Pi:

                  @BBigford said in Got a Pi:

                  The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                  Different use-cases

                  I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                  At least a Pi2/3 would be way overpowered. Do you plan to use a screen with the board? In this case, use a Zero with some very lightweight desktop (LXDE/LightDM or something similar) or use a Pi2/3.

                  JaredBuschJ 2 Replies Last reply Reply Quote 1
                  • JaredBuschJ
                    JaredBusch
                    last edited by

                    I have lots of mid grade APC and Eaton UPS systems out there at clients. No one wants to pay an additional $200 for the network capable units. They mostly have the RJ45 to USB cord..

                    Raspian repos have the APC Ups software in them natively so you can apt install it.

                    The APC software works with most units with just a minor config file change.

                    1 Reply Last reply Reply Quote 4
                    • JaredBuschJ
                      JaredBusch @thwr
                      last edited by

                      @thwr said in Got a Pi:

                      @JaredBusch said in Got a Pi:

                      @thwr said in Got a Pi:

                      @BBigford said in Got a Pi:

                      The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                      Different use-cases

                      I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                      At least a Pi2/3 would be way overpowered. Do you plan to use a screen with the board? In this case, use a Zero with some very lightweight desktop (LXDE/LightDM or something similar) or use a Pi2/3.

                      Just want to get email notification. All places have wireless, so as long as the unit has that and USB, I should be good.

                      travisdh1T 1 Reply Last reply Reply Quote 1
                      • JaredBuschJ
                        JaredBusch @thwr
                        last edited by

                        @thwr https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=87364

                        thwrT 3 Replies Last reply Reply Quote 3
                        • thwrT
                          thwr @JaredBusch
                          last edited by

                          @JaredBusch said in Got a Pi:

                          @thwr https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=87364

                          I'll take a look later this day, on my way to work right now. But basically what I said, RS232-to-something bridge. Shouldn't be that hard I guess. Pi Zero should do just fine, there's not much horsepower required.

                          1 Reply Last reply Reply Quote 0
                          • thwrT
                            thwr @JaredBusch
                            last edited by

                            @JaredBusch said in Got a Pi:

                            @thwr https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=87364

                            Should work out of the box. Don't know the apccontrol script / software and didn't take a look yet, but it should work like on any x86 machine as long it's
                            a) available as arm-hf binary or
                            b) some script (python?)

                            1 Reply Last reply Reply Quote 0
                            • thwrT
                              thwr @JaredBusch
                              last edited by

                              @JaredBusch said in Got a Pi:

                              @thwr https://www.raspberrypi.org/forums/viewtopic.php?f=41&t=87364

                              Ah OK, looks like there is some daemon / kernel module monitoring the RS232-port that just logs to syslog category "UPS". Next, there are two scripts that can be run in a loop or via cron which just monitor the said log and raise some action. Always great if there's something working with standards.

                              So you may just go ahead, buy a Zero, install the script and follow some howto, it doesn't seem to be specific to Pi or ARM in any way.

                              1 Reply Last reply Reply Quote 1
                              • gjacobseG
                                gjacobse
                                last edited by

                                Put the WiFi dongle on your PiZero:

                                http://n-o-d-e.net/post/138478383831/how-to-add-a-low-profile-wifi-board-to-a-raspberry

                                1 Reply Last reply Reply Quote 1
                                • gjacobseG
                                  gjacobse @JaredBusch
                                  last edited by

                                  @JaredBusch said in Got a Pi:

                                  @thwr said in Got a Pi:

                                  @BBigford said in Got a Pi:

                                  The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                                  Different use-cases

                                  I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                                  If I could UP vote this again I would.. I have wanted something that could do this for more than a decade. Recently with the advent of the new boards I have thought about the Pi or even the ESP8266 board.

                                  1 Reply Last reply Reply Quote 1
                                  • travisdh1T
                                    travisdh1 @JaredBusch
                                    last edited by

                                    @JaredBusch said in Got a Pi:

                                    @thwr said in Got a Pi:

                                    @JaredBusch said in Got a Pi:

                                    @thwr said in Got a Pi:

                                    @BBigford said in Got a Pi:

                                    The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                                    Different use-cases

                                    I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                                    At least a Pi2/3 would be way overpowered. Do you plan to use a screen with the board? In this case, use a Zero with some very lightweight desktop (LXDE/LightDM or something similar) or use a Pi2/3.

                                    Just want to get email notification. All places have wireless, so as long as the unit has that and USB, I should be good.

                                    Might want to go with the Raspberry Pi 3 then, they've got wireless built in and standard USB ports. You could plug into up to 4 UPS systems if they have more than 1 in the same area. A few more dollars, but no hassles with USB ports or wifi adapters.

                                    JaredBuschJ 1 Reply Last reply Reply Quote 3
                                    • JaredBuschJ
                                      JaredBusch @travisdh1
                                      last edited by JaredBusch

                                      @travisdh1 said in Got a Pi:

                                      @JaredBusch said in Got a Pi:

                                      @thwr said in Got a Pi:

                                      @JaredBusch said in Got a Pi:

                                      @thwr said in Got a Pi:

                                      @BBigford said in Got a Pi:

                                      The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                                      Different use-cases

                                      I want to get a few of these for UPS monitoring. Would the Zero be the best choice?

                                      At least a Pi2/3 would be way overpowered. Do you plan to use a screen with the board? In this case, use a Zero with some very lightweight desktop (LXDE/LightDM or something similar) or use a Pi2/3.

                                      Just want to get email notification. All places have wireless, so as long as the unit has that and USB, I should be good.

                                      Might want to go with the Raspberry Pi 3 then, they've got wireless built in and standard USB ports. You could plug into up to 4 UPS systems if they have more than 1 in the same area. A few more dollars, but no hassles with USB ports or wifi adapters.

                                      Awesome. That is way better than dealing with add on stuff

                                      @IRJ sorry to derail your thread. but I was just looking into this yesterday myself.

                                      1 Reply Last reply Reply Quote 0
                                      • bbigfordB
                                        bbigford @thwr
                                        last edited by

                                        @thwr said in Got a Pi:

                                        @BBigford said in Got a Pi:

                                        The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                                        Different use-cases

                                        I agree. I was trying to use it the way that someone would use a Pi 3 as a zero client because of the super cheap price.

                                        scottalanmillerS 1 Reply Last reply Reply Quote 1
                                        • scottalanmillerS
                                          scottalanmiller @bbigford
                                          last edited by

                                          @BBigford said in Got a Pi:

                                          @thwr said in Got a Pi:

                                          @BBigford said in Got a Pi:

                                          The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.

                                          Different use-cases

                                          I agree. I was trying to use it the way that someone would use a Pi 3 as a zero client because of the super cheap price.

                                          Really easy to use as a thin client. Zero requires much more specialty stuff.

                                          1 Reply Last reply Reply Quote 1
                                          • IRJI
                                            IRJ
                                            last edited by

                                            I have been playing with the Pi for a few weeks now and I can say it is a fun toy, but the functionality is lacking.

                                            Don't get me wrong I love playing with them and I use them daily, but there are so many common things that become a chore. Bluetooth support is flaky in different OS(es), certain Kodi add ons don't work on the Pi, etc.

                                            The Pi does alot of good things, but it does nothing great. Although things seem to improving rapidly. Retropie and OpenElec which are the main two OS(es) I use are receiving regular updates and things are improving.

                                            Conclusion: If you like to tinker, the Pi is hard to beat. If you want something that works out of the box with no configuration there are better choices out there. Overall I am happy since I like to tinker with technology.

                                            1 Reply Last reply Reply Quote 3
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post