• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.
  • The forums have been upgraded with support for dark mode. By default it will follow the setting on your system/browser. You may override it by scrolling to the end of the page and clicking the gears icon.

Raspberry Pi 400 Compact Keyboard Computer Announced for 70 USD

Joined
Mar 31, 2020
Messages
1,519 (0.81/day)
The Raspberry Pi Foundation have recently released the Raspberry Pi 400 keyboard computer based on the Raspberry Pi 4 and Raspberry Pi keyboard. The new computer is a modern take on the home computers of the 1980s such as the BBC Micro, ZX Spectrum, and Commodore Amiga with the computer being fully integrated within the keyboard. The computer features a custom layout Raspberry Pi 4 4 GB clocked at 1.8 GHz with the ability for significant overclocks thanks to the large integrated heatsink.

The new product is targeted towards cost-conscious consumers and students who require a basic computer. The computer is available in a number of different versions including English (UK and US), French, Italian, German, and Spanish keyboard layouts. The Raspberry Pi 400 is now available for 70 USD for the computer on its own, or 100 USD for a ready-to-go kit with power supply, mouse, SD card, HDMI cable, and official Raspberry Pi Beginner's Guide.





Announcement Video


View at TechPowerUp Main Site
 
Nordic version plz. No audio jack is a bit sad IMO.
 
Interesting...I was just thinking of making a modern version of a trs80 model one using an 8 bit microcontroller (with additional I/O ports for home automation or whatever).
But this would be cheaper and need a lot less software written to get that old fashioned feel I sometimes miss;).
 
Full HDMI and black/grey color scheme would be better for me
 
Such a waste of space.

They dropped the ball without having an optional internal 2.5inch drive bay.
 
Just put a real GPU in the SoC that can do compute and stop screwing around.
 
Full HDMI and black/grey color scheme would be better for me

Yeah micro-HDMI on something that's gonna be plugged and unplugged often... bad idea. Other missed opportunities: no audio jack (I'm pretty sure there is one on RPi 4), wonky storage (SD cards get corrupted on RPi from time to time which is a pain in the ass) and not using their very own Compute module form factor for upgrade path...
 
Going by the quality of the previous versions I'd say you are not missing anything.

Considering I use the audio jack on my Rpi 3B I'd say I will miss it. I don't have anything with HDMI audio.
 
Dropped the ball? You know there is no native SATA controller on the MCU, right? If you do that you immediately lose one USB3.0 port.

If you get the idea, I know electronics very well.

Putting an internal usb port and leave space costs nothing. The SATA USB adapters take no space at all.
 
Considering I use the audio jack on my Rpi 3B I'd say I will miss it. I don't have anything with HDMI audio.
Never had a raspberry but... can I plug my USB sound interface? or any USB sound devices that are around? I know it's supposed to feature an audio jack... but if I can plug my sound interface I'm ok with it.
 
If it gets popular I can see monitorless laptop in the future
 
Never had a raspberry but... can I plug my USB sound interface? or any USB sound devices that are around? I know it's supposed to feature an audio jack... but if I can plug my sound interface I'm ok with it.

Depends on the OS, but yes.
 
Dropped the ball? You know there is no native SATA controller on the MCU, right? If you do that you immediately lose one USB3.0 port.
They don't need to use USB at all. On Ada's official channel I left a suggestion of adding a touchpad on next revisions, and you can simply throw in a runn-of-the-mill KBC or PS/2 controller (or implement your own on cheap Cortex M0), and run a keyboard and touchpad through PS/2 over a single USB that's already used for keyboard (there are even many community-made kernel modules for native support).

You can do even better workaround for USB3.0. Instead of using a cheap dual-port VLI controller they could've thrown an extra $1-$2 for µPD720201, which is a quad-port USB3.0 host controller, and in the spirit of AsRock electronic design methodology, just daisy-chain the shit out of it with things like SATA-III controllers etc.
Plus, everyone is already using USB3 on Pi just for storage, so losing one USB3 in favor of SATA is a reasonable tradeoff.

t's still a step in the right direction, but there's room for improvement. As far as it's not more expensive than various Rockchip alternatives, there's always a headroom in BOM for more features.

Never had a raspberry but... can I plug my USB sound interface?
Of course you can. Linux has a decent support for Class 2 USB Audio. In some cases it may require manual config tweaking, but most common DACs should work out of the box.
 
30+ years ago

atari-520st.jpg


or if you prefer a PC example from the 90s
SchneiderEuroPC.jpg
 
Very nice. Based on historical trends they will release a higher RAM version ala Pi 4.
 
[...] and in the spirit of AsRock electronic design methodology, just daisy-chain the shit out of it with things like SATA-III controllers etc [...]
I don't know, the USB bus is pretty terrible for pretty much anything but peripherals. At least in RPi 4 the Ethernet is no longer on USB 2.0...

The proper way to do that would be to get a SoC which natively supports SATA/USB 3.0/Ethernet/PCIe.

But I guess that would increase the price by $20 so better have colorful packaging and generate e-waste instead.
 
The proper way to do that would be to get a SoC which natively supports SATA/USB 3.0/Ethernet/PCIe.
But I guess that would increase the price by $20 so better have colorful packaging and generate e-waste instead.
That would be a bit more than $20. The only ones that fit the bill are Jettson dev kit (not Nano), various Intel Bay Trail/Cherry trail boards, and very expensive Snapdragon dev kits, or RK3399 dev kits that also go over $100.
And regarding SATA over USB, it's a vague argument. USB3 to SATA controllers aren't any less reliable than PCIe to SATA3 or any other IC, which you can find all over x86_64 desktop and embedded boards.
RaspberryPi Foundation definitely has some exclusive deal with Broadcom, which means we won't see any alternative chipsets any time soon. Plus, the OS/software development is already ironed out for BCM, and mass-market won't trade stable OS releases and good support for a beefier SoC, just to end up with some abandonware like NanoPi, OrangePi and CubieBoard and others. Same reason why Hardkernel barely budged off Exynos to Amlogic.
 
Back
Top