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.
-
@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!
-
The port size on the Zeros is the only thing I couldn't get past. Pi 3 is where my preference is.
-
-
-
@JaredBusch 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.
-
@JaredBusch 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.
-
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.
-
@JaredBusch 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.
-
-
@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.
-
@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?) -
@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.
-
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
-
@JaredBusch 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.
-
@JaredBusch said in Got a Pi:
@JaredBusch 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.
-
@travisdh1 said in Got a Pi:
@JaredBusch said in Got a Pi:
@JaredBusch 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.
-
-
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.