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

    Does any one of you has (single-board computer) if so what is the purpose ?

    Scheduled Pinned Locked Moved IT Discussion
    sbcarm
    33 Posts 15 Posters 4.2k 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.
    • T
      thwr
      last edited by

      Raspberry's, OrangePi's and a bunch of other ARM SBCs for private and business uses.

      There are dozens of available Linux OS's available, but I usually stick to Debian based ones. There's even a Windows IoT version out there.

      Could you be more specific? What do you want to do?

      E 1 Reply Last reply Reply Quote 0
      • H
        hobbit666
        last edited by

        We use two pi2 to run the TV in the room that show network health and BBC new pages

        1 Reply Last reply Reply Quote 1
        • I
          iroal
          last edited by

          Rasberry Pi 1, with 256Mg.

          I use it for:

          • Pi-hole
          • Openvpn server
          • Download torrents with transmission
          • Share file using Samba

          It has still 30 Mb free of memory.

          1 Reply Last reply Reply Quote 1
          • A
            aidan_walsh
            last edited by

            One Raspberry Pi 3 that I previously used as a low speed torrent box, but now have running a SANS DShield sensor.

            1 Reply Last reply Reply Quote 1
            • M
              mattbagan
              last edited by mattbagan

              rPi3 running my home automation setup. I've done openVPN server, torrent box, pi hole, nfs/samba file sharing,

              1 Reply Last reply Reply Quote 1
              • E
                Emad R @thwr
                last edited by

                @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                Raspberry's, OrangePi's and a bunch of other ARM SBCs for private and business uses.

                There are dozens of available Linux OS's available, but I usually stick to Debian based ones. There's even a Windows IoT version out there.

                Could you be more specific? What do you want to do?

                gather intelligence...

                T 1 Reply Last reply Reply Quote 0
                • E
                  Emad R @dafyre
                  last edited by

                  @dafyre said in Does any one of you has (single-board computer) if so what is the purpose ?:

                  I've done some (rather basic) programming on an Adruino for a guy. It was to alert him when a chicken cage door, or hog pen and something else was left open for too long, lol.

                  Interesting was it painfull the coding process ? and how did it alarm him , did you use the GPIO or just software alert like emails or SMS

                  1 Reply Last reply Reply Quote 0
                  • E
                    Emad R @PenguinWrangler
                    last edited by

                    @penguinwrangler said in Does any one of you has (single-board computer) if so what is the purpose ?:

                    I have a Raspberry PI and a Raspberry PI 2. I run all sorts of things on them. I use them to play around/learn about things. Great little devices. I am getting a 3 soon. I use these cases: https://www.amazon.com/gp/product/B00MRKSGP2/ref=s9_acsd_hps_bw_c_x_7_w

                    They are stackable which I like.

                    Speaking of stackable , why not cluster them
                    https://www.raspberrypi.org/magpi/cluster-computer-raspberry-pi-3/

                    G T 2 Replies Last reply Reply Quote 0
                    • G
                      gjacobse @dafyre
                      last edited by

                      @dafyre said in Does any one of you has (single-board computer) if so what is the purpose ?:

                      I've done some (rather basic) programming on an Adruino for a guy. It was to alert him when a chicken cage door, or hog pen and something else was left open for too long, lol.

                      I think a neat way to use the rPi in a home automation is to have a rPi in each room for:

                      • temp monitoring
                      • motion / glass break
                      • door / window monitoring
                      • intercom / message center
                      • more -
                      1 Reply Last reply Reply Quote 1
                      • G
                        gjacobse @Emad R
                        last edited by

                        @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                        @penguinwrangler said in Does any one of you has (single-board computer) if so what is the purpose ?:

                        I have a Raspberry PI and a Raspberry PI 2. I run all sorts of things on them. I use them to play around/learn about things. Great little devices. I am getting a 3 soon. I use these cases: https://www.amazon.com/gp/product/B00MRKSGP2/ref=s9_acsd_hps_bw_c_x_7_w

                        They are stackable which I like.

                        Speaking of stackable , why not cluster them
                        https://www.raspberrypi.org/magpi/cluster-computer-raspberry-pi-3/

                        I think a cluster would be fun... but I just don't know what I would use it for.....

                        1 Reply Last reply Reply Quote 0
                        • T
                          thwr @Emad R
                          last edited by thwr

                          @dafyre said in Does any one of you has (single-board computer) if so what is the purpose ?:

                          I've done some (rather basic) programming on an Adruino for a guy. It was to alert him when a chicken cage door, or hog pen and something else was left open for too long, lol.

                          If you want to go for a uC, keep in mind that this is a whole different story. Microcontrollers are not SBCs in the sense we talked about here.

                          Anyway, if I would have to choose a uC, I would go for a ESP82xx every single time. There are only very few exceptions. Not only is the ESP way cheaper, it also beats the Arduino in every other aspect. One such exception might be A/D conversion, but this could also be solved by an external IC.

                          1 Reply Last reply Reply Quote 1
                          • W
                            wirestyle22
                            last edited by

                            I've used Raspberry Pi's in the past for low power digital marketing. Nothing else at an actual job though.

                            E 1 Reply Last reply Reply Quote 0
                            • T
                              thwr @Emad R
                              last edited by

                              @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                              @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                              Raspberry's, OrangePi's and a bunch of other ARM SBCs for private and business uses.

                              There are dozens of available Linux OS's available, but I usually stick to Debian based ones. There's even a Windows IoT version out there.

                              Could you be more specific? What do you want to do?

                              gather intelligence...

                              Ok. As you can see here, you can do literally anything with them. There a very few points where you must go for the micro controller route: real time behavior and ultra low power for example.

                              The thing is: you need to implement everything yourself when you use a uC. There are lots of software stacks and libs, but most of them require a lot of knowledge to get them running. Using a Linux capable SBC on the other hand allows you to use virtually any high level language (and libs) like Python or even C#. You also benefit from a networking capable OS: Linux.

                              Hardware wise... Well, take a look for Orange Pi. Way cheaper and more powerful than RPis and there are also beginner friendly communities out there.

                              E 1 Reply Last reply Reply Quote 1
                              • E
                                Emad R @thwr
                                last edited by

                                @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                Raspberry's, OrangePi's and a bunch of other ARM SBCs for private and business uses.

                                There are dozens of available Linux OS's available, but I usually stick to Debian based ones. There's even a Windows IoT version out there.

                                Could you be more specific? What do you want to do?

                                gather intelligence...

                                Ok. As you can see here, you can do literally anything with them. There a very few points where you must go for the micro controller route: real time behavior and ultra low power for example.

                                The thing is: you need to implement everything yourself when you use a uC. There are lots of software stacks and libs, but most of them require a lot of knowledge to get them running. Using a Linux capable SBC on the other hand allows you to use virtually any high level language (and libs) like Python or even C#. You also benefit from a networking capable OS: Linux.

                                Hardware wise... Well, take a look for Orange Pi. Way cheaper and more powerful than RPis and there are also beginner friendly communities out there.

                                There is always an SBC born every minute it seems, Le Potato uses a a good chip as well:
                                https://libre.computer/products/boards/aml-s905x-cc/

                                And yes I do want Linux Support.

                                T 1 Reply Last reply Reply Quote 1
                                • E
                                  Emad R @wirestyle22
                                  last edited by

                                  @wirestyle22 said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                  I've used Raspberry Pi's in the past for low power digital marketing. Nothing else at an actual job though.

                                  Like Banners right, if you have photos of that setup still please share that would be cool, or you just hooked it up to TV that showed images ... that will surely counts as an "low power digital marketing"

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    thwr @Emad R
                                    last edited by thwr

                                    @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                    @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                    @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                    @thwr said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                    Raspberry's, OrangePi's and a bunch of other ARM SBCs for private and business uses.

                                    There are dozens of available Linux OS's available, but I usually stick to Debian based ones. There's even a Windows IoT version out there.

                                    Could you be more specific? What do you want to do?

                                    gather intelligence...

                                    Ok. As you can see here, you can do literally anything with them. There a very few points where you must go for the micro controller route: real time behavior and ultra low power for example.

                                    The thing is: you need to implement everything yourself when you use a uC. There are lots of software stacks and libs, but most of them require a lot of knowledge to get them running. Using a Linux capable SBC on the other hand allows you to use virtually any high level language (and libs) like Python or even C#. You also benefit from a networking capable OS: Linux.

                                    Hardware wise... Well, take a look for Orange Pi. Way cheaper and more powerful than RPis and there are also beginner friendly communities out there.

                                    There is always an SBC born every minute it seems, Le Potato uses a a good chip as well:
                                    https://libre.computer/products/boards/aml-s905x-cc/

                                    And yes I do want Linux Support.

                                    Absolutely. But most of them do have a big problem: No community and/or no long term development. I would wait before buying the latest and greatest. Better get something from a company who has at least some history.

                                    1 Reply Last reply Reply Quote 2
                                    • dbeatoD
                                      dbeato
                                      last edited by

                                      @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                      ou have something like Pi 3 and if so why ? and what OS on it ?
                                      If you want to buy one which one interests you.
                                      Thanks.

                                      Raspberry Pi3 for thermostat and Arduino for door automation.

                                      E 1 Reply Last reply Reply Quote 0
                                      • E
                                        Emad R @dbeato
                                        last edited by

                                        @dbeato said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                        @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                        ou have something like Pi 3 and if so why ? and what OS on it ?
                                        If you want to buy one which one interests you.
                                        Thanks.

                                        Raspberry Pi3 for thermostat and Arduino for door automation.

                                        Why I am getting the vibe here that it is easier to code and automate with Arduino , is there an easy guide/wizard for it that does not involve alot of coding ?

                                        dbeatoD T travisdh1T scottalanmillerS matteo nunziatiM 5 Replies Last reply Reply Quote 0
                                        • dbeatoD
                                          dbeato @Emad R
                                          last edited by

                                          @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                          @dbeato said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                          @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                          ou have something like Pi 3 and if so why ? and what OS on it ?
                                          If you want to buy one which one interests you.
                                          Thanks.

                                          Raspberry Pi3 for thermostat and Arduino for door automation.

                                          Why I am getting the vibe here that it is easier to code and automate with Arduino , is there an easy guide/wizard for it that does not involve alot of coding ?

                                          All coding 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            thwr @Emad R
                                            last edited by

                                            @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                            @dbeato said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                            @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

                                            ou have something like Pi 3 and if so why ? and what OS on it ?
                                            If you want to buy one which one interests you.
                                            Thanks.

                                            Raspberry Pi3 for thermostat and Arduino for door automation.

                                            Why I am getting the vibe here that it is easier to code and automate with Arduino , is there an easy guide/wizard for it that does not involve alot of coding ?

                                            You could go for an ESPeasy compatible NodeMCU (approx $3), flash ESPeasy on it and run a MQTT broker (server) somewhere. Attach a DHT11 ($2 or so).

                                            Zero programming, just configuration

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