If that thing had VGA-in on top of the keyboard and mouse out via USB, it would be a great tool to carry in a data center when you have to physically interact with a machine.
Plenty of commercial stuff that does just that. You can even buy dedicated network testers with this functionality.
Back in the day, the Nokia N770/N810/N900 line fit the bill for this perfectly. Its form factor was perfect for the "Linux terminal in your pocket" use case.
Might be something to look into for design inspiration.
Yep thanks, I'm indeed hoping to take advantage of that! But I have a sneaking suspicion it won't be a big enough quantity to satisfy even the people who've seen this HN submission so may well come down to what time of day / how quickly I see the email
Both models say "Sold out since Aug 02". If all the existing stock was bought by HN readers today, then 1-2 weeks isn't bad for the next batch, and today's waitlist can influence batch size. There seem to be lots of BB keyboards on Amazon, so hopefully the constraint is funding and manufacturing, not components. Lots of demand from HN can only help with funding!
My pet peeve with RasPi for these types of handheld projects is that they don't support suspend, and don't have a true poweroff state. Even in poweroff, they sit there consuming a bunch of current. Beepy is a similar project that uses a RasPi Zero, and their approach is to cut power to the RasPi entirely with a management MCU. On my Beepy, I switched to a Radxa Zero instead and ported over any relevant kernel modules…
Am I right in assuming it's fairly straightforward swap hardware wise? Do you have any measurements of the difference in battery drain between the two? Is it a fairly recent kernel?
With that Sharp memory LCD and proper suspend that's potentially a gamechanger for the beepy. Any direction you can point me in appreciated.
I want my Blackberry back badly, and this project is giving me hope. The case it a bit too big, there are still battery issues, and of course a 5G card + microphone + loudspeaker need to be added. But perhaps the day will come that I can roll that wheel to view my emails again, use that excellent small keyboard to reply without having to touch glass.
I’m right there with you. The side scroll wheel on my 7520 was perfection. I could operate it from my pocket completely blindly.
Punkt showed off a device that had me hopeful for awhile but it doesn’t look like they are releasing it.
I'd love one of these! I just built a portable enclosure with a charge controller, USB hub, ethernet and four 18650 batteries. While The Hackberry Pi Zero would've been a lot easier (assuming I'd've just bought one instead of making it myself), the only downside is the battery life. My application is for having a server that travels with me and is on 100% of the time, sometimes running on battery for hours at a time.…
> My application is for having a server that travels with me
You probably have your reasons but I wonder why anyone would need that
It looks cool, but I've found the Steam Deck is the only portable computer that's versatile enough for me to actually use for all sorts of different stuff.
Anyone know if steam deck can act as a USB OTG keyboard? I remember this being a cool feature of those GPD Pocket computers. It would be cool to hook something up to the USB and send keystrokes from the steam deck (not necessarily from the touchscreen keyboard, but by scripts).
you have to enable USB Dual-Role Device in the BIOS settings for it to act as a device, but yes.
My pet peeve with RasPi for these types of handheld projects is that they don't support suspend, and don't have a true poweroff state. Even in poweroff, they sit there consuming a bunch of current. Beepy is a similar project that uses a RasPi Zero, and their approach is to cut power to the RasPi entirely with a management MCU. On my Beepy, I switched to a Radxa Zero instead and ported over any relevant kernel modules…
Am I right in assuming it's fairly straightforward swap hardware wise? Do you have any measurements of the difference in battery drain between the two? Is it a fairly recent kernel? With that Sharp memory LCD and proper suspend that's potentially a gamechanger for the beepy. Any direction you can point me in appreciated.
Ditto. I’ve wanted to get a Beepy for a while, and I have a Radxa Zero already.