🚀 CanAir.IO firmware now runs in-browser! Huge thanks to @WokwiMakers for their amazing CLI tools that made this possible.

#canairio #wokwi #GitHub #EmbeddedDev #IoT #esp32

I screwed up so hard.

Does anyone in #EmbeddedDev have the document "Programming Sharp Memory LCDs"? It was a document they themselves created for the obvious purpose and no longer host.

I thought I was keeping all my datasheets locally but I can't find these ones.

I've just pushed an update to my #blog!
In this post:

  • Get yourself some updates regarding the state of PETI, my ongoing virtual pet development project!
  • Patch rants with unusual brevity about decisions made by major corporations.
  • True facts about Patch's Starfield, Fallout 4, and Dwarf Fortress playtime statistics in Steam.

https://www.arcanalabs.ca/news/labnotes/peti/2025/01/13/peti-update.html

#blog #virtualpet #embeddeddev

Arcana Labs | Resuming PETI Work After Some State Loss

So among the things I did yesterday that I was putting off for fear of their complexity, but which later turned out to be quite straightforward, was writing a custom export module for the font editing tool we've been using for PETI. This new exporter lets anyone use fontedit to spit out a font in a much more standard format, which can then be edited with any additional tooling of their choice which supports it.

It's an unfortunate bit of yak-shaving, but it should get me unblocked on creating the new glyphs I needed to finish the evolution features and get the next update out to you guys much more quickly.

#blog #embeddeddev #electronicsdiy #virtualpet #BoostWelcome

https://www.arcanalabs.ca/news/labnotes/peti/2024/01/24/peti-font-escape.html

(As always, this toot is the anchor for the comment system for the blog post it links to)

Arcana Labs | FontX2 'Support' for PETI

I've been working on a retro-inspired computer built with #microcontrollers and a custom #os #software - it's getting close to complete #embeddeddev #embeddedAI

So my DIY virtual pet development kit is nearly sold out! Once this design does sell out, I'm going to hold back on restocking until I take a second pass at the design for the next revision of the hardware - I'm going to offer THAT as PCBs only or as an all-parts-included kit!

Get yours today, because I suspect if you don't you won't have a chance again until nearly christmas by the time I get around to ordering everything.

https://www.tindie.com/products/31149/

#diyelectronics #tindie #virtualpet #EmbeddedDev

PETI Virtual Pet Dev Kit for TI MSP430 (PCBs Only) by Arcana Labs on Tindie

A development kit for making virtual pets using the MSP430 family microcontrollers

Tindie
So, you have a cross compile toolchain and you want to call ldd on a cross compiled binary.
How do you do this?
#Linux #embeddeddev #crosscompile

So there's going to be a longer blog post coming out about this soon, but I'm delighted to announce that I finally got finished with listing the Development Kit boards for PETI, my custom #virtualpet hardware project, on Tindie.

https://www.tindie.com/products/arcanalabs/peti-virtual-pet-dev-kit-for-ti-msp430-launchpad/

There's links throughout that take you to the project page on my site and to the repo which includes a full service manual.

It's the perfect gizmo if you want to design your own pet around the same microcontroller or follow along with the project itself.

#electronics #embeddeddev #hobbyist #maker

PETI Virtual Pet Dev Kit for TI MSP430 Launchpad by Arcana Labs on Tindie

A development kit for making virtual pets using the MSP430 family microcontrollers

Tindie
Playing the best of all games <3 #embeddeddev #tinkering
Using "Thin Templates" to Reduce Application Size | CodeGuru

Using "Thin Templates" to Reduce Application Size A template itself is a very useful C++ concept that allows you to use a single declaration for a number

CodeGuru