Close

late Init Log

A project log for project Acidfish

beautiful watertight watch with always on bubble display, LoRaWAN and USB made to last a lifetime

erisEris 10/31/2023 at 10:090 Comments
finally attempting to Log progress so here's what's happening:

1. i've assembled the second version of the PCB.

it's a lot more compact than the first version and actually as space for the antenna and matching circuitry for LoRaWAN.
There are still some Major bugs in the hardware like overconstraining the PCB position with both the rails it slides in on and the USB connector.
If i ever make another version i'd just forgoe the rails entirely and just constrain the pcb with the usb connector but for now i just made the rails wider.

As you can see there's also some bodge wires because i swapped the pins of the switching regulator for the display despite it being correct in KiCAD by default and it turns out the big pad on the flash doesn't actually wanna be connected to GND.
I also screwed up the vibration motor driver but besides that everything should be working.


2. PCBWay sponsored metal case!

Size, ruggedness and looks are very important for what i want Acidfish to be and FDM printed PETG only gets me so far.
Thankfully PCBWay was kind enough to send me some very nice looking aluminum and steel SLS prints!
The Aluminum main shell allowed me to reduce the size significantly because the walls don't have to be as thick when i can trust that they're solid and won't let any water through while the steel lid is perfect for applying even pressure on the seal to ensure no water gets in.
The side of the lit that faces the seal turned out especially flat so i'm very confident that it'll keep my PCB dry.
For the main shell the tolerances were a bit tight, but nothing i couldn't fix with a bit of sanding(also sanded the outside, the finish it arrived with is quite rough).
If you're interested in getting some metal prints of your own i'd recommend leaving at least .5mm tolerance rather than my .3mm, probably a bit more for very tight slots.
Besides that i'm very happy with how it turned out and will probably use the service again if i make another version.

Oh yeah also i need to improve the seal around the buttons, maybe just switch to O-rings, alternatively cast silicone around rather than over the buttons.

3. state of AcidOS:

Trying to write the display driver for the new PCB.

In theory two PIO state machines are supposed to be fed from two different DMA loops pointing to two separate buffers, one for cycling through all the segments and one for turning the enable pin on the demultiplexer on when a segment is supposed to be on.

Somehow both DMA loops always point to the same address, but it appears to be random which buffer they end up with.

I hate this bug so much but i guess i'll figure it out eventually.

Discussions