DerSpatz

Results 20 comments of DerSpatz

@florianL21 Ich sehe gerade, dass ich auf GitHub keine DMs senden kann. Kannst du mir eine EMail senden an: bastian bei mohi.ng (jo, nigerianische Domain, aber kein Scam ;-) )

A Pi Zero 2W (or any Raspberry Pi) is not a good use case for this. Raspberry Pi runs a real Linux OS which, compared to a MCU, means: -...

According to the schematic, yes. Footprint is 2510,

At the time of the design, the availability of the 4809 was much better than the 328P. Now that this has changed, a redesign is warranted. I have already checked,...

Hello, thank you for your quick response. A first try to enable multicast on the VPN server side did not work, so I have to look further into it, and...

Yes, that was what I tried first, but it gave the same error, so that's when I tried `apt` directly. At first the error happened a yesterday, when I first...

I did a fresh install to test this, with a formatted µSD card. I edited `dietpi.txt` to German locale settings, and in `dietpiEnv.txt` I set `docker_optimizations=on`. On the first automatic...

It was a different SD card for the second install, but I decided to try amrbian now...

I found the culprit! When I copied the internal URL (IP and port), I also copied the slash afterwards, so it was "http://192.168.0.100:2283**/**" instead of "http://192.168.0.100:2283". After the removing the...