Click here to Skip to main content
15,891,253 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Things that get expensive later Pin
BillWoodruff24-Nov-21 17:09
professionalBillWoodruff24-Nov-21 17:09 
GeneralRe: Things that get expensive later Pin
john morrison leon25-Nov-21 3:32
john morrison leon25-Nov-21 3:32 
GeneralRe: Things that get expensive later Pin
decaffeinatedMonkey25-Nov-21 3:49
decaffeinatedMonkey25-Nov-21 3:49 
GeneralRe: Things that get expensive later Pin
Member 1488449225-Nov-21 4:46
Member 1488449225-Nov-21 4:46 
GeneralRe: Things that get expensive later Pin
honey the codewitch25-Nov-21 4:51
mvahoney the codewitch25-Nov-21 4:51 
GeneralRe: Things that get expensive later Pin
Member 1488449225-Nov-21 19:50
Member 1488449225-Nov-21 19:50 
GeneralRe: Things that get expensive later Pin
ElectronProgrammer25-Nov-21 10:07
ElectronProgrammer25-Nov-21 10:07 
GeneralRe: Things that get expensive later Pin
honey the codewitch25-Nov-21 10:15
mvahoney the codewitch25-Nov-21 10:15 
I have several e-paper displays that I bought when I wrote GFX - the library I use in this project for making my displays work. My library works fine with e-paper displays and the only thing I'd have to change on the non-animated screens is adding suspend and resume calls around my drawing code to make sure the draws weren't committed to the framebuffer over several update cycles.

On the animated end it could work using partial refresh that some displays support but in my experience, using that heavily makes the display end up "muddy"

The solar panel isn't realistic for this device for a number of technical and non-technical reasons. The end client didn't even want an antenna for the wireless comms - we have to make do with the integrated internal one.

I've given it some thought. Someone else the other day presented some encouraging numbers in terms of what my expected battery life would be at my current draw, and it's a lot better than I had expected so this might not even be an issue. If it is, I think I can do a couple of hardware and software tweaks to help out.

One big thing would be wiring the INT pin from the RA8875 controller up to the MCU (it's currently n/c) and assigning an interrupt on that to wake it up. Then I can just put the entire thing to sleep once the screen is drawn. This works for every screen except the one screen that's animated real time

Another would be screen dimming or blanking, since that monster draws over .20 of that I think. I have to play with that though, and I don't know how realistic it is for our application - depends on how unobtrusive I could make it, but I also don't know how effective it will be given how people will use it.
Real programmers use butterflies

GeneralRe: Things that get expensive later Pin
ElectronProgrammer25-Nov-21 13:06
ElectronProgrammer25-Nov-21 13:06 
GeneralRe: Things that get expensive later Pin
honey the codewitch25-Nov-21 13:26
mvahoney the codewitch25-Nov-21 13:26 
GeneralRe: Things that get expensive later Pin
Matt McGuire30-Nov-21 8:30
professionalMatt McGuire30-Nov-21 8:30 
GeneralJust Got a Message that an Article I wrote was updated.... Pin
glennPattonWork324-Nov-21 1:30
professionalglennPattonWork324-Nov-21 1:30 
GeneralRe: Just Got a Message that an Article I wrote was updated.... Pin
OriginalGriff24-Nov-21 1:41
mveOriginalGriff24-Nov-21 1:41 
GeneralRe: Just Got a Message that an Article I wrote was updated.... Pin
Johnny J.24-Nov-21 1:42
professionalJohnny J.24-Nov-21 1:42 
GeneralRe: Just Got a Message that an Article I wrote was updated.... Pin
Sean Ewington24-Nov-21 1:54
staffSean Ewington24-Nov-21 1:54 
GeneralRe: Just Got a Message that an Article I wrote was updated.... Pin
glennPattonWork324-Nov-21 2:15
professionalglennPattonWork324-Nov-21 2:15 
GeneralWSO CCC OTD 2021-11-24 Pin
OriginalGriff23-Nov-21 21:25
mveOriginalGriff23-Nov-21 21:25 
AnswerRe: WSO CCC OTD 2021-11-24 Pin
Randor 23-Nov-21 22:06
professional Randor 23-Nov-21 22:06 
GeneralRe: WSO CCC OTD 2021-11-24 - we have a winner! Pin
OriginalGriff23-Nov-21 22:08
mveOriginalGriff23-Nov-21 22:08 
GeneralRe: WSO CCC OTD 2021-11-24 - we have a winner! Pin
pkfox23-Nov-21 22:18
professionalpkfox23-Nov-21 22:18 
GeneralRe: WSO CCC OTD 2021-11-24 - we have a winner! Pin
OriginalGriff23-Nov-21 22:38
mveOriginalGriff23-Nov-21 22:38 
GeneralRe: WSO CCC OTD 2021-11-24 - we have a winner! Pin
Randor 23-Nov-21 22:58
professional Randor 23-Nov-21 22:58 
GeneralRe: WSO CCC OTD 2021-11-24 - we have a winner! Pin
pkfox23-Nov-21 23:19
professionalpkfox23-Nov-21 23:19 
Generalhas anybody hired developers from this site? Pin
Southmountain23-Nov-21 15:56
Southmountain23-Nov-21 15:56 
GeneralRe: has anybody hired developers from this site? Pin
honey the codewitch23-Nov-21 17:07
mvahoney the codewitch23-Nov-21 17:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.