Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Thursday November 15 2018, @04:51PM   Printer-friendly
from the big-deal-in-a-small-package dept.

The Raspberry Pi Foundation has unveiled a smaller, cheaper, lower-powered Pi 3, the Raspberry Pi 3 Model A+. The new model will sell for $25 USD and has lower power requirements with less RAM than the 3B+ (512 MB DDR2), only a single USB port, and no Ethernet port. However, it has the same BCM2837B0 quad core processor running at 1.4 GHz, a dual band WIFI networking, Bluetooth 4.2 Low Energy connectivity, the normal 40-pin GPIO header, and audio and video output.

OpenSource.com : New Raspberry Pi 3 Model A+ unveiled
TechRepublic : Raspberry Pi 3 Model A+: A closer look at the new $25 board
CNX Software : Compact Raspberry Pi 3 Model A+ Launched for $25


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0, Informative) by Anonymous Coward on Thursday November 15 2018, @06:57PM (1 child)

    by Anonymous Coward on Thursday November 15 2018, @06:57PM (#762292)

    while i agree its small, if you need 16gb on what is in reality an embedded board, you got some code bloat going on.

    Starting Score:    0  points
    Moderation   0  
       Informative=1, Overrated=1, Total=2
    Extra 'Informative' Modifier   0  

    Total Score:   0  
  • (Score: 2) by fyngyrz on Friday November 16 2018, @12:35AM

    by fyngyrz (6567) on Friday November 16 2018, @12:35AM (#762433) Journal

    if you need 16gb on what is in reality an embedded board, you got some code bloat going on.

    Not necessarily. There are numerous tasks that deal with very large amounts of data; having it in RAM makes a huge difference in how fast it can be processed. Some of the areas that do this include signal processing, statistical processing, various kinds of machine learning approaches, etc.

    Then there are ramdisks; sort of an intermediate means to improve efficiency.

    Small systems like the PI, given just more ram, would suddenly become very attractive for a larger set of applications.

    Doesn't hurt if you're running a desktop on them either.

    I bet we see them eventually. I'd love to have a few.