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
Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
101–110 of 161 posts
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#102Oh great! Another awesome looking cyberdeck that I want to own and will find absolutely no practical use for. I've added myself to the waitlist already.
See I do have a use for this kind of thing, but not exactly. I have a few desktop towers and Raspberry Pi devices that sometimes due to upgrades or random acts of Zeus absolutely fail to boot up. I want some ability to connect a keyboard and a screen to these so I can see the actual boot screen. Normally for me this involves lugging the device to my office and connecting it to my office monitor and keyboard which is…
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#103Earlier quoted context omitted.
I read this part: > Replace your battery in 10 seconds without killing the power! as a suggestion that you'd have four batteries total, and you'd have two that're fully charged, and you'd replace one battery, and within seconds you'd replace the other. Or at least that's how I'd do it. I've recently read up about power management and battery charging, and want to make a charge controller than can connect two separate…
It should definitely use the plural, batteries, if that's the intention.
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#104My 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…
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#105This looks like a pretty cool device! However, I was immediately curious about how the "dual battery" feature works. The IP5306 power-management IC seems to be designed only for a single battery, and as far as I can tell from the schematic[1], the two battery connectors are just directly connected to each other in parallel (across VBAT and GND). This seems really sketchy. If you plug in two batteries that are not at…
You can think of it like having two big swimming pools side by side, slowly draining out into a little stream. If the two pools are at the same level and the wall between them disappeared, they're largely going to be fine and keep on going.
Now imagine one pool is nearly empty and the other is full. As soon as you disappear that wall in the middle, there's gonna be a very powerful wave as the water from the high pool rushes in to fill the empty pool.
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#106Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#107Earlier quoted context omitted.
There's no problem if you use one battery, and there should also be no problem if you use two batteries and charge/discharge them both simultaneously (because then the voltages are matched). The problem shows up when you try to "hot-swap" just one of the batteries and replace it with one at a different state of charge, as the README claims you can do.
What is the expectation here about functionality? They are using some kind of COTS battery system to keep the cost down, but at the consequence of this safety qustion. Should these people expect any buyer to antipate this? Its not really a consumer product after all. I think there is no shortage of battery management ICs, but the number that can arbitrate between external power/battery A/Battery B certainly eliminate…
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#108Earlier quoted context omitted.
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!
Though maybe I'm wrong about how popular it will be, and actually only the handful of people who've explicitly commented about wanting to buy it, like me, will have joined the waiting list and some may then decide not to buy it having slept on it - but it's definitely possible that lots of people are looking forward to getting one or more!)
I also assumed that it was a fairly DYI project done by a single founder (DYI as in him making them himself one by one, rather than having either a team or an outsourced factory ready to scale up to meet whatever demand is on the waiting list), but again I may be guessing wrong (or may have forgotten something they wrote that shows I'm wrong), but it's a few hours past my bedtime so I'll just hope that when I wake up they might have replied to my message asking if I could reserve one rather than spend more time guessing about their production capacity :D )
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#109Back 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.
It was so refreshing to have a mobile that acted as a regular Linux machine. You could copy files from your other computers normally just using scp.
Or tweak the GSM radio, as you would do with any other device, just using ifconfig.
Re: Hackberry-Pi_Zero – A handheld Linux terminal using Raspberry Pi Zero 2W
#110This looks like a pretty cool device! However, I was immediately curious about how the "dual battery" feature works. The IP5306 power-management IC seems to be designed only for a single battery, and as far as I can tell from the schematic[1], the two battery connectors are just directly connected to each other in parallel (across VBAT and GND). This seems really sketchy. If you plug in two batteries that are not at…
I read this part: > Replace your battery in 10 seconds without killing the power! as a suggestion that you'd have four batteries total, and you'd have two that're fully charged, and you'd replace one battery, and within seconds you'd replace the other. Or at least that's how I'd do it. I've recently read up about power management and battery charging, and want to make a charge controller than can connect two separate…