The Comet is a handheld Linux computer that brings extensibility
67 comments
·January 8, 2025dmd
zokier
Esp32 is completely different league than anything linux based
shoaibmerchant
Disclaimer: Founder here
M5 is based on ESP32 so it is microcontroller based so you are limited to things a MCU can do. But yea I love the M5 platform, funnily I am here at CES and met the Founder of M5 just yesterday!
sureglymop
Your disclaimer made it seem like you are the founder of M5. Luckily the context in the second sentence made it a bit more clear.
Etheryte
That looks pretty interesting, do you happen to have any first hand experience with this? In my experience, platforms like this live and die by the pain of unhandled edge cases, so even if the happy path works fine, it can still be something to avoid.
HeyLaughingBoy
I've released projects based on M5Stack. Not much to say: it does what it claims. Getting the right software libraries in place is a minor pain, but all in all it's pretty straightforward as far as embedded development goes.
GP points to the home page, so I don't know which of the very many devices was being referred to. My experience is with M5Stack Tough and I recommend it.
argsnd
It is an ESP32 with reasonably off the shelf components so for hobbyist purposes I think the concern is minimal. Obviously because it’s an ESP32 you can’t expect to run Linux on it.
magic_smoke_ee
At the expense of more software dev and a bluetooth module, It would've been more extensible and versatile if it had just used BT for input (HID) and GPIO rather than creating yet another proprietary connector and forbidding the use of GPIO and a keyboard simultaneously. Why not integrate the most popular one and use BT for the rest? Great, we've re-invented what already exists. Sigh.
saidinesh5
From the looks of it you can still use your Bluetooth keyboard as it is with the Linux bluetooth stack, except you have to figure out a way to power it .. yet another battery?
I think you can just create another module that'll split the gpio to keypad and other purposes as it is just a USB keypad..
rickcarlino
Be sure to put those connectors through adequate stress testing. I’ve had several products that use a similar design (Garmin watch, Bluetooth headset) and I’ve been disappointed to find that the connector wears out with time.
shoaibmerchant
Founder here, thank you for this note we will build a jig to test this out and share results on our docs. One of the things we have done to reduce wear over time is that the spring contact is on the device and we expose a very small contact surface from the housing. Check this - https://ibb.co/xqm3z3W
btbuildem
It's almost as if the connector itself should be a swappable part - every 100,000 cycles or so you get a new one.
magic_smoke_ee
And if flimsy parts and design-for-manufacturing rather than design-for-repair aren't done intentionally to increase sales through replacements and/or to optimize for minimal cost, then it's done through negligence.
user_7832
Are pogo pins the gold standard for data across the most (dis)connect cycles? Could any hardware engineer chime in?
wkat4242
Pogo pins should handle tons of connections yes. At work we used these for board testing through test points ("bed of nails") and i never heard of the pogo pins wearing out.
These were pretty long pogo pins though. They wouldn't fit in this thing.
actionfromafar
Hear me out but... this could have been a high-speed serial interface instead, much less stressing. And a breakout board for when you want GPIO.
globular-toast
On Garmin watches the springy mechanical part is on the cable, not the watch. Have you observed the watch itself wearing out? I would hope it's designed such that the cable is sacrificial and the watch lasts. In the product here the springs appear to be on the device side, which seems to me like the bit that would be more likely to wear out. That's concerning, but there's more chance of being to able to replace it than in something tiny like a watch.
shoaibmerchant
Founder here, the reason to not put spring contacts on extensions is to make it easy for anyone to make extensions by just exposing solder contacts or hand soldering small discs. But we will evaluate more on the endurance part and take a call on this, we are still pre-production right now.
magic_smoke_ee
Reminds me of the unrepairable, craptastic design of FitBits charging connectors that would fail just about the time the warranty expired and the tech support "solution" was to "buy a new one".
At least on Apple and similar with inductive charging designs, there's nothing to break. (Repairability of the rest of it, notwithstanding.)
afandian
The Magsafe connector on Apple laptops has pogo pins on the cable, plus a magnet to hold them on. I've had machines of all 3 generations. They have mostly been reliable, controlled for the number of cycles. But I have seen the laptop get worn down, and the pins eventually became unreliable on old laptops.
I don't know how that holds up against USB or the previous weird barrel jack thing they used. Magsafe is far more visible than the others.
rickcarlino
That’s a correct assessment of the situation, but the lifetime of the cables is not satisfactory with my expectations. I do eventually buy a new cable every six months, but I really just wish there was a USB-C port with a rubber plug in it.
tsm
Tangential: I'm looking for a handheld Linux computer that's the approximate size and shape of a GameBoy Advance SP, but with a QWERTY keyboard and wifi. The old Zipit Z-2 would've been perfect. All it needs to run is git and Emacs/org-mode.
It's a surprisingly hard form factor to shop for—anyone have any recommendations?
user_7832
I’d also love to find out, I’m also on the lookout for a similar device. What I have found are SBCs on r/SBCgaming offering rock chip ARM Linux devices for under $50-100. Iirc http://retrocatalog.com/ is good for searching.
fmajid
I have a Planet Computers Gemini, which is a reinterpretation of the Psion Series 5, running Android but you can also install Linux. They have new models since, but I've heard reports the company is not honoring orders, so caveat emptor.
Another option would be one of the GPD Pocket mini-laptops, they actually ship with Ubuntu. I'd gotten one of the older models, but the screen was just too small for my tired eyes: https://www.gpd.hk/gpdpocket/
wkat4242
The Gemini build quality also left a lot to be desired. As well as the software. I liked the idea but I sold it in the end.
eadmund
The Gemini looks really neat, but is there any way to generate a Super key event with that keyboard?
> I've heard reports the company is not honoring orders
Due to the Christmas sale, or in general?
h73
GPD MicroPC is really neat. Still one of my favorite devices in the gadget drawer.
trescenzi
I’ve been looking for this too. I could replace basically all my laptop computing with something low powered that sshed into a server. So far I’ve found:
https://github.com/ByteWelder/Decktility https://www.clockworkpi.com/ https://soulscircuit.com/pilet
snowram
It doesn't have a QWERTY keyboard, but you can repurpose an Anbernic RG35XXSP as a Linux device : https://github.com/MrJackSpade/RG35XXP-XFCE
dotancohen
My portable Org mode setup is read-only, and I'm very happy with it. I just copy the files from my desktop to ~/Documents/Notes on the Android device an us Orgro (Orgzly or Organice) to read them.
If I do need to record something on the go I make a voice note and update the Org mode file at home on the desktop. I then push to the phone with adb, or pull from the phone with scp in Termux.
tartoran
For a slightly larger, look at the uConsole from ClockworkPi. It is probably double the size and doesn't have the same form factor though.
5-
why not zipit z2 (if you can find it)? i remember the keyboard not being great but it was completely usable.
around the same time there was also ben nanonote, but the z2 is probably preferable to it.
not a lot of clamshells since then (and generally not enough pocket qwerty computers).
for something slightly larger, consider gemini pda or one of its succcessors, or a keyboard case for a phone, e.g. pinephone.
or a bit larger still (but the same 6" screen diagonal), you get an actual pc with gpd micropc.
WaxProlix
If you're willing to cave on the clamshell form factor, there's a bunch of neat stuff in the HackberryPi / Lilygo T-Deck space.
usr1106
Not sure why I would want a handheld computer. But I still need a phone (calling, SMS) occasionally. So I use that also for browsing and messaging, too. GNU/Linux would be a great plus. What are my realistic alternatives? Realistic meaning not a huge amount of work and/or unreliable/buggy system.
saidinesh5
If you just want calling, sms, browsing and messaging, and some amount of GNU/Linux, your main options are:
1) Any officially supported sailfish OS device ( https://shop.jolla.com/ - which includes their licensed and officially blessed version for older sony xperia services)
2) Any ubuntu touch supported devices: https://devices.ubuntu-touch.io/promoted/
Would be very stable... And good enough for daily use..
But honestly even degoogled Android on a well supported phone like Pixel + Termux is fairly good enough to use these days. I don't see the value of running desktop Linux software on these devices anymore...
usr1106
1) Yes, I am a Sailfish user. I have been quite happy with the older generation hardware up to Xperia X. From what I read the newer generations have been more problematic. Yeah, after having skipped some I ordered the bleeding edge Reeder and was bitten by the disk encryption bug. Have been busy recently, should finally check what is the repair situation for that...
Android: After my Xpdria X HW got unusable as a daily phone I have used Android (mostly without Google). But general administration seems to be a lot of work a lot to learn. In GNU/Linux I know what to do without any extra effort. Time is limited...
dotancohen
A phone with Termux recently had the USB port go bust. I could neither charge it nor use ADB to back it up. But I was able to SSH into my desktop and back up the important files (voice notes, photos) via scp with the clock ticking at 3% charge and dropping. Very impressive and honestly being able to install ncdu on the phone to quickly find large, important files was a revelation in the usability of both bash and Android.
h73
Termux is a game changer for any power user out there.
I would still like a dedicated handheld Linux device (case in point Gemini PDA) simple because it's neat. GPD MicroPC is still one of my favorite machines in my gadget drawer, but it still has "portable PC" vibes, not "tinkering/hacking device" ones.
Maybe I'm just trying to justify spending more money on neat hardware.
saidinesh5
Adb over network also would work for this no?
usr1106
Yeah, I have installed Termux. And learned to hard way that you need to install extra packages e.g. to access the clipboard.
I also read something about some turmoil in the community with unmaintained packages or what it was. Yet more time needed to really understand the situation.
jraph
> I don't see the value of running desktop Linux software on these devices anymore...
Running desktop software, not really, but I see 3 main points of interest for an alternative to Android (which could be mobile Linux):
- Getting rid of the proprietary bits, in particular userspace drivers (which could be achievable with some degoogled Android running a mainline Linux kernel too)
- Getting rid of Google's control over the platform's main distribution channel for apps, and on the overall design of the platform. Let's remind that Google makes money with ads and the design of Android is likely guided by this. Let's also remind that Google is letting key AOSP apps die (AOSP keyboard, the phone app, the SMS/MMS app, the calendar app).
- Getting rid of having to build apps using the Android SDK, which is huge, bloated, and requires you to accept Google terms and conditions
Asmod4n
I for one am seeing the future of desktop PCs to be fully in the handheld space and the desktop part becoming obsolete.
The current gen handheld AMD APUs are super fast. All that’s needed is one external PCIe 5 connector so you can plug in a GPU when you are at home and you can have a PC with a 6 TB SSD, 64 GB RAM and a 16 core CPU in your pocket at all times while on the go.
cupofjoakim
Looks really cool, but I'll remain sceptic until it's launched and I see reviews. It stands and falls with the reliability and endurance of those connections, and that's not something we can see on a kickstarter.
lukan
I want it!
But the question to me is, how reliable is it?
If I turn it on, can I resume working on my script or taking notes, or do I have to sometimes start with debugging the keyboard driver with a touch screen?
(I am burned a bit by pinephone and co. who never evolved beyond tinker toy)
debo_
Slightly unrelated, but whoever chose Skyroads as their videogame demo example has made my heart sing.
shoaibmerchant
Founder here, that would be me. I have spent countless hours on this :D
debo_
<3 I loved this game so much as a kid!
ChocolateGod
This thing just reminds me how much I miss Android phones with physical keyboards.
skerit
It looks very cool! I almost wish I needed it.
h73
Zero Terminal by N-O-D-E, anyone? https://n-o-d-e.net/zeroterminal3.html https://youtu.be/wiJqUWfR90I
stonogo
The Zero Terminal has a pretty difficult disadvantage in that it does not exist.
robertlagrant
First Tricorder wins.
If you want something similar to this RIGHT NOW that has thousands of available parts and millions of users, see https://m5stack.com/