jcheger

Results 9 comments of jcheger

Nextcloud 16.0.5 Suspicious Login 1.0.0 IPv4 only Still the same result: Not enough data, try again later (Insufficient data: No recent data available)

``` MariaDB [nextcloud]> SELECT id,seen, -> DATE_FORMAT(FROM_UNIXTIME(first_seen),'%Y-%m-%dT%TZ') as first_seen, -> DATE_FORMAT(FROM_UNIXTIME(last_seen),'%Y-%m-%dT%TZ') as last_seen -> FROM oc_login_address_aggregated -> WHERE first_seen>DATE_SUB(NOW(), INTERVAL 1 WEEK); Empty set, 44 warnings (0.00 sec) ``` I...

This instance of nextcloud is the only one I have without a reverse proxy. Instead, I have a NAT 1:1 configured in a pfsense (means that there is a dedicated...

duplicate of #52 There is a working alternative image on: https://github.com/redrathnure/armbian-mkspi. But be careful, if the kernel is upgraded, the ethernet interface and the screen won't work anymore (appeared on...

BTT is much more serious, since they appear in Armbian. I do regret boughting MKS, with such a lack of support. With no response from MKS during one month on...

Hi Pierre, I didn't try on a attiny chip yet. The chip must support a SoftwareSerial library, in inverted mode (FrskySP.cpp, line 131, « true » as 3rd argument). I...

Look at ticket #28, quite related to yours. Since the error is triggered by stepper_z, it could maybe confirm that the ESD issue can also appear on the motherboard, but...

This issue is related to the SB2240 undervoltage issue (https://github.com/bigtreetech/EBB/issues/28). We seem to have the beginnings of a solution. https://github.com/jcheger/BTT-SB22xx-undervoltage-reset-issue/blob/main/README.md I did write a document describing all what I've done...

I did check the documentation (https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/2_Humidity_Sensors/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf). It describes the readout frame this way: [0] temp MSB [1] temp LSB [2] temp CRC [3] hum MSB [4] hum LSB [5] hum...