Pebble Watch software is now open source (ericmigi.com)

leo_e 3 hours ago

As someone dealing with open-source compliance in distributed systems, the purity tests in these comments are exhausting.

Hardware is messy. IP licensing for sensors and radios is a nightmare. Getting a functional OS out with "only" a few binary blobs is a massive engineering and legal victory.

I'd rather have a working, 95% open ecosystem that I can actually hack on, than a 100% pure theoretical one that never ships. Kudos to Eric for navigating the legal minefield to make this happen.

cdibona 1 hour ago

The closest we got to a fully open source android release was probably in the Nexus one days with some 9 proprietary blobs and , worse, user space support programs (IIRC the compass calibration routines, annoyingly.) , all for various chip/radio support.

yjftsjthsd-h 29 minutes ago

And look how that ended up.

yjftsjthsd-h 30 minutes ago

As one of those commenters: It's actually super easy. It's fine for your product to only be mostly open source. It's definitely completely understandable if you can't open up some of the blobs that you yourself licensed. All I ask is that if you can't actually ship 100% of the software on the device needed to actually provide the advertised features, that you don't make a big headline claiming that it's 100% open source.

mid-kid 16 hours ago

For some of us software freedom enthusiasts it is worth noting that PebbleOS contains some proprietary blobs for some peripherals in the watch[1]. This is not just firmware you upload to the peripheral but also properietary .a libraries that run on the main core.

Though to be fair to OpenDevices, this is source code they don't have acces to either.

[1]: https://github.com/coredevices/pebbleos-nonfree/tree/57a94e2...

jrmg 2 hours ago

Hardware and software are fungible.

Do you demand circuit schematics? Hardware description language source code for all the ICs? Does it matter if it’s a FPGA vs a custom IC? What about CAD files for the industrial design - some of that is ‘functional’ (camera lenses and antennas being obvious examples).

If you don’t require hardware description language source or circuit schematics, does your position change if it’s a microcontroller with firmware? The functionality could be outwardly identical to a fully ‘hardware’ IC or FPGA, down to pinout and timing (see, for example, the many projects ‘cloning’ obsolete and unavailable custom ICs with microcontrollers in the retrocomputing field).

Vexs 11 hours ago

I don't really know that this is avoidable without buckets of work and probably legal issues on behalf of core's (or anyone's) engineers- it's really just something that plagues hardware in general.

Hell, lots of sensors/etc these days are running fairly complicated software that's totally opaque.

bytesandbits 4 hours ago

By that reasoning the linux kernel is also not open source. Be reasonable.

npteljes 35 minutes ago

And, for this reason, different entities ship different versions of the Linux kernel (and system) as well.

For example: https://en.wikipedia.org/wiki/Trisquel

The simple statement that it's not 100% open source is not an attack on the effort. It needs to be said, because the blog entry's title is "Pebble Watch Software Is Now 100% Open Source".

paxcoder 16 hours ago

So not 100% open source. Thanks for the info

pjc50 6 hours ago

Incidentally, this is one reason why there's not so much open source hardware out there: people get pedantic about it and apply gradually more unreasonable levels of requirement, rather than accepting partially or substantially open source solutions.

0xEF 5 hours ago

I can be pedantically forgiving myself, admittedly, but this is one thing I'm staunchly behind. If I cannot read every character of every line of code, including packages/dependencies, that makes the hardware function and allows me to alter it as I see fit, then it is not truly open-sourced.

For me, the open-source movement is about keeping my software and hardware in alignment with my values and security concerns. If there is a part of that "open-sourced" software that is closed to me, I have no way to evaluate that and determine if I want to use it. Yes, this imposes some extremely strict limitations about what I end up with in my projects, but I'm okay with this since it forces me to think differently about certain problems.

I also don't mind that other people use product with closed-source portions or whatever, and in fact, find some of them quite good. I'm a wearer of an original Pebble to this day, and I'm fine with knowing some proprietary libraries are needed to make it go. I didn't build it, I'm not hacking on it, it's just serving my meager smartwatch needs in this instance.

What I do mind is misappropriation of what I consider a clearly defined term. I am not sure why we haven't come up with another term to mean "partially open-sourced" yet (or have we, and I am just not aware of it?) but I think it's time we did so more discerning users can delineate between the two when making a decision about products to purchase or build.

pimterry 4 hours ago

From the article:

> These non-free software components are not required - you can compile and run Pebble watch software without them. This will always be the case.

This seems like a reasonable balance. They're shipping default distributions with these blobs included, but you can remove them and run the literally completely purely open source version directly instead if you prefer (although it sounds like you'd notably lose heart rate tracking, along with speech recognition & similar).

npteljes 31 minutes ago

1. It's the other way around: because people don't care that much, that's why there is almost exclusively proprietary hardware around.

2. The people who require the "higher grades" of being open source are simply not a large enough market

3. Being open source is not a natural advantage of a product, in fact, it's more of a risk, liability, responsibility, and effort than being proprietary.

Hence, proprietary is the default.

123pie123 5 hours ago

The reason why people get "pedantic" about this stuff, is due the ability in the future to get screwed over when the priority blob owner start to charge money or other pull other license crap

aallaall 4 hours ago

Enshittification. Open source is a valuable guarantee against that.

user3939382 5 hours ago

Read Reflections on Trusting Trust to understand why having little bits of binary blobs sprinkled all over your compute arch is actually a major problem. Just because it’s a hard problem doesn’t mean we’re gonna pretend it’s fine.

0xEF 5 hours ago

PDF link for those that are curious: https://www.cs.cmu.edu/~rdriley/487/papers/Thompson_1984_Ref...

The general sentiment is that you cannot trust code you did not write yourself and that we need to be able to trust the person who did, but you can form your own conclusions about how that fits into the modern tech landscape.

kchr 2 hours ago

One of the points made in that paper is that you can't even trust the compiler, even if you write the code yourself. I think this is one of the stronger points as it shows you it is unfeasible to require everybody to audit all source code before running it. Be pragmatic, know your threat model, decide who you trust and move on with more important things in your life.

Full disclosure: am free software advocate.

saagarjha 3 hours ago

Reflections on Trusting Trust has never been a real problem, though.

carlosjobim 1 hour ago

FOSS enthusiasts are the worst customers imaginable. Not only are they pedantic to the absurd levels you mention, they are also political extremists and will start a witch hunt unless you and your entire company does exactly as they say in every matter imaginable.

And worst of all: They are incredibly cheap and don't want to spend any of their money on high quality products or services. Scream at every dollar they have to spend. "I'm better off with this hand-me-down computer that my sister gave me when her office job upgraded machines".

Trying to please FOSS people is like opening a five star budget restaurant for people with complicated allergies. You're going to deal with the worst of humanity and go broke in the process.

gf000 8 hours ago

Above a certain complexity, there is basically no 100% open-source hardware out there.

Like none of the Pinephone, Librem, Framework laptops are "open-source" to the bone.

squarefoot 8 hours ago

Given how easy is to put and keep hidden malware into devices, governments should demand openness in that field as well. By "putting malware" I don't mean script kiddies in their moms basement but malware/spyware planted by design, which is extremely easy to do if you're the manufacturer, extremely easy to demand/force if you're the government above that manufacturer, and extremely hard to detect if you're a different user in a different country under a government that didn't demand full openness. I know it's impossible as business rules go, but ideally it shouldn't be.

graemep 3 hours ago

The thing is governments are the people doing it, and most governments want to be able to put backdoors in more badly than they want other governments to not put backdoors in.

RobotToaster 6 hours ago

Every intel processor has a closed source IME, which is probably a NSA backdoor.

aallaall 4 hours ago

Isn’t minix open source?

NaN years ago

undefined

kchr 2 hours ago

> Above a certain complexity, there is basically no 100% open-source hardware out there. > > Like none of the Pinephone, Librem, Framework laptops are "open-source" to the bone.

As an aside, GNU Librephone aims to rectify that by reverse-engineering those blobs and develop their own firmware for baseband chips etc. But I am carefully optimistic about the success since it is a relatively new project and quite a moonshot, even though I would personally stand first in line to buy one if it would materialize.

asdefghyk 7 hours ago

The framework laptop , any hard drive ( meaning the hard drives , internal system software ) would not be open source. the embedded software in a SSD , possibly, but the chips could have backdoors etc

lrvick 4 hours ago

The BeTrusted/Precursor devices and Raptor Engineering workstations are actually 100% open software and schematics.

fsflover 6 hours ago
rowanG077 5 hours ago

It's not. Most of the ICs and components are not open. Most notably the Xilinx XC7S50 FPGA. It does go much further then any other phone.

lrvick 4 hours ago

Open silicon is a big leap beyond open hardware schematics and BOMs that allow people to repair boards, or redesign them to use alternative components.

Precursor is the most open personal computing device that can be built currently.

NaN years ago

undefined

cncjchsue7 7 hours ago

So don't say 100%? Not hard.

gf000 7 hours ago

Human speech is not mathematical formalism. What would even "open-source" mean in case of hardware, is there a consensus on it to begin with? Is it only 'every firmware is open-source and available', or would you want the whole floorplan of the chip?

So given that the word doesn't really apply to hardware, I believe they used it correctly (100% means the set of things where it makes sense to be used) and are not misleading. In fact I strongly dislike some of the "open-hardware" marketing of some previously mentioned devices, when that is obviously false and misleading.

f1refly 6 hours ago

"Not needing binary blobs" would be a start, wouldn't it?

NaN years ago

undefined

ddlsmurf 9 hours ago

Well the Pebble specific parts are. This is an unfortunate state of affairs from hardware manufacturers, they are very late to the open source game, if at all.

bayindirh 8 hours ago

Between the cross-licensing of hardware IP blocks and 3rd party software which never sees the light of the day, hardware manufacturers work like a secretive three letter agency to be able to control every part of their ecosystem.

I tend to understand where this comes from. It's part business, part continuation of old customs and the way they did it and being able to control obsolescence to be able push new things to the market.

However, if the periphery of the software you put out is closed source, even though this periphery is optional, it's not fair or ethical to say it's 100% open source.

From my perspective, it can be said it's open core, and it's pretty fair, and acceptable in my case, but writing 100% Open Source* (*: 100% of the open part of the software stack, exceptions apply) is not fair game. It's misleading.

bloppe 8 hours ago

Surprising because you'd think the hardware itself would be their primary moat.

paxcoder 9 hours ago

From the article:

>Another important note - some binary blobs and other non-free software components are used today in PebbleOS and the Pebble mobile app (ex: the heart rate sensor on PT2 , Memfault library, and others). Optional non-free web services, like Wispr-flow API speech recognizer, are also used. These non-free software components are not required - you can compile and run Pebble watch software without them. This will always be the case. More non-free software components may appear in our software in the future. The core Pebble watch software stack (everything you need to use your Pebble watch) will always be open source.

100% should mean 100%

darkwater 8 hours ago

If they are not mandatory it's 100%. Otherwise according to your standard, Debian is not 100% free software either.

bayindirh 8 hours ago

Debian doesn't advertise itself as 100% open source, either.

Main and Contrib has to obey DFSG guidelines, and there's an optional non-free repository which you can enable if you prefer.

Firmware is a gnarly can of worms though, and while I prefer 100% free firmware myself, companies are not brave enough to open that part of their ecosystem, yet, if ever.

NaN years ago

undefined

paxcoder 8 hours ago

[dead]

RobotToaster 4 hours ago

> More non-free software components may appear in our software in the future.

That sounds ominous.

I can understand not being able to remove non-free dependencies that were used previously, but that sounds like they intend to create new non-free components.

rnewme 8 hours ago

100% of their own software.

wafflemaker 7 hours ago

IMHO, it's much closer to 100% than an iWatch or a Garmin.

aallaall 4 hours ago

1% is closer to 100%, than 0% is, yes.

Wowfunhappy 4 hours ago

They said 100% of Pebble Watch software. The binary blobs are other people's software.

aallaall 4 hours ago

Closed verilog I can accept. But in general firmware is also software, for example it has become quite popular in the recent years to execute firmware on an embedded riscv cpu. And move more and more functionality to that kind of firmware.

DrammBA 19 hours ago

(Un)related new post made by rebble today: https://rebble.io/2025/11/24/rebble-in-your-own-world.html

Doesn't address the multiple feed support for the app store, and seems to be calling Eric to action a few times, but it would be too much of a coincidence that these two posts come out so close to one another.

niwtsol 19 hours ago

Thank you for posting this, it really gave me an answer to the "huh, how did all that drama from last week play out." IMO rebble jumped to some conclusions and felt robbed/cheated by what Eric was doing. With Eric going above and beyond to open source everything, I really feel he is trying to live up to what the original promise of pebble was. It is cool what rebble did to keep the pebble community alive, and I get that they might feel slighted, but if you take all egos out of the equation, what Eric is doing is like the best possible outcome - we get new pebble devices. Isn't that the best possible outcome?

user_7832 10 hours ago

> Eric is doing is like the best possible outcome

Slight correction, apparently Eric posting one of those WhatsApp screenshots was not okay with the person on the other side (who iirc is a rebble guy), who added that those grievances he had were taken out of context in the screenshot.

The pebble (or rebble?) subreddit had this in the comments if anyone wants to read more.

As always, the truth appears to lie somewhere in the middle, and while this does appear to be more of miscommunication than malice, it's a bit disappointing to me overall.

trueno 6 hours ago

I see it as the melodramatic theater that goes hand in hand with the development of tech we love. Linux lore is by all measures filled with these types of moments, and as time goes on there are moments of peace and moments of chaos. With any luck the end users live to see another day of tech or software they enjoy. It’s part of our story as humans.

Valodim 8 hours ago

Eh. imo this is a hard moral high ground to claim if you publicly (and falsely, as we now know) accuse someone of a crime and threaten legal action in a blog post

lanyard-textile 35 minutes ago

The complete 180 is jarring.

They went from “Core Devices to stealing and everything is terrible and we are making demands” to “Actually everything was fine all along oopsy sorry for the misunderstandings”…

jpalawaga 18 hours ago

through all of this, it really feels like rebble didn't know what they want (as they say). the future collaboration with eric also sounds like they don't know what they want. they want a third party mediator for... something. Eric was already prepared to pay them per user, which seemed generous to me to begin with.

It sounds to me like Rebble (the board + community) should figure out what they want before trying to proceed, lest they further waste time and good-faith negotiating capital. like are they unhappy with the previous payment rate per user? or something else?

infotainment 15 hours ago

It seems like Rebble (the board) really overplayed their hand.

From what they posted, it seems like they wanted more control over what Core was doing, deciding that the best way to do that was to try and hold the app store data hostage.

Now, with the Core app open sourced and multiple app store repos supported, Rebble's position will likely be greatly diminished from what it could have been if they had been satisfied with what they had. I guess in the end though, the outcome was a net win for everyone (fully open source apps), so it works out.

jamesbelchamber 4 hours ago

I spent some time on their Discord chatting and trying to nudge them towards a healthier approach.

Many of them seem to think that PebbleOS was released just for them (they quote the Google press release), and so reading between the lines I really do think they feel at some level that code has been "stolen" from them. Which is ridiculous (and I said so) but if they think it's true then it explains their actions much more clearly than any other explanation I've found (or they've elucidated).

My best understanding (which I've extrapolated from what I've learned) is that they had all these plans of being a scrappy team who worked together on PebbleOS in their spare time, as friends, and Eric capitalising a company of paid developers has made all those plans redundant - so they've been powering through the five stages of grief in coming to terms with that while everyone else has been celebrating the return of Pebble.

thoroughburro 2 hours ago

> they've been powering through the five stages of grief in coming to terms with that

If only! They trashed their reputation by lashing out at their own misapprehensions.

liampulles 18 hours ago

To me it speaks to the fact that Rebble is not really an organization that is in a position to actually negotiate a long term deal with another company and go through all the trials and tribulations that involves.

That is not a criticism of them nor is it surprising, their responsibility up to now has been to maintain a core set of open source software. A loosely structured control structure is entirely appropriate for that task. But it really does not work when instead of bringing one person representing the company to a negotiation, you have half a dozen people who all have their own thoughts and levels of interest and commitment, some of whom will resort to community action if they don't like something about the process.

Lord_Zero 10 hours ago

Also I'm Eric's post rebble is only mentioned a single time. I first thought it was zero! Good for Eric.

lrvick 19 hours ago

THIS is the post that finally got me to make a pre-order, as a former Pebble engineer.

FOSS all the things so my freedoms are never restricted again, and I am happy to pay.

Larrikin 13 hours ago

A little surprised there has been no mention of the app being Kotlin multiplatform. https://github.com/coredevices/mobileapp

I had heard of many smaller apps using Kotlin for their iOS app, but this may be the biggest all in multiplatform app I've seen. It would be awesome if there may eventually be support for writing Pebble apps in Kotlin.

zorgmonkey 9 hours ago

Pebble watches run on Cortex-M microcontrollers which have less than 1MB of flash storage and RAM, I like Kotlin multiplatform but getting it to run on them is extremely unlikely. I assume that for the foreseeable future Pebble apps will be only written in languages which are traditionally used for MCUs like Rust and C\C++

consp 8 hours ago

Calling rust traditional is a bit of a stretch, while it is being done it's pretty much bleeding edge (though if you do not use any of the manufacturer supplied code and libraries to begin with you should be fine).

leo_e 2 hours ago

It is honestly refreshing to see constraints like this again.

In my cloud infrastructure work (C++), we have gotten lazy. We bloat our containers because 'RAM is cheap'. Seeing a system designed to fit into 1MB reminds me that performance engineering used to be about efficiency, not just throwing more hardware at the problem.

pjmlp 7 hours ago

This doesn't make sense from Pebble hardware point of view.

Now it would be great if we could move on to C++, Zig or Rust, instead of coding C like I did in the MS-DOS days, where I was already able to develop C++ applications within 640 KB limitations.

liampulles 8 hours ago
farmerbb 13 hours ago

As a Kotlin multiplatform developer myself, this is wonderful to see!

weinzierl 20 hours ago

"Grant of Copyright License. Subject to the terms and conditions of this Agreement, You hereby grant to Core Devices and to recipients of software distributed by Core Devices a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Your Contributions and such derivative works."

A few years from now we will see the usual HN thread were contributors lachrymosely complain about how their precious work was stolen by a good-turned-evil organization.

erohead 20 hours ago

Please note our CLA explicitly include a clause to require Core Devices to distribute all contributions under an OSI-compatible FOSS license (e.g. GPLv3). So no contributions can be 'stolen'.

https://ericmigi.notion.site/Core-Devices-Software-Licensing...

josephcsible 18 hours ago

But OSI-compatible FOSS licenses include pushover ones like MIT, so even though you couldn't steal all of the contributions to make a proprietary fork, any other company then could.

weinzierl 7 hours ago

The CLA very well allows them to use all of the contributions to make a proprietary fork. The license is irrelevant for that[1].

Calling it "stealing" doesn't help.

[1] I'd usually call it a distraction, a sleigh of hand, smoke and mirrors, but we have to give Eric credit for not burying the CLA.

ruined 16 hours ago

well, their new app mentioned in the post is GPL.

but in the rest of the ecosystem a bunch of the inherited code is already Apache or MIT. so, i presume you have already forked the other repos to relicense them. can you drop a link?

weinzierl 20 hours ago

I'm the first to agree that contributions can't be stolen in this scenario but read the threads I'm referring to. People feel that way anyway if you stop supporting a component or distribute your focus between a free and a paid tier.

What we need is more awareness that looking at the license alone is not enough to make an informed decision if contributing to a project is aligned with the contributors attitude and personal goals.

With that in mind: Thank you for putting the CLA right in the repo where it belongs and people can easily find it. Many organizations put a license upfront and bury the CLA. For a particularly bad example try MonoDB.

notpachet 20 hours ago

> lachrymosely

Learned a new word, thank you!

exceptione 19 hours ago

The h is peculiar, as the latin word reads `lacrimosus`

jaggederest 17 hours ago

Interesting etymology:

https://www.etymonline.com/word/lachrymose

Greek dakryma

"-d- to -l- alteration in Latin"

"The Medieval Latin practice of writing -ch- for -c- before Latin -r- also altered anchor, pulchritude, sepulchre. The -y- is pedantic, from the former belief that the word was pure Greek."

MangoToupe 20 hours ago

Pebble was bought a long time ago by google yea? So this already happened

rav3ndust 8 hours ago

not exactly, fitbit acquired pebble in 2016, and google acquired fitbit in 2021. so while google did end up with the IP in the end, they did the Right Thing this year and open-sourced PebbleOS.

i don't normally praise google, but i am glad their open-sourcing of pebbleOS here enabled this new revival of Pebble devices.

amwehrli 20 hours ago

Wearing my new white pebble right now and am very happy with how open source the comeback has been. Incredibly happy with it and if you want a geeky, simple watch I really can't recommend it enough. The battery life and always on screen alone (especially at this price point) is reason enough.

Cheers to Eric for bringing back pebble in the way that he has !

mkhalil 19 hours ago

I'm sure its happened before, but this is the first time i finally get to see some sort of modern hardware in KiCad.

Pretty cool to see all 6 layers, paste layers, and adhesive layers as well. I've always wondered how the cake was made and if big projects do/could use KiCad. Seems like a lot more work relative to those Single Layer PCBs on YouTube for things like emulators and custom PCBs. Glad I now know for sure, that I can't do this.

k1musab1 2 hours ago

The Reform laptop project is open hardware: https://source.mnt.re/reform/reform

I encourage you to browse it, I found that while challenging, it does not seem unreachable to get to that level of proficiency in KiCad.

leoedin 8 hours ago

Paste and adhesive are spat out by KiCad as part of the manufacturing outputs. It works pretty much the same way other EDA packages like altium do - the extra layers are part of the part footprint. If you don’t design your own footprints it’s basically no extra work to generate those.

You almost certainly could do it - obviously with some time investment. Getting multi layer PCBs made is surprisingly affordable now.

drunkonvinyl 8 hours ago

Depends on any project ideas, but as a newbie to hardware dev and with my own small scope eurorack module idea, I am having a lot of luck with flux.ai. Even got a small order of 5 PCBs printed for under $200.

Pfhortune 19 hours ago

It's great to see the app open-sourced! Hopefully this can be distributed on F-Droid one day soon!

And the ability to choose app repos is also a wonderful development. Nothing against Rebble at all, but more choices and more openness is always better!

keraf 1 hour ago

Apart from all the awesome annoucements, what really makes me happy is how quickly this went from internet drama to both parties moving towards doing whats best for the community.

Props to Core and Rebble for making Pebble what it is today and casting a bright future for theses watches. Been happily wearing my Pebble Steel for the past month after replacing its battery, looking forward to the PT2!

zeta0134 20 hours ago

Honestly this feels like the best possible outcome. It's pretty unusual for an appstore implementation to support multiple feeds[0], but it's great resilience to large company failures when they do. This way, users can totally still access Rebble's feed (and pay for a subscription if they like) just as before, but they are free to also use something else.

It is the *end user* who decides which feeds to trust, as it should be. And since it's built right into the app as a core concept, it doesn't take massive engineering effort to switch feeds if some sort of drama occurs.

[0] I'd normally call these repositories, but I've used Eric's term for consistency with the article.

infotainment 15 hours ago

Definitely agree that this is the best outcome for everyone! In particular, with multiple repo support, I'm hoping this can open the door for some kind of "F-Droid for Pebble" with automated builds from source repos. So many Pebble apps are open source anyway I think it would be a good fit.

rav3ndust 8 hours ago

I plan on picking one of these new Pebbles up in the next batch. I loved my original Pebbles (I still have my old Time Steel). Before the Pebbles came back and PebbleOS open-sourced, the only real open smartwatch option we had around that I'm aware of is the PineTime, which I currently wear every day rocking Infinitime.

Will be fun to pick up one of these again and be able to hop back and forth between it and the PineTime! Great stuff, Eric and team.

tylervigen 15 hours ago

This is awesome. What a way to do a relaunch. I was a Pebble user in 2013 on first release and saddened when it all broke down. I was so turned off from that experience that I swore off smart watches (I wear a Casio now).

This could get me back, though I’ll admit the appeal has gone down since I’ve realized how nice it is to create separation between me and my notifications.

jwpapi 15 hours ago

At most smart watches you can turn them off. And at your phone too.

I like the gamification and some notifications (today its 5 degrees colder than yesterday for example)

apparent 20 hours ago

I'm excited that the back will screw off so we can replace the battery. I'm curious about waterproofing. Will that hold? Will we need to replace a gasket or other parts, in addition to the battery?

ndiddy 18 hours ago

The watch is only listed as water resistant, not waterproof. I don't know if he's said anything specific about the Time 2, but for the 2 Duo (same target water resistance rating) he's written about the water resistance here: https://ericmigi.com/blog/pebble-2-duo-is-in-mass-production . He says you shouldn't take the watch swimming, shouldn't expose it to hot water like a shower (weakens the glue and eliminates the water resistance), and shouldn't expose it to high pressure water. They seem designed mainly to protect against incidental splashes rather than any serious water exposure.

apparent 17 hours ago

True but he does say "it is waterproofed" [1] and this is the common way of referring to this level of water resistance (IPX8, 1 meter for 30 mins). I wouldn't take it in a hot shower, but IPX8 should be good for more than being "water resistant" to incidental splashes.

1: https://www.youtube.com/watch?v=KTlRBI2QCzM

erohead 20 hours ago

In the video, the green thing is the gasket. It should be reusable, but nothing's guaranteed in the world of waterproofing.

ortusdux 20 hours ago

I really like the look of the Pixel watch 4's approach to this:

https://www.ifixit.com/News/113620/the-pixel-watch-4-is-the-...

erohead 19 hours ago

That is incredibly fantastic feat of engineering!

Fnoord 18 hours ago

Exciting, except it runs Android Wear OS by Google instead of a deGoogled OS, and in the comments it says: "Repairability is admirable but only 3 years of security updates isn't near enough"

FTA: "We’re also making sure that our new watches are more repairable than old Pebble watches. The back cover of Pebble Time 2 is screwed in. You can remove the back cover and replace the battery."

So the battery of the Pebble Time 2 (the watch I bought to replace my Fossil HR Collider which replaced my orig. Pebble 2) is user serviceable. I had to open my Pebble 2 because my buttons were falling off. I bought a second hand donor (Pebble OC, since I ditched my broken Pebble OC at some point) and unfortunately I failed to succeed the transplantation of the buttons. Which made me very sad.

I also very much liked you could turn the radios off on the Pebble 2. The HR was useless though. But if I want a good quality of that, I'd go for Garmin or (if I were in the Apple ecosystem) an Apple Watch.

phatskat 7 hours ago

I had a few Pebbles back in the day and I loved them dearly - still have them laying around so the revival should be great if I can resurrect them.

After Pebble went kaput, I got an Apple Watch through a work reward thing and honestly it’s been solid. I turned off a lot of notifications and mostly use it for things I really want to know, some light exercise tracking, time and weather.

daemonologist 19 hours ago

Yeah I find the Time 2 design to be kind of fugly, but the screwed assembly is definitely tempting me to pick one up. Very nice feature.

(A lot of the original Pebbles were ugly too, but in a way that I personally found more appealingly utilitarian. Or maybe I'm just used to them.)

RobKohr 9 hours ago

I look forward to a year or two from now when there will be dozens of pebble clones just rolling out of factories for the price of a midrange Casio watch.

This along with valve's hardware announcement is quite a shot at all the entreched hardware manufacturers.

ericd 15 hours ago

Don’t have much to add except huge congrats on relaunching. What a move, not only bringing it back from the dead, but also doing it in a way that many people dream that companies would. I just bought an Apple Watch, but this is really tempting.

freedomben 20 hours ago

Love to see this! I personally find this incredibly exciting. There is a major death of hardware out there that is user-respecting and hacker-friendly, and it warms my heart immensely to see such committments. I'm buying two today (one for me and one for my wife)!

timonoko 4 hours ago

Ew open you say? Micropython-watch is actually useful, you can program it do things while on the run. Did not make it perse, but I added webrepl-button to it.

https://github.com/timonoko/t-watch-2020-micropython-hacks

apparent 20 hours ago

> We are trying our best to get into mass production and ship out at most several thousand Pebble Time 2s before CNY [which starts in January].

> Realistically, at this time we’re forecasting that the majority of people will receive their PT2 in March and April.

If the factories close for 3 weeks for CNY, then why will the second batch arrive 2-3 months after the first batch?

erohead 20 hours ago

Good question! (I am the Pebble founder)

When factories restart, not all of the workers who were working there before actually come back to work. Some of them stay in their hometowns or they get other jobs. This means that restarting the production line actually means retraining people on how to assemble the product. There is also an entire supply chain behind the assembly line that takes time to restart. Think of all the sub-components like plastics, metal components, etc. that need to be built at respective factories. It takes time to ship them to the primary factory for final assembly and test.

After the product gets assembled, there are several stages of testing, like gluing, environmental testing, final assembly test, and packaging, that take time as well. Then the product has to be shipped to the fulfillment center, packaged, labeled, and then shipped out. Each step time, and the process needs to completely re-start after CNY.

apparent 20 hours ago

Thanks for explaining this. Would you estimate that the January units will be more likely to have issues than the later ones, since they'll be first off the line? Or will there be no changes to the components/process that might make the later units more reliable?

rkangel 6 hours ago

A good manufacturing process (with the appropriate level of testing) should result in yield variations, not quality variations. i.e. if the line is running less well for some reason, then you end up throwing more in the bin rather than shipping bad product.

erohead 20 hours ago

They should be identical.

njovin 17 hours ago

Sorry to hijack, but are there plans to re-manufacture the Pebble 2 Duo in black?

I was one of the pre-orderers that was offered either a refund or a white version and chose the refund because I really had my heart set on the black and don't want a color screen.

I'm also an OG Pebble enthusiast, although sadly my old one is long gone.

jmcphers 15 hours ago

Eric has made it clear that the Pebble 2 Duo was always going to be a limited run because it was made mostly of leftover components and there's no reasonable path towards making new copies of those components.

> Pebble 2 Duo is sold out! We are not making more.

https://ericmigi.com/blog/how-to-build-a-smartwatch-software...

t0bia_s 9 hours ago

That's really disappointing! I want BW eink screen, I'm not interested in colour version at all.

apparent 9 hours ago

Out of curiosity, what's the downside of color? The screen on the new watches is also substantially larger. AFAIK there's no discernible battery life penalty for the color watches (even with the larger screen).

NaN years ago

undefined

small_scombrus 20 hours ago

I may be wrong, but I think they mean ship from the factory to the distribution point so that could add some time between an item being made and shipped to a customer

But I've never done anything like this, so ¯ \ _ ( ツ ) _ / ¯

whyenot 18 hours ago

This is great news! I know the new Pebble has a small team and is focused on being a long term sustainable enterprise. This should help with that goal quite a bit.

I received my Pebble 2 Duo about a month ago, and it is awesome. Nice job and thank you! I feel 10 years younger :)

bredren 18 hours ago

I see a future where FOSS designs for consumer products compete with commercial releases.

It will take far more sophisticated micro-manufacturing (like 3d-printing but different tools handling more types of materials).

Get the jacket in your exact size with the best materials. Benefit from having incrementally improved from the original (for example under arm vent zipper angle improved). All of it unbranded or custom branded.

Seems hard to believe annual released, mass manufacturing will compete.

pastel8739 18 hours ago

Really? To me it seems hard to believe that small-scale manufacturing could ever meaningfully compete with economies of scale.

virajk_31 5 hours ago

Do they want the community to help fix bugs (Even tho I suppose they don't hv any secret sauce), or enable users to customize the software...

Ninjinka 18 hours ago

As someone who has been working on a pair of smart glasses running RTOS, and having to make companion apps for both iOS and Android, I am very interested in reading your approaches to a lot of the same problems I have faced. There's not a lot of information out there on these topics.

apparent 20 hours ago

Is it me or is the "Rivian blue" that he refers to in the video not that close to the color of actual Rivians? IMO the watch band/insert color is less green and quite a bit lighter. Not bad, per se, but I feel like this is not the best descriptor since it might make people think it's a different color.

erohead 20 hours ago

Material color is very tough, especially comparing metallic paint to polycarbonate. Lighting matters, reflections matter. We tried our best, but yes, obviously it's not exactly the same.

devilbunny 19 hours ago

I don't know if using them would wreck the economics of the matter, but this is exactly why Pantone exists. Perhaps Rivian uses them, and someone there might be willing to share with you the exact Pantone code.

m-p-3 18 hours ago

Pantone doesn't work for metal and reflective surfaces, because as the poster above said, reflections and viewing angles have an impact.

apparent 20 hours ago

And of course, video adds another layer of complexity. Would you say that the video looks accurate to you, or does calling it "Rivian blue" help people understand what it looks like in real life?

erohead 20 hours ago

I don't actually own a Rivian. I've seen them from afar. They look cool. I have not held a Pebble Time up to a Rivian yet. Maybe I'll creepily do that in downtown Palo Alto today :)

apparent 20 hours ago

I will await your photo post on (where else?) Bluesky.

collingreen 19 hours ago

Get your creep on, for science!

apparent 19 hours ago

No need to creep. It appears there is a Rivian store in Palo Alto. [1]

Surely they must have one on hand in their namesake blue.

1: https://rivian.com/spaces/palo-alto

noman-land 9 hours ago

I'm very not in the smart watch game but a fully open watch with a bunch of sensors and connectivity sounds very appealing. However, I find square watch faces to be extremely unattractive. What's the latest in open watches with round faces and relatively thin profile?

apparent 9 hours ago

Eric has hinted at wanting to build a round Pebble (like the Pebble Time Round, presumably), so hopefully things will go well with the initial batches and we'll be graced with the presence of a PTR in time for Christmas 2026.

apparent 20 hours ago

In terms of long-term market viability, have you considered whether your success could encourage Apple or other large competitors to make a battery life-optimized version of their smartwatches?

I understand that some Pebble fans are all about the customization, and will be with you forever. But probably many people care mostly about the battery life, which is severely lacking in watches from Apple, Google, etc.

If Apple realized there was a big enough market to justify making a $200 Apple Watch Basic, how much could that undercut your business?

Relatedly, when will we learn more about the other "core" devices that you're contemplating, and which you alluded to in the video? Building more of a unique ecosystem could help with the moat.

jsheard 20 hours ago

> In terms of long-term market viability, have you considered whether your success could encourage Apple or other large competitors to make a battery life-optimized version of their smartwatches?

Companies like Garmin, Coros and Suunto already make less-smart-watches with weeks of battery life, and those haven't convinced Apple to budge from only making watches that do everything under the sun but barely last a day. Another long-lasting watch from a tiny brand probably isn't going to move the needle.

apparent 20 hours ago

IDK about Coros or Suunto, but the only Garmins with a battery life approaching 30 days cost ~$1,000. This could be competition for AWU, but wouldn't communicate that there is demand for a more basic/long-lasting Apple Watch.

bhelkey 16 hours ago

Smart watches with long battery life exist. Garmin watches generally have ~2 week battery life:

* Venu 3 for $350 has 2 week battery life [1]

* Forerunner 55 for $150 has 2 week battery life [2]

I don't see why you are defining success as 30 days of battery life when the baseline is charging your watch every day.

[1] https://www.garmin.com/en-US/p/873008/pn/010-02784-00/

[2] https://www.garmin.com/en-US/p/741137/

ramses0 15 hours ago

The baseline for watches is changing the battery every 3-5 YEARS! This modernity of charging watches daily is a pox on humanity brought on by Apple.

Pebble (and Fitbit, and others) were always in the "week-plus" timeframe for charging. Meeting the "minimum bar" of 14-17 days battery life (of the OG pebbles) is successful. Shooting for "30 days" is definitively best-in-class performance for smart-watches!

apparent 15 hours ago

> I don't see why you are defining success as 30 days of battery life when the baseline is charging your watch every day.

Up until about 10 years ago, no one would have considered the baseline to be charging your watch every day. Even today, most watches/wrist-worn step counters don't require daily charging.

I wouldn't define 30 days as success, but I do want to start out at 2+ weeks. Battery life gets worse over time, and watches aren't meant to last for just a little while. I don't want to spend hundreds of dollars on something that will require charging more than once a week within a year or two.

Appreciate the links, but I'm guessing these are estimates with AOD disabled? That's another benefit of the Pebble (AOD doesn't reduce battery life).

jsheard 19 hours ago

30 days is asking a lot of any reasonably sized smartwatch, but if you set your sights a bit lower then a $250 Coros Pace 4 will do ~3 weeks with AOD off, ~1 week with AOD on, and 30-40 hours of continuous GPS recording. That's still a lot longer than any Apple Watch even if it's not hitting the 30 day milestone.

krabizzwainch 19 hours ago

My Coros Pace 2 was my solution to my desire for a less smart watch. It cost $200 when I got it 3 years ago. I run a ton and the exercise features of the Pebble just didn’t do it for me (and I don’t want to keep swapping watches based on what I’m doing). I easily get 2+ weeks with 7-8 exercises with GPS on. The screen is some variation of those transflective LCDs or MIPs LCDs.

I can never go back to a 2 day battery life for a watch, even if my 5 year old iPhone technically can’t make it through half a day of use….

NaN years ago

undefined

apparent 19 hours ago

Yeah I don't need 30 days, but starting out at a week with AOD puts a pretty low ceiling on future battery life. Appreciate the pointer though.

In thinking further, I realized that the buttons are actually a pretty good moat against the big tech company competitors. Their UIs are all about touchscreens, so they'll never have as many/useful buttons as Pebbles do.

Moldoteck 19 hours ago

Unlikely pebble to get 30days with garmin type usage either. A forerunner with mip display should survive for 2+ weeks though

lawn 19 hours ago

I've got an Instinct Solar 2x and it does last 30 days for me, and it's much cheaper than $1000.

apparent 19 hours ago

Didn't realize Garmin made monochrome solar watches. It is much cheaper. However, looks like an absolute tank, which would not fit under many shirtsleeves...

NaN years ago

undefined

com2kid 19 hours ago

When I first bought my pixel watch 2 I was able to optimize the settings to get almost 3 days of battery life.

A year of firmware updates later, I am back down to less than 2 days using the same settings.

I don't think the big manufacturers are going to change their ways anytime soon...

julianlam 19 hours ago

I sold my Pixel Watch 2, but I wasn't able to get two days' worth. The sacrifices weren't worth it.

Namely, you'd have to turn off the always on screen (I gave this up easily), as well as "flick to wake", which I found harder to give up.

If I were to press a button on my watch to read a notification, I may as well use my phone. YMMV.

diego_moita 20 hours ago

This is precious.

Almost every tech company wants to continue the IBM "surrounded by blue" strategy, fencing customers into their "walled garden" surrounded by a Warren Buffet moat and blocking obsessively any competitor that wants to breach in. Google mandates that every Android application must be signed by developers verified by them, Microsoft demands that users open an account with them, ... and just don't get me started with AWS, Apple, John Deere, Nespresso, etc. Meanwhile, I fail to see any real contender in the smartphone arena.

But, in wearables, Pebble puts up a fight. The platform/product has proven resilient, mostly because of its users passion and commitment. It is more alive today than Fitbit, the company that bought and buried it.

And will only get stronger.

Now I'll be anxiously waiting for my PT2. It will be the 5th Pebble in my collection.

riazrizvi 19 hours ago

Is there a vibration mechanism? That’s a must-have in a watch for me.

wlesieutre 18 hours ago

There is, but I would set expectations lower than Apple's "taptic engine" where they designed their own hardware with a team of engineers and a bazillion dollars.

One of the recent development updates mentioned adding a global "vibrate on hour" setting which historically had to be implemented as an option by the specific watchface you're using.

riazrizvi 17 hours ago

I’ll be comparing to a Timex Expedition Grid Shock, which I’ve been using for years. Have no idea why they discontinued it. Suspect it had something to do with clueless leadership who undervalue customer satisfaction.

dcreater 17 hours ago

That's good to hear!

If the health monitoring is reliable, im sold. I want to move on from apples clutches despite the pebble hardware not looking particularly attractive to me

lawn 20 hours ago

They've made two big changes that are surely the result of the recent drama:

* The companion app is now completely open source, ensuring that the community can continue supporting the watches if Core goes under.

* You can subscribe to multiple app stores while optionally paying for services, and Core will maintain their own store. This seems to placate Rebble so they can do their thing and provide their paid services.

Seems like very good steps forward overall.

hemmert 19 hours ago

Great solution, great example of how open source should be done.

yjftsjthsd-h 20 hours ago

> Yesterday, Pebble watch software was ~95% open source. Today, it’s 100% open source. You can download, compile and run all the software you need to use your Pebble. We just published the source code for the new Pebble mobile app!

Except...

> Another important note - some binary blobs and other non-free software components are used today in PebbleOS and the Pebble mobile app (ex: the heart rate sensor on PT2 , Memfault library, and others). Optional non-free web services, like Wispr-flow API speech recognizer, are also used. These non-free software components are not required - you can compile and run Pebble watch software without them. This will always be the case. More non-free software components may appear in our software in the future. The core Pebble watch software stack (everything you need to use your Pebble watch) will always be open source.

So 100% FOSS, except for the parts that are closed source now, and any that they add later.

modeless 20 hours ago

The important thing is that all the code written by Core Devices is open source. They can't force third parties to open their code, but they're opening all of their own work. And that proprietary code is not required to use the watches. Most of them don't even have heart rate sensors, and clearly Memfault is not required. They're committing to maintaining a 100% open source version that still allows you to use the watches with minimal compromise.

yjftsjthsd-h 20 hours ago

Then say "Pebble Watch Software written by Core Devices Is Now 100% Open Source", or "Pebble mobile app open sourced" (that seems to be the major actual change?), or something like that. The thing they've actually done should be commended, but that doesn't mean ignoring that they've chosen to make a claim in the headline that isn't actually true.

micromacrofoot 58 minutes ago

I understand the desire for more literal communication, but it's not the world we live in

fao_ 20 hours ago

Part of this is driven by necessity, for example, cellular network chips are typically binary blobs, etc. as mentioned, the heart rate sensor is a binary blob and that's likely because there are no good OSS solutions for those components.

A lot of battery firmwares are closed source, the way that they fixed this for the early pinephone was literally just staring at a memory listing and aiming a heat gun at the battery to see how it reacted when it went hot.

yjftsjthsd-h 20 hours ago

Sure; I'm aware that embedded sucks. And to be clear, this is (IMHO) tolerable so long as the blobs are redistributable. But then maybe don't headline with "100% open source". It's better to be honest about it.

pseudosavant 20 hours ago

I see your point, but it feels more like the difference between 99% fat free and 100% fat free. Technically measurable, but irrelevant in practice when the alternatives are all basically closed source.

fwip 20 hours ago

To some people, it's more like "99% shellfish free." I personally don't mind that the cellular radio is closed-source, but I'm also not allergic to shellfish.

yjftsjthsd-h 19 hours ago

> I see your point, but it feels more like the difference between 99% fat free and 100% fat free.

Then why not have the headline say "99% open source"? IMO, either it doesn't matter and you can just say that it's almost all FOSS, or it does matter and you really shouldn't be lying about it.

> Technically measurable, but irrelevant in practice when the alternatives are all basically closed source.

The alternatives are the pinetime, watchy, and bangle.js, which AFAIK are also ~95% FOSS. I guess Apple and Google also offer smart watches, but I'd argue that those are so different in terms of features that they're not really direct competitors.

jdiff 20 hours ago

I see that kind of thing more often labeled "open hardware" rather than open source.

yjftsjthsd-h 20 hours ago

That's a different thing. They're also doing at least some degree of open hardware:

> We’ve also published electrical and mechanical design files for Pebble 2 Duo. Yes, you can download the schematic (includes KiCad project files) right now on Github! This should give you a nice jumpstart to designing your own PebbleOS-compatible device.

But this is about the software/firmware running on it.

fragmede 20 hours ago

Yeah, it's weird because they're the ones writing that headline, and the claim is that it's 100% open source. They didn't have to word it that way, they chose to.

dec0dedab0de 19 hours ago

I'm not sure if you're splitting hairs or not. I definitely thought this post would be about them finding open source alternatives to binary firmware, but if it doesn't interoperate with optional non-free software then it is not Open Source.

It seems to be comparable to debian, and that's as open source as it gets.

yjftsjthsd-h 19 hours ago

Yeah, it's a perfectly fine place to land. My objection is completely to claiming to be 100% open source when it isn't; if they'd just said 99% open source, or that everything they'd written was now open, then I wouldn't mind (or at least, I'd view it as unfortunate, but I wouldn't be upset with them).

bookofjoe 15 hours ago

This is classic HN. At first infuriating if it corrects ME, and then amusing.

traverseda 20 hours ago

Yeah, but it's running on a device that has closed source blobs in it. Hell, even the linux kernel often has firmware blobs for wifi devices.

theodric 16 hours ago

95% is 100% free

micromacrofoot 17 hours ago

They don't really have a choice with those modules

Forgeties79 19 hours ago

Sitting here with my white pebble 2 duo just glad they resolved all this drama. Was not fun seeing the explosion days after getting it!

ridd0 7 hours ago

Love open source

vessenes 20 hours ago

Eric, congrats. Typo in the first photo caption: "in all it's glory" -> "in all its glory"

fijiaarone 12 hours ago

So is the FORTRAN75 compiler, but it’s still being used.

ck2 17 hours ago

I wish someone would take on an open-source project for a sports watch with full features like vo2max estimation, etc.

like a cyanogenmod or lineageos but for an older watch model

someone has completely decompiled the firmware for the Garmin Forerunner 245 which is very similar to a Fenix 5

imagine if someone took on making open firmware for it

https://github.com/anvilsecure/garmin-ciq-app-research/

if taking on a brand name might incur lawsuits there are other watches like the wahoo rival which was completely retired and they got out of the business (it was only $99 too)

or there are other ppen hardware options from China

tamimio 18 hours ago

My current smartwatch is $7 I got from the thrift store. Not only does it offer everything an Apple Watch offers, but it also measures blood pressure (surprisingly accurate) and has a small flashlight, and I charge it once every 3 weeks. The only issue is its app is limited and you can’t customize anything besides the watch faces and the wrist strap. So having that, it’s really hard to compete if you are just going to offer another smartwatch, which is a great strategy to open source the software and allow customization, even on the hardware level to some degree. Myself and a lot of people would be interested to have that!

tonetegeatinst 15 hours ago

Do you know what algorithm or sensors it uses to calculate BP?

tamimio 13 hours ago

I honestly don’t even know the model, as the Bluetooth pairing name is just some number, the app (iOS) is called “Da fit” if that will help you. I was thinking before about tearing it down but it’s waterproof and I know this process will ruin it and won’t be able to use it while swimming or similar.

janpio 20 hours ago

Also includes news about a new Appstore, which can probably be seen as a reaction to the stories from last week:

    We’ve created our own Pebble Appstore feed (appstore-api.repebble.com) and new Developer Dashboard. Our feed (fyi powered by 100% new software) is configured to back up an archive of all apps and faces to Archive.org (backup will gradually complete over the next week). Today, our feed only has a subset of all Pebble watchfaces and apps (thank you aveao for creating Pebble Archive!). Developers - you can upload your existing or new apps right now! We hope that this sets a standard for openness and we encourage all feeds to publish a freely and publicly available archive.
https://ericmigi.com/blog/pebble-watch-software-is-now-100pe...
t0mk 19 hours ago

I read the drama last week, and after seeing this, I have to side with Rebble. I think they kept the community alive since Eric M cashed out and Fitbit shut it down. As the stars have aligned in recent years, Eric revives Pebble, but if Rebble wouldn't spend all the effort maintaining the app store, his consumer base would be much smaller and it would be much harder to bootstrap again.

With Repebble (Core Devices) and their new appstore (or/and apt-style repository system), Rebble seems obsolete, it's a bit sad. They deserve credit which they won't be able to claim anymore. They should be rewarded somehow for bridging the dark age, otherwise it seems they served purpose all until Eric returned and said "Thank You and fuck off".

Also, to me, Eric talking doesn't sound authentic, and I wouldn't be surprised if he's lying. I don't mean to insult though, mad respect for putting project like Pebble together.

Hope that there's some place and purpose for Rebble in the future.

esrauch 18 hours ago

I'm surprised by this comment; after the drama last week and after seeing this I fully have to side against Rebble.

The nature of driving a healthy open source centered ecosystem is that you don't control it under your iron fist: you make good contributions, users _and_ companies are able to use them in all new ways which comply with the licensing terms. And it seems that RePebble is going way beyond the licensing terms requirements, but bending over backwards to honor Rebble here when they aren't actually required to.

I just can't imagine what people want from RePebble if not this: they are being maximally open, making it so all of everything would be able to continue if they went out of business tomorrow, while also actively enabling people to continue using Rebble's store and paid offerings. Should they be forcing users to use Rebble's offerings (instead of making things even more open) as a reward for doing a good job bridging the dark age?

wvenable 17 hours ago

My impression is that there is a lot more going on than just the facts provided by both sides. Core technologies managed to get Katie Berry to step away from the project[1] and that's extremely significant to me. Her tireless dedication to keeping Pebble alive (and get it open sourced) is how any of this is possible. For her to just up and leave now tells me that Eric and Core are not being as magnanimous and friendly to community as these blogs posts and actions might suggest.

[1] https://www.reddit.com/r/pebble/comments/1ozzsr9/an_update_o...

[2] https://www.reddit.com/r/pebble/comments/1p0huk5/pebble_rebb...

infotainment 15 hours ago

Both of those comments seem to just boil down to "Core probably could be more proactive about comms", which hardly seems like a particularly egregious sin.

NaN years ago

undefined

liampulles 18 hours ago

I agree, and Rebble themselves highlight how inflammatory their initial blog post was in their most recent one: https://rebble.io/2025/11/24/rebble-in-your-own-world.html .

They also backed down from their ludicrous position that they are acting as protectors of other people's watchfaces being downloaded in bulk by a particular company they don't like, whereas they are totally fine with the watchfaces being publicly available for general use. It clearly reads as them trying to clutch control of the one thing they haven't open sourced.

Rebble contributors did have a legitimate gripe, which is that they were lead to develop some additional software under the idea that there would be an agreement at the end of the day. But the Rebble Foundation's response to this was totally immature and irrational.

I agree with what Eric said in his follow up, which is that it is quite concerning to engage in a partnership with an organization which reacts like this as part of a negotiation process. God knows I wouldn't, and it doesn;t surprise me that an alternative solution was found.

niwtsol 17 hours ago

Well said and exactly my thoughts on it as well. Eric has done more than he really had to, and it is unclear to me what rebble really wants/is positioning for.

NaN years ago

undefined

liampulles 18 hours ago

You are not really factoring in all the work on the hardware, much of the software, and the entirety of the financing, which is being done by Eric and the Core Devices team.

If Rebble wants to take the risk and put out a smartwatch, there is nothing stopping them. Infact all of the open sourcing work Core Devices has done gives them a good starting point.

akerl_ 15 hours ago

> They deserve credit which they won't be able to claim anymore.

Why won't they be able to claim credit for the work that they did the past because of other people's work in the present?

> Also, to me, Eric talking doesn't sound authentic, and I wouldn't be surprised if he's lying. I don't mean to insult though, mad respect for putting project like Pebble together.

What the heck are you trying to do here if not insult him? It seems wild to say he sounds inauthentic and you think he's potentially lying, and then try to hedge by saying that's not intended as an insult.

nrp 12 hours ago

From Eric’s previous blog post, he did not “cash out”:

> I earned almost nothing from Pebble Tech Corp. I paid myself a $65,000 salary each year. I did not get any payout through the asset sale.

Eric also made a pretty detailed writeup a few years ago about what drove the failure and acquisition of the original Pebble company: https://ericmigi.com/blog/success-and-failure-at-pebble

micromacrofoot 17 hours ago

He gave them a deal that would directly send cash their way, which he didn't have to do at all. The vast majority of founders wouldn't have touched that with a 10 foot pole.

This seems like an overly harsh take.

danjuma 11 hours ago

[dead]

Currybongos 20 hours ago

[flagged]

apparent 20 hours ago

These watches have an advertised battery life of 30 days. Perhaps you meant to post this in a thread about Apple Watches.

Pxtl 19 hours ago

[flagged]

apparent 17 hours ago

Good thing he isn't shipping from the US to Canada then, eh?

Only the US-bound watches are shipped to the US. The rest go straight from Asia.

Also, I'd be surprised if the Pebble company that was acquired by Fitbit was a Canadian company. I assume it was a US company.

ls-a 12 hours ago

[flagged]

tomhow 12 hours ago

Please don't post grumbly swipes like this on HN. The guidelines ask us not to be curmudgeonly. https://news.ycombinator.com/newsguidelines.html

ls-a 11 hours ago

Ok Rumi. It's my opinion if you don't agree just say I don't agree. Im doing you a favor by giving you an alternative more truthful reality. If you prefer to be in bliss then that's fine but stop acting so sleazy.

tomhow 8 hours ago

We don't need a mini-sermon. We just need you, like everyone, to follow the guidelines. Criticism is fine. Emptiness and thoughtlessness is not. You're welcome not to participate here if you're unwilling to put a little effort and substance into what you post.

ls-a 7 hours ago

Why didn't you update the title. It's not 100% open source. What's the point of the wrong percentage if it's not to exaggerate a false claim?

acka 9 hours ago

This title is misleading. As explained in the comments, there are still non-free binary blobs in the firmware. Please reserve phrasing like "100% X" for things that are indeed "0% Not(X)."

nedt 5 hours ago

They have released 100% of the source they have.