Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • 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
Code Project
  1. Home
  2. The Lounge
  3. Raspberry Pi

Raspberry Pi

Scheduled Pinned Locked Moved The Lounge
phpcomhardwarequestion
31 Posts 23 Posters 1 Views 1 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.
  • L Lost User

    See my reply to Marc.

    Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

    N Offline
    N Offline
    Nish Nishant
    wrote on last edited by
    #8

    Saw it, thanks.

    Regards, Nish


    Website: www.voidnish.com Blog: voidnish.wordpress.com

    1 Reply Last reply
    0
    • L Lost User

      The B+ has been replaced by the Raspberry Pi 2 hasn't it? On the phone so didn't follow your link. I got a couple of Pi 2's yesterday. Not had time to do anything yet. 1GB of RAM and a 900MHz cpu. 4 USB as well.

      Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

      N Offline
      N Offline
      Nish Nishant
      wrote on last edited by
      #9

      Yeah, the naming has been rather confusing. Amazon has the Pi 2 for about 40 bucks. The Pi 2 with Win 10 IOT pack is about $160 though. Not sure if all the extras are worth it though.

      Regards, Nish


      Website: www.voidnish.com Blog: voidnish.wordpress.com

      L 1 Reply Last reply
      0
      • N Nish Nishant

        Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

        Regards, Nish


        Website: www.voidnish.com Blog: voidnish.wordpress.com

        M Offline
        M Offline
        Marco Bertschi
        wrote on last edited by
        #10

        I got an RPi (model B, I guess - the one with the ethernet connection). It used to sit next to the printer, acting as print server for the old USB printer. Now that we got an ethernet printer the pi is merely used as the place where the scanned PDFs go before someone takes them off there to store them in their folder. Today I'd recommend the Pi 2, as SW for it can be developed using VS.

        "A property doesn't have to be a Property to be a property." - PIEBALDConsult

        1 Reply Last reply
        0
        • N Nish Nishant

          Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

          Regards, Nish


          Website: www.voidnish.com Blog: voidnish.wordpress.com

          J Offline
          J Offline
          Jochen Arndt
          wrote on last edited by
          #11

          I don't have one personally but actually developing a kind of hand held based on a Pi. For development I'm using a B+ now (started with a B) while the final device will use an A+ (already present) or zero (not yet present here) depending on the type of display that will be finally used. I prefer one of the small 3.5" touch displays which are connected via SPI. But my boss want's a bigger one so that the official 7" Pi touch display might be used. That is much faster and has multi touch but can't be used with the Zero that doesn't have the display connector. The Pi are used with a self developed extension board providing a LiIon charger, on/off logic, RTC, voltage and current monitor, piezo buzzer, and a 2-port USB hub. As you may have already noted, it depends on the requirements which type to use. I suggest the B+ and B2 for starting and development because they provide Ethernet and multiple USB ports. If size and/or current matters, use the A+ or Zero. Missing interfaces can be provided via USB (hub, WLAN, ethernet). Use the Zero if the additional interfaces of the A+ are not required (camera interface, display interface, audio output). If speed matters, use the B2. But this is usually not necessary when not using X Window based applications. For the hand held I use Qt applications running without X. For testing purposes I'm showing a FFT from sampled SDR data (DVB-T USB stick as receiver, sample rate 240 kHz) on the 7" display. This produces a system load of about 50% on the B+ (the data rate is still higher than the display refresh rate so that only every second FFT frame is shown). Small applications are build on the Pi itself via SSH shell. But I have also a virtual machine running Ubuntu with installed Pi cross compilation tools and Qt Creator. I initially thought that I might have to build my own kernel to support specific hardware. But this can be omitted with actual RaspBian distributions because they support meanwhile device trees and a lot of Pi specific hardware (e.g. these small SPI displays).

          1 Reply Last reply
          0
          • N Nish Nishant

            Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

            Regards, Nish


            Website: www.voidnish.com Blog: voidnish.wordpress.com

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #12

            Got one as a present a few years ago; installed samba, apache and mono. I'd recommend ordering one of those plastic casings if you are going to use the Pi a lot.

            Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

            1 Reply Last reply
            0
            • N Nish Nishant

              Yeah, the naming has been rather confusing. Amazon has the Pi 2 for about 40 bucks. The Pi 2 with Win 10 IOT pack is about $160 though. Not sure if all the extras are worth it though.

              Regards, Nish


              Website: www.voidnish.com Blog: voidnish.wordpress.com

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #13

              Nish Nishant wrote:

              Yeah, the naming has been rather confusing. Amazon has the Pi 2 for about 40 bucks. The Pi 2 with Win 10 IOT pack is about $160 though. Not sure if all the extras are worth it though.

              Can't you just buy the Pi 2 and the go here[^] to the get the IoT shit for free?

              Michael Martin Australia "I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible." - Mr.Prakash One Fine Saturday. 24/04/2004

              J 2 Replies Last reply
              0
              • N Nish Nishant

                Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                Regards, Nish


                Website: www.voidnish.com Blog: voidnish.wordpress.com

                M Offline
                M Offline
                Max Methot
                wrote on last edited by
                #14

                I have many Pi's at home, since we use them at work. I even have one attached to a TFT touchscreen. I worked with models A, B and 2. If you really want to go with a Raspberry Pi device, go with version 2. It's about the same price, but twice the power and usefulness of older models. Although you must know that there are many other pocket sized computers on the market worth looking at. (a few are on kickstarter) Here are a few examples. The best one so far, in my opinion: PINE[^] (15$) It has 32Bits and 64Bits versions, which other makers don't have. It's cheaper and faster than the Pi 2. Worth a look. LattePanda[^] (45£): If you'd like to experiment with Windows 10 IoT features, this is the one. Sub-10$ computers (less powerful, much smaller in size and price): C.H.I.P[^] (9$) Raspberry Pi Zero[^] (5$) Other stuff to look at maybe? > Arduino > Intel Galileo

                "It's hard to beat someone who never quits".

                1 Reply Last reply
                0
                • N Nish Nishant

                  Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                  Regards, Nish


                  Website: www.voidnish.com Blog: voidnish.wordpress.com

                  D Offline
                  D Offline
                  Dan Neely
                  wrote on last edited by
                  #15

                  The one my Mom baked is best. :laugh: Good luck getting a one if you're not family though. :doh:

                  Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                  1 Reply Last reply
                  0
                  • N Nish Nishant

                    Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                    Regards, Nish


                    Website: www.voidnish.com Blog: voidnish.wordpress.com

                    pkfoxP Offline
                    pkfoxP Offline
                    pkfox
                    wrote on last edited by
                    #16

                    My pi 2 is on 24/7 running Logitech media server and Squeezlite as the player , I've added a Hifiberry DAC and have an external drive storing the music - the sound quality is stunning it rivals my old Slim devices Transporter which cost about £1000 ten years ago - do yourself a favour and power it and any USB devices via a USB powered hub as they can get a tad unstable if you plug unplug often - in short they are an incredible bit of kit.

                    We can’t stop here, this is bat country - Hunter S Thompson RIP

                    1 Reply Last reply
                    0
                    • N Nish Nishant

                      Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                      Regards, Nish


                      Website: www.voidnish.com Blog: voidnish.wordpress.com

                      D Offline
                      D Offline
                      dazfuller
                      wrote on last edited by
                      #17

                      It depends on what you're wanting to do. I've got an original Raspberry Pi Model B which is now a computer for my 5 y/o which does him fine and runs Minecraft perfectly well. So if you want a low powered computer for hacking around with I'd go for the Raspberry Pi 2 Model B, but if you're looking at doing some IoT stuff, or controllers for robots etc... I'd have a look at the Pi Zero

                      Eagles may soar, but weasels don't get sucked into jet engines

                      1 Reply Last reply
                      0
                      • N Nish Nishant

                        Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                        Regards, Nish


                        Website: www.voidnish.com Blog: voidnish.wordpress.com

                        K Offline
                        K Offline
                        Kiriander
                        wrote on last edited by
                        #18

                        That depends on what you want to do with that. If you want to explore all possibilites of the platform, start with the biggest model, the Pi 2 B. If you want to actually create an embedded device, I would recommend the Pi Zero.

                        1 Reply Last reply
                        0
                        • I Indivara

                          I've got one of the original Pi gathering dust somewhere. RS took so long to ship it, my attention had already wandered elsewhere by the time it finally arrived. I did set up XBMC on it for some time, but it was too painfully unresponsive to be really useful. I'd like to get my hands on one of these[^] to try out Windows IoT Core or a Raspberry Pi Zero[^].

                          B Offline
                          B Offline
                          Benito Aramando
                          wrote on last edited by
                          #19

                          To be clear, the long delivery times were because the manufacturers couldn't make them fast enough to keep up with the high demand. I don't know which model you had, but I have a (type 1) model B, and it runs various distributions of XBMC/Kodi (i.e. Xbian, OpenELEC or OSMC) just fine. It is very slow updating the catalogue, though, so I don't have it do that at startup. It was annoyingly slow to respond to user input for a while, but I updated to a new version of Xbian and that sorted it.

                          1 Reply Last reply
                          0
                          • N Nish Nishant

                            Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                            Regards, Nish


                            Website: www.voidnish.com Blog: voidnish.wordpress.com

                            W Offline
                            W Offline
                            WinnipegCodeMonkey
                            wrote on last edited by
                            #20

                            Pi 2, model b. openelec for os. pi 1, model b, made a mini arcade with a 10 inch lcd, joystick and buttons. Running raspian on that one. Great little dev plaform for linux. May get another pi 2 and try the windows 10 build.

                            1 Reply Last reply
                            0
                            • N Nish Nishant

                              Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                              Regards, Nish


                              Website: www.voidnish.com Blog: voidnish.wordpress.com

                              J Offline
                              J Offline
                              JoeSox
                              wrote on last edited by
                              #21

                              Nish Nishant wrote:

                              Just wondering if any regulars here have one, and if so which particular model would you recommend today?

                              I bought my 13 year old son at the time a B but not sure what the latest and greatest is but I would buy the latest version whatever it is. Here is a project I started with my son raspiAI[^] https://github.com/joesox/raspiAI/blob/master/raspiAI/Notes.txt[^] Let us know if you eventually post some code. I threw in the towel on this project as the facial recognition part was getting a little fustrating for the Rasp PI but Microsoft has released their facial cloud API so I want to check that out next with raspiAI :cool:

                              Later, JoeSox CPMCv1.0 - Last.fm - MyFriendfeed - CPForAndroid++

                              1 Reply Last reply
                              0
                              • N Nish Nishant

                                Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                Regards, Nish


                                Website: www.voidnish.com Blog: voidnish.wordpress.com

                                C Offline
                                C Offline
                                computer_nerd
                                wrote on last edited by
                                #22

                                I bought a Raspberry Pi 2 Model B plus a case and power supply earlier this year. I have the OpenElec operating system installed on it and it's running KODI media player. It's plugged into my router and into the HDMI port on my TV. I haven't tweaked it yet beyond being able to play videos stored on my NAS. At some point I'll install some KODI plugins and use it to play online media. For anyone that likes the idea of a smart TV but is bothered about the privacy implications or doesn't like the software provided on the TV, it's an ideal solution over which you have total control. The Raspberry Pi is small enough that you could hide it behind your wall-mounted TV. You could power it via USB if your TV has a spare port and you could plug in a usb WIFI dongle if you don't have network connectivity nearby. You can do most operations using your TV remote without having to set anything up, though some people like to buy a wireless keyboard for more control.

                                1 Reply Last reply
                                0
                                • N Nish Nishant

                                  Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                  Regards, Nish


                                  Website: www.voidnish.com Blog: voidnish.wordpress.com

                                  S Offline
                                  S Offline
                                  Spencer Kittleson
                                  wrote on last edited by
                                  #23

                                  Love my raspberry pi. Not great for YouTube videos but awesome for DIY projects.

                                  1 Reply Last reply
                                  0
                                  • N Nish Nishant

                                    Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                    Regards, Nish


                                    Website: www.voidnish.com Blog: voidnish.wordpress.com

                                    D Offline
                                    D Offline
                                    Derek Hunter
                                    wrote on last edited by
                                    #24

                                    I have several Pi 2's at work. One of the them has two large USB drives to serve up our source code via Samba and NFS. Another one runs the Foswiki Wiki on top of Apache2. Yet another acts as a stand-alone mobile hotspot with nginx. A fourth one is configured as a karaoke machine (pykaraoke) with an add-on hi-fidelity audio board for top quality sound. You can do just about anything you want with them and for 40 GBP I don't think you can go wrong with a Pi 2. Derek.

                                    1 Reply Last reply
                                    0
                                    • N Nish Nishant

                                      Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                      Regards, Nish


                                      Website: www.voidnish.com Blog: voidnish.wordpress.com

                                      T Offline
                                      T Offline
                                      Tiger12506
                                      wrote on last edited by
                                      #25

                                      I have several Raspberry Pi model B's that I use as media servers for their h264 full 1080p hardware abilities. I'd go with the Pi 2 (I have one of those), as it supercedes everything else, unless you specifically want something without an ethernet port, etc. The extra cores make it difficult for any one process to lock up the Pi, which can happen with the previous versions. Also, the extra RAM is a blessing. Because I don't use X on mine and just use omxplayer and ssh into it for everything, all of them are quite snappy. One thing that I just am not satisfied with is getting enough power to the USB ports. On all of them I've used, a single device can suck up all the current available and more... So expect glitches from wireless cards, external harddrives... unless you have an actual *GOOD* quality powered USB hub. Without a powered hub, forget trying to connect a non-powered HDD for example. That's not to scare you away from the Pis -- the 1080p video pays for itself over and over and over and over, just be aware of the problem.

                                      1 Reply Last reply
                                      0
                                      • N Nish Nishant

                                        Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                        Regards, Nish


                                        Website: www.voidnish.com Blog: voidnish.wordpress.com

                                        S Offline
                                        S Offline
                                        StanThomas
                                        wrote on last edited by
                                        #26

                                        Yep. We sell an industrial controller based around the Pi. It's a port of an existing Win32 C++14 application. Used to need a full Win7 system in a rack but now fits in a cigarette packet size box that can be tucked in a corner. No user interface and only dependencies are on Ethernet and USB so pretty much the same code across platforms. Ported to Linux desktop first and then simply a case of recompiling for ARM on the Pi. Running Raspbian Jessie and GCC 4.9.2. Pi 2 Model B is the latest and best specc'ed. Only reason to go with something lesser, like the Zero, would be the lower cost when you're shipping thousands or power consumption running off a battery.

                                        1 Reply Last reply
                                        0
                                        • N Nish Nishant

                                          Just wondering if any regulars here have one, and if so which particular model would you recommend today? Thank you.

                                          Regards, Nish


                                          Website: www.voidnish.com Blog: voidnish.wordpress.com

                                          R Offline
                                          R Offline
                                          Ralph Little
                                          wrote on last edited by
                                          #27

                                          Got a Pi B+, installed OpenElec and using it as a media server. Handles HD over the network to HDMI TV without a single glitch so far. Very nice indeed. Being in Canada, I actually got a kit from www.buyapi.ca including a Pi, box, Flirc, flash drive, psu and some cables. Nice way to get set up. As others have said, depends on what you want it for. Pi Zero takes some beating for embedded systems, although it does not have a network port so you should bear that in mind. As a general purpose mess-about-with box, get the latest Pi B+.

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


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups