Till

Results 182 comments of Till

ah, ok. Yes, the BOM is missing to make full use of the schematic. On the other hand, it does not look that complex as the passives are taken from...

Not sure, if this helps but I switched to "systemctl stop nzyme" and "systemctl start nzyme" to get new fingerprints in. A "restart" did not do update for me at...

I have the same issue with growing fingerprints on my Fritz AP + repeater network. Over 30 fingerprints per network (main and guest wifi) and AP+Repeater (4x ~30 fingerprints) and...

I have a similar behavior on a Celeron-based setup. SSID shows up only sporadically and CPU usage is ~90% on both cores. Setup is reported as working as well. `00:12:55.536...

I would assume, the wiring is just mixed up after transport. Just swap the connections ad required (X vs Z). If directions are wrong afterwards, this can be handled in...

yes, you can configure everything in software but switching to connections might be faster. ;)

https://github.com/synthetos/TinyG/wiki/TinyG-Configuration

I used a 3.3V I had at hand with some pin bending. 1.8V does not make much sense for a 3.3V uController. Would be good to add one or two...

works fine for me with latest Marlin bugfix-2.0.x. #define TFT_320x240 #define TFT_DRIVER AUTO

in /src/inc/Conditional_LCS.h it is stated: // FSMC/SPI TFT Panels #if EITHER(FSMC_GRAPHICAL_TFT, SPI_GRAPHICAL_TFT) #define TFT_SCALED_DOGLCD 1 #endif Maybe, you just remove the #if TFT_SCALED_DOGLCD the rotation is enabled (or you get...