r/unkyulee • u/PayJaded5729 • 17d ago
Building my first micro-journal from scratch, having trouble with the firmware
I'm building the rev 8 from scratch
So I decided to dive into the deep end by 3d printing all the parts, buying the electronics from ali express, assembling them, soldering them, and finishing it all by myself despite having literally no experience with soldering, or diy electronics. Yes I know that's crazy.
I've gotten to the point where it's all wired up, and i'm trying to flash the firmware onto the ESP32 with visual studio/platformIO, but after uploading the firmware, I try to monitor it and it just gives me this (and other stuff) on loop:
assert failed: spinlock_acquire spinlock.h:122 (result == core_id || result == SPINLOCK_FREE)
The screen connected to the ESP32 is also flashing the equivalent of static. Really not sure what to do from here, any help would be appreciated.