Slashdot Mirror


Raspberry Pi 3 Brings Wi-Fi and Bluetooth (i-programmer.info)

mikejuk writes: Details of the next in the family of the successful Raspberry Pi family have become available as part of FCC testing documents. The Pi 3 finally includes WiFi and Bluetooth/LE. Comparing the board with the Pi 2 it is clear that most of the electronics has stayed the same. A Raspberry Pi with built in WiFi and Bluetooth puts it directly in competition with the new Linux based Arduinos, Intel's Edison and its derivatives, and with the ESP8266 — a very low cost (about $2) but not well known WiFi board. And of course, it will be in competition with its own stablemates. If the Pi 3 is only a few dollars more than the Pi 2 then it will be the obvious first choice. This would effectively make the Pi Zero, at $5 with no networking, king of the low end and the Pi 3 the choice at the other end of the spectrum. Let's hope they make more than one or two before the launch because the $5 Pi Zero is still out of stock most places three months after being announced and it is annoying a lot of potential users.

4 of 97 comments (clear)

  1. Re:finally?? by Z00L00K · · Score: 3, Interesting

    Well, the only thing I miss in the Pi2 is an audio in connector, not the end of the world though since I can use an USB sound card instead.

    What I have used it for so far is to set up an APRS digipeater/igate and as a controller for a radio repeater with subtone control.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  2. Re:finally?? by goombah99 · · Score: 2, Interesting

    Now if only the Orange Pi had software that used its four procesors and was stable

    --
    Some drink at the fountain of knowledge. Others just gargle.
  3. Re:finally?? by ShanghaiBill · · Score: 3, Interesting

    This argument always breaks down when the person making it is asked to provide actual alternatives.

    It also breaks down when you look at actual use cases. For many people, compatibility and ecosystem are far more important than performance. My use case: A classroom full of 4-6 graders, and a bunch of SD-Cards, electronic components, and prototype boards. The RPi "just works". It boots Linux, there are lots and lots of online tutorials, sample code, and projects that kids can do. The only other board that comes close is Arduino, and we use those too, but it can't do the same high level stuff as a RPi, such as running a webserver.

     

  4. Re:Pi reliability by esampson · · Score: 2, Interesting

    Not to be pedantic, but if the issue is that the SDcard dies that is probably more of an issue of the SDcard than the PI. I say 'probably' because it is possible for a machine to be hammering the SDCard and kill it a lot quicker but neither of my RPi's seem to do that as a normal part of operations. Of course I'm using a pair of RPi 2 and the RPi B+ might be different. Also, your specific usage could be such that you're doing a lot more access of the SDCard than I am (although since I'm running a database that is getting updates about every 30 seconds my guess is the only usage case where you are hammering the card more than I am over a sustained period is because of a programming error).