To those wondering about the T420, they are fantastically rugged and I still think they are the best laptop on the market assuming you can handle either a slightly crap monitor or the hassle to upgrade it. I've dropped them onto concrete, dremeled them, even lit them on fire, most of the time they'll take the abuse but even when they don't, they are dirt cheap so who cares! Ebay has them listed at $150 a replacement, you can literally buy nearly 10 of them before scratching the entry point for a Macbook. All of this while being able to a modern web-dev development setup thanks to it's incredibly simple upgrade bays.
Open Source Thinkpad T420 Battery Design
31–40 of 105 posts
Re: Open Source Thinkpad T420 Battery Design
#32Currently remaining battery %'s aren't exact because I'm assuming there is a linear coorelation between voltage and capacity (Which is wrong). I don't plan on fixing this, as the exact % is unimportant to me. There are dedicated ICs which will give the remaining charge accurately, which may possibly be even cheaper than this ad-hoc solution.
I've read a few things about using charging circuits and battery fuel gauges but it's a bit beyond what I know how to do right now. I might look in to it more in the future, or maybe someone else who knows more than me can add a fuel gauge to the schematic :)
Re: Open Source Thinkpad T420 Battery Design
#33Apparently those Thinkpads are from 2011-2012, that's old. What do people do with such old devices that makes building a battery from scratch worthwhile?
Re: Open Source Thinkpad T420 Battery Design
#34The T420 has been my main daily driver for nearly 6 years (using it right now to type this!) and I super excited to check this post out in more depth as battery duration is one of my biggest personal complaints about the system. To those wondering about the T420, they are fantastically rugged and I still think they are the best laptop on the market assuming you can handle either a slightly crap monitor or the hassle…
Re: Open Source Thinkpad T420 Battery Design
#35https://support.lenovo.com/us/en/solutions/hf004122
Typed on my T420 running Linux Mint 20.
Re: Open Source Thinkpad T420 Battery Design
#36Apparently those Thinkpads are from 2011-2012, that's old. What do people do with such old devices that makes building a battery from scratch worthwhile?
I'm still using an X60 which is several years before that. It turns out that if you avoid the bloated "modern" software (which unfortunately includes much of the web stuff these days), it's perfectly usable. I use it for native development, browsing lightweight sites like HN, and the usual "office" stuff like email, IM (IRC), taking notes, etc. Likewise, my desktop is a first-gen i7 from roughly 10 years ago, only sl…
Re: Open Source Thinkpad T420 Battery Design
#37The T420 has been my main daily driver for nearly 6 years (using it right now to type this!) and I super excited to check this post out in more depth as battery duration is one of my biggest personal complaints about the system. To those wondering about the T420, they are fantastically rugged and I still think they are the best laptop on the market assuming you can handle either a slightly crap monitor or the hassle…
I'm waiting on the open hardware platforms to come around to something like it before I upgrade. And I don't really feel the need to, apart from not having a 4 or 8k screen.
Re: Open Source Thinkpad T420 Battery Design
#38Apparently those Thinkpads are from 2011-2012, that's old. What do people do with such old devices that makes building a battery from scratch worthwhile?
I'm running a T530 as my everyday rig, with Windows 10. I maxxed out the ram and got a ssd. It's fast, I can have numerous Chrome tabs, Sublime, and pdfs open, and quickly switch between them. Youtube videos play seamlessly. I can have multiple Kicad projects open. I genuinely don't feel the need for a faster computer.
Re: Open Source Thinkpad T420 Battery Design
#39Earlier quoted context omitted.
I've read a few things about using charging circuits and battery fuel gauges but it's a bit beyond what I know how to do right now. I might look in to it more in the future, or maybe someone else who knows more than me can add a fuel gauge to the schematic :)
I've used this which was very easy to get to work and there is C code out there to use with it. https://www.sparkfun.com/products/10617
Re: Open Source Thinkpad T420 Battery Design
#40Currently remaining battery %'s aren't exact because I'm assuming there is a linear coorelation between voltage and capacity (Which is wrong). I don't plan on fixing this, as the exact % is unimportant to me. There are dedicated ICs which will give the remaining charge accurately, which may possibly be even cheaper than this ad-hoc solution.