Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 22:16, 10 September 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

9 September 2024

     18:33  (Comments log)[91.94.65.184‎; 86.141.76.93‎; 81.240.105.213‎]
     
18:33 91.94.65.184 talk posted a new comment on KVM-A8(Hello, can I powered this using original raspberry PI 4 power supply?)
     
15:29 86.141.76.93 talk posted a new comment on X728(I have an X728 v2.5 - both AUTO_ON and CHG_EN links are in place. All software from "x728-script" is installed on the Pi 4B - rtc works, software and push-button shutdown/reboot works When the Pi is off a momentary push on the button or connecting power does not always start the Pi - about 50% of the time it just wakes the green battery capacity LEDs, a second push of the button or reconnect/re-apply power is needed to cause the Pi to power on. Is my X728 faulty or is there some other confi...)
     
15:04 81.240.105.213 talk posted a new comment on X708(Hello everybody I use a UPS X708 from two year ago to control a Raspberry and OpenCPN. From the last navigation, the UPS has a rare working. Normally when the power supply disappear, the OpenCPN close by a deamon then 5sec later the Ups shutdown the raspberry ans stop all. But from a week, when the PS dissappear, the OpenCPN stop, the Raspberry shutdonx, but Bleu LED flash three time for +/- 10 sec, then the raspi reboot with the PS always off ? I have try different way, manually shutdown...)

8 September 2024

     19:36  (Comments log)[79.154.157.187‎; 119.74.3.117‎]
     
19:36 79.154.157.187 talk posted a new comment on X1200(Hello, Could somebody explain the difference between pinctrl set 16 op dh/dl and pinctrl set 16 pu/pd?)
     
10:28 119.74.3.117 talk posted a new comment on X729-script(I followed the Create the x729-pwr service instructions and its causing my rpi to reboot immediately when powered on. It keeps rebooting forever. I have a RPI4B running debian 11. How do i fix this?)

6 September 2024

     22:59  (Comments log)[95.150.37.230‎; 94.64.104.89‎]
     
22:59 95.150.37.230 talk posted a new comment on PiKVM(Is there a way to stop the OTG (usb connect that is used for mouse and keyboard from the server) from drawing power from the servers USB. It can power the Pi but I dont need that as power is provided from the Pi's USB. It's causing errors as it tried to draw more power than the USB port can supply. Thanks, Jamie)
     
16:26 94.64.104.89 talk posted a new comment on X1300 Software(i am am using rpi5 and cannot make it work, that os did u test it on ?)

4 September 2024

     04:49 Comments log 87.122.222.160 talk posted a new comment on X1200(Hello all, I edited a script for shutting down on powerloss after x seconds. For automatic shutdown, I call it with crontab. The mod of the file has to be changed to 755 before. (chmod) I hope this helps. Greetings Below the Script: #!/usr/bin/env python3 #This python script is only suitable for UPS Shield X1200, X1201 and X1202 import gpiod import time from subprocess import call PLD_PIN = 6 chip = gpiod.Chip('gpiochip4') pld_line = chip.get_line(PLD_PIN) pld_line.request(consumer="PL...)