- robin (QUIT: Read error: Connection reset by peer) (~robin@user/terpri) | 01:05 | |
+ robin (~robin@user/terpri) | 01:05 | |
chartreuse | You can also send the model to a 3d printing service if you have one near by or have it shipped | 02:04 |
---|---|---|
chartreuse | Should be fine doing the mod though | 02:04 |
chartreuse | khm: I was looking at doing a marble or something, that should give me some keywords to search for similar stuff | 02:07 |
chartreuse | Wonder how smooth sodalite is | 02:07 |
chartreuse | Obsidian looks quite nice, but not finding one that's 25mm | 02:17 |
chartreuse | And ebay to the rescue XD, 25mm Natural Quartz Obsidian... (so which is it XD) | 02:18 |
chartreuse | I think I'll stick with the Delrin ball, but a polished rock sphere sounds like an interesting option | 02:19 |
+ midfavila (~midfavila@142.162.23.173) | 03:21 | |
- midfavila (PART: !!unknown attribute: msg!!) (~midfavila@142.162.23.173) | 03:29 | |
- sl (QUIT: Quit: leaving) (~sl@mirror.notreally.info) | 05:02 | |
Lewis[m] | with the current work on suspend and low power states on the reform, will that have any impact on battery life while in use? Or is that purely affecting the power draw while suspended? | 10:36 |
Lewis[m] | Further power related question, has anyone got experience with solar charging? I'm wondering if there's a way to plug in a solar cell + a circuit to deal with it to power the reform from it. | 10:36 |
- adjtm (QUIT: Ping timeout: 252 seconds) (~adjtm@150.red-81-36-209.dynamicip.rima-tde.net) | 10:52 | |
+ mjw (~mjw_@2001:1c06:2487:f800:9e5c:8eff:fe8f:a440) | 11:17 | |
+ adjtm (~adjtm@2a0c:5a80:340f:ef00:ce7e:1bbd:6253:ecf9) | 11:19 | |
mntmn | Lewis[m]: not sure @ battery life while in use | 12:06 |
vkoskiv | Solar panel mod should be possible and would be fun, but I'm not in sunlight nearly enough for it to make sense :D | 12:18 |
vkoskiv | I usually prefer a dim room. And it's dark for half the year here anyway. | 12:18 |
Lewis[m] | I think my current theory would be utilising a solar charger + the battery pack PCBs to build an external battery pack that can charge via solar, then plugging them in to the reform somehow. | 12:19 |
- jvalleroy (QUIT: Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) (~quassel@user/jvalleroy) | 12:20 | |
+ jvalleroy (~quassel@user/jvalleroy) | 12:20 | |
mntmn | solar lifepo4 charger | 13:19 |
Lewis[m] | unless I'm misunderstanding you mntmn, that'd mean full power down to swap cells each time? I'm imagining something like this, https://www.tindie.com/products/mmowen/solar-powered-battery-back-up-switching-regulator/, but able to push a higher current, and with a barrel jack to consume the output. | 13:29 |
mntmn | Lewis[m]: ah i see, that looks promising | 13:37 |
Lewis[m] | of course, Berlin winter is coming, so testing it would be a challenge. :D (Also I'm waiting to order the Reform on non CS to support local businesses directly, so probably by the time my Reform is ready we'll be getting more daylight each day) | 13:38 |
vkoskiv | I can provide some extreme weather test feedbac | 14:33 |
vkoskiv | Though I'll probably skip the classic sauna test | 14:33 |
vkoskiv | s/feedbac/feedback | 14:33 |
- nocko (QUIT: Ping timeout: 250 seconds) (sid501219@user/nocko) | 17:04 | |
+ nocko (sid501219@user/nocko) | 17:05 | |
- ehmry (QUIT: Quit: https://quassel-irc.org - Chat comfortably. Anywhere.) (~quassel@2a03:3b40:fe:ab::1) | 17:55 | |
+ ehmry (~quassel@2a03:3b40:fe:ab::1) | 17:56 | |
- ehmry (QUIT: Client Quit) (~quassel@2a03:3b40:fe:ab::1) | 17:57 | |
+ ehmry (~quassel@2a03:3b40:fe:ab::1) | 17:57 | |
- mjw (QUIT: Quit: Leaving) (~mjw_@2001:1c06:2487:f800:9e5c:8eff:fe8f:a440) | 19:02 | |
+ midfavila (~midfavila@142.162.23.173) | 19:22 | |
midfavila | any of you guys see the panel on the new PineNote thingie from Pine64? | 19:22 |
doppler | seems pretty great | 19:37 |
midfavila | Yeah. The announcement video claims sixteen levels of grayscale with a 60hz refresh rate | 19:38 |
midfavila | my first thought when I saw it was "okay but can I put that in a Reform" lmao | 19:38 |
khm | I bet they walk that back, since e-ink doesn't have a 'refresh rate' in that way | 19:38 |
Lewis[m] | I only just read your message and that was my exact thought too | 19:39 |
midfavila | yeah, probably, but if it's even half that as an effective refresh, still be nifty | 19:39 |
khm | https://files.pine64.org/doc/quartz64/Eink%20P-511-828-V1_ED103TC2%20Formal%20Spec%20V1.0_20190514.pdf | 19:42 |
khm | looks like it can be fed with up to an 85hz refresh rate, but this has nothing to do with the actual refreshing of the display | 19:43 |
khm | anyway I'm almost positive this is the same display, but without the touch and stylus layers: https://shopkits.eink.com/product/10-3%CB%9D-epaper-display-vb3300-kca/ | 19:52 |
mntmn | wasn't aware that eink have their own online shop nowadays | 20:10 |
mntmn | currently working on LPC sleep + wakeup by keyboard | 20:11 |
mntmn | chartreuse: wip-lpc-powersave branch now has lpc+kbd fw updated so that the keyboard will try to auto-wake LPC if it sleeps (if user wants to interact) | 20:19 |
mntmn | it's a bit brutal but couldn't find a better way to do it today | 20:19 |
mntmn | it tries to spam the LPC via UART in a loop until it responds (or timeout is reached) | 20:19 |
mntmn | LPC will reset a holdoff timer (currently 30 seconds) if it receives a command via UART during the short time where it wakes up from sleep | 20:20 |
mntmn | ah wait, there is still one last puzzle piece missing (don't enter sleep if the system is running) | 20:21 |
mntmn | added that now. | 20:25 |
+ illo (~illo@user/illo) | 20:35 | |
mntmn | we should also add an auto-sleep for the keyboard, that sleeps if there is no user interaction for a few minutes and the system is powered off | 20:36 |
mntmn | also i determined that LPC is currently running at 48MHz which might be a bit overkill. | 20:40 |
vkoskiv | Oh LPC = motherboard | 20:50 |
vkoskiv | I didn't figure out what it's short for yet :D | 20:50 |
Lewis[m] | Low power controller? | 20:52 |
Lewis[m] | Or low pin count? | 20:53 |
mntmn | good question, i think NXP never officially said what LPC means | 20:53 |
mntmn | both could be true | 20:53 |
mntmn | dates back to Philips... https://en.wikipedia.org/wiki/NXP_LPC | 20:54 |
mntmn | > As part of this spin off, NXP acquired the older Philips LPC microcontroller families | 20:54 |
mntmn | was 8051 at first | 20:55 |
- illo (QUIT: Ping timeout: 250 seconds) (~illo@user/illo) | 20:56 | |
khm | internet forums claim 'low power + CMOS' | 21:04 |
vkoskiv | Maybe the documentation could refer to it as the "Legal Power Controller" | 21:05 |
vkoskiv | https://xkcd.com/641/ | 21:05 |
khm | I demand it stand for "laptop part c" | 21:05 |
mntmn | hah. | 21:07 |
+ rasmus (~rasmus@c80-217-132-63.bredband.tele2.se) | 21:11 | |
+ illo (~illo@user/illo) | 21:28 | |
- rasmus (PART: Disconnected: closed) (~rasmus@c80-217-132-63.bredband.tele2.se) | 21:56 | |
- illo (QUIT: Ping timeout: 265 seconds) (~illo@user/illo) | 22:08 | |
+ illo (~illo@user/illo) | 22:08 | |
- illo (QUIT: Client Quit) (~illo@user/illo) | 22:09 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!