Joey Castillo
Joey Castillo
TL;DR: Not dead. First version had issues as it was my first real electronics project, and last year I chose to focus on simpler projects that could teach me lessons...
This sounds right. The issue isn’t that the interrupt stops the buzzer, it’s that the TCC, which controls the buzzer, is configured to not run in standby mode — so...
We also may need to set GCLK0 to run ONDEMAND for this to work. I can’t look at it right now but it should be a setting buried in the...
One question, sorry I didn't think to ask it at the same time yesterday: is there a reason to use the 32 Hz tick here instead of the 128 Hz...
Ah you’re quite right, callbacks, there can be only one. Would you be willing to refactor to use the 64 Hz tick instead? Reason being, it feels a little odd...
There isn't yet; I need to make one. The closest thing is @a2's comments on [the simulator pull request](https://github.com/joeycastillo/Sensor-Watch/pull/35). You'll need to install [Emscripten](https://emscripten.org/) and make sure that emmake is...
Thanks for the comment! At this time the software support (MVBook, in the examples folder) is pretty basic; it only supports plain text files that have been processed with a...
That's a great question, and one for which I don't have a great answer just yet. I can assemble prototypes myself, but that doesn't scale well enough to sell them...
Basically because the e-ink screen is fragile glass, and needs to adhere directly to the the front of the PCB for structural support. Most of the board is surface mount...
It's not the Open Book per se, but I did have a run of the E-Book Featherwing PCB's made, and as of today [they are available on Tindie](https://www.tindie.com/products/joeycastillo/the-e-book-wing-pcb-bare-pcb/). I started...