home.social

#m5paper — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #m5paper, aggregated by home.social.

  1. Anyone playing with #ink #epaper #esp32 ? Complete noob here. Where do you hang out? I want to see what you’re all doing? :) #M5Paper #M5PaperS3 #ESP32S3

  2. Eine Idee: das #M5Paper als Anzeige der #Tibber Strompreise nutzen. Seit 18 Monaten liegt es fast ungenutzt auf meinem Tisch!

    Eigentlich nur aller 24 Stunden neue Preise abrufen, rendern, darstellen und deep-sleep.

    shop.m5stack.com/products/m5pa

    #arduino #diy #idee #todo

  3. Playing around with my #M5Stack #M5Paper and now I've created a "remote dashboard". It basically renders a JPG every 15min. Which works great. Battery life is around 10-20 days.

    Published the source code on Github: github.com/capi/M5Paper_Remote

    Using Puppeteer to render my #OpenHAB #HABPanel dashboard to PNG, convert to JPG:
    github.com/capi/M5Paper_Remote

    #selfhosting

  4. Made the mistake of poking my head into #M5Paper development and am now paying the price. All I wanted was to play with e-ink, but instead I now find myself staring down the four horsemen of maddeningly disparate development options: #Arduino IDE, #PlatformIO, #MicroPython, and #M5Stack #UIFlow.

    I don't want to leave #Emacs for an IDE, PlatformIO doesn't get along with the device, MicroPython is a mess, and UIFlow is a visual code block editor over an undocumented MicroPython API 💀

  5. even with having to do customs shenanigans, I already received the #m5paper.

    zoom zoom fast

  6. Got some problems to get #day_light_saving right on my #M5Stack #M5Paper #ESP32 board.

    Then I found the example code on the following website, which seems to work just fine 😃

    #NTP for the ESP32 including day light saving without 3rd party library werner.rothschopf.net/microcon

  7. I got lost in a research rabbit hole last night, and didn't make any progress on the #M5Paper. That's okay, it's a hobby project, I'll make progress on it when I make progress on it.

    It's pretty close to top of mind for me, but I have a few deadlines that are tight enough that I have to let them slip in front.

  8. Sigh

    M5EPD initializing...OK
    Guru Meditation Error: Core  1 panic'ed (LoadProhibited). Exception was unhandled.
    Core 1 register dump:
    PC      : 0x4016fd7f  PS      : 0x00060530  A0      : 0x800d5ae5  A1      : 0x3ffb1ec0  
    A2      : 0x00000000  A3      : 0x0000814e  A4      : 0x00000000  A5      : 0x3ffc272c  
    A6      : 0x00000020  A7      : 0x3ffb0060  A8      : 0x800effac  A9      : 0x3ffb1ea0  
    A10     : 0x00000000  A11     : 0x00000001  A12     : 0x00000000  A13     : 0x0000f880  
    A14     : 0x00000000  A15     : 0x3ffb0060  SAR     : 0x0000000a  EXCCAUSE: 0x0000001c  
    EXCVADDR: 0x0000000c  LBEG    : 0x4000c2e0  LEND    : 0x4000c2f6  LCOUNT  : 0x00000000  
    
    Backtrace: 0x4016fd7f:0x3ffb1ec0 0x400d5ae2:0x3ffb1ee0 0x400d21f1:0x3ffb1f00 0x400d22c5:0x3ffb1f30 0x400d279d:0x3ffb1f50 0x400e04eb:0x3ffb1f90 0x400fb3bd:0x3ffb1fb0 0x4008c0f1:0x3ffb1fd0
    
    Rebooting...
    M5EPD initializing...OK

    @ajroach42