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

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

    IT Discussion
    sbc arm
    15
    33
    4.0k
    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.
    • Emad RE
      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.

      thwrT 1 Reply Last reply Reply Quote 1
      • Emad RE
        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
        • thwrT
          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.

            Emad RE 1 Reply Last reply Reply Quote 0
            • Emad RE
              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 thwrT 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
                • thwrT
                  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
                  • travisdh1T
                    travisdh1 @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 ?

                    I have a guide for an rpi door and temp sensor here already: https://mangolassi.it/topic/9738/diy-environment-monitoring/7

                    The coding is not that difficult.

                    1 Reply Last reply Reply Quote 3
                    • scottalanmillerS
                      scottalanmiller @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 ?

                      I don't think that that is the case. Arduino is not a full computer and doesn't have an OS. It's neat and interesting and meant for basic automation, yes. But it is very hard by comparison as anything that makes automating with an OS simple, the Arduino lacks.

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

                        @scottalanmiller 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 ?:

                        @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 ?

                        I don't think that that is the case. Arduino is not a full computer and doesn't have an OS. It's neat and interesting and meant for basic automation, yes. But it is very hard by comparison as anything that makes automating with an OS simple, the Arduino lacks.

                        Arduino is good for sensing, but has almost no compute power. So if I had a bunch of battery powered sensors, Arduino would be the best fit. While if I actually wanted to do something with the data those sensors collect then a general compute device (Raspberry Pi) is a better choice.

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

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

                          @scottalanmiller 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 ?:

                          @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 ?

                          I don't think that that is the case. Arduino is not a full computer and doesn't have an OS. It's neat and interesting and meant for basic automation, yes. But it is very hard by comparison as anything that makes automating with an OS simple, the Arduino lacks.

                          Arduino is good for sensing, but has almost no compute power. So if I had a bunch of battery powered sensors, Arduino would be the best fit. While if I actually wanted to do something with the data those sensors collect then a general compute device (Raspberry Pi) is a better choice.

                          There ist something in between, the network capable ESP8266 with ESPeasy stack.

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

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

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

                            @scottalanmiller 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 ?:

                            @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 ?

                            I don't think that that is the case. Arduino is not a full computer and doesn't have an OS. It's neat and interesting and meant for basic automation, yes. But it is very hard by comparison as anything that makes automating with an OS simple, the Arduino lacks.

                            Arduino is good for sensing, but has almost no compute power. So if I had a bunch of battery powered sensors, Arduino would be the best fit. While if I actually wanted to do something with the data those sensors collect then a general compute device (Raspberry Pi) is a better choice.

                            There ist something in between, the network capable ESP8266 with ESPeasy stack.

                            The ESP8266 is basically a wifi enabled Arduino. You can do more with them, but you're still very limited. I used mine to control some lights over the holidays this year. All I had it doing was a 2 selection box web page, and it had used 99% of the available storage and memory 😕

                            1 Reply Last reply Reply Quote 0
                            • matteo nunziatiM
                              matteo nunziati @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 ?

                              Arduino is microprocessor coded with a specific dialect of c as most of micros todays. It is not able to run an os. Like any micro it accepts an entry point and starts looping the same code again and again until you pull the plug.
                              Raspberrypi is an arm architecture able to run an os. You can code it even in python or node.js

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