home.social
  1. As someone who has to take medication each day to ensure I continue to haunt this plane of existence and also someone who is atrociously bad at remembering to do things, I have relied on multiple systems to remind me to take my meds and they all have been terrible for one reason or another. So I'm going to "fix" that the only way I know how. Building a little . E-ink screen, cr2032 battery, and and an ambient light sensor. Put together in a case. V0.1 and V0.2 pictured

  2. The jump in difficulty from making pretty complex stuff happen in to writing code directly for a is much larger than I thought it would be. I'm working on a project now that needs to use sleep modes and real-time clock wakeups so I am using STVD for and I hardly know where to start. It feels like the first time I picked up an Arduino!

  3. After getting an smart PDU for a deal last year, I quickly realized that, while it does have a web client, it doesn't have any kind of API for programmatic control. So I pulled everything I could off the web server, did a lot of screwing around with the network monitor in Firefox and was able to the backend. The authentication ended up being the hardest part as Python and JavaScript handle strings very differently. Check it out: github.com/nodetap/H8B48A_pdu_