Posted in: Stream Announcements

New video uploaded

https://youtu.be/_Uzwb1zfQ2g Poking around on the “Client side” of the bot, hoping to add some more functionality. Then extending some API type stuff to enable it. I’ve started adding blog posts to connected-me.com, so check it out if you are into reviews and maybe some writeups of my lab work. Thanks for hanging out, as always!

Posted in: homelab, Projects

Installing node on debian based linux – update

Well, it’s quite a different affair now. Most places seem to be getting in on the “run this script, it’ll handle it for you” train, and I can’t say I dislike it. New way:via nodejs.orgcurl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashnvm install # Old way:So yeah, installing node is sort of a stupid round about adventure in […]

Posted in: Internet of crap, Projects

Sonoff T3US2C tasmota

You can probably find these instructions spread out via various sites fairly easily. I know it didn’t take me long. I’m putting together my list specifically so I remember WTF I did. Raspi Flash setupsetup the esptoolhttps://tasmota.github.io/docs/Esptool/ for the raspberry PI the serial port is /dev/ttyS0 when configured “properly”<get picture of proper wire configuration here> […]

Back to Top