Related changes

X1201
Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

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 | Hide bots | Hide minor edits
Show new changes starting from 12:34, 16 June 2024
   
Page name:
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

15 June 2024

     13:00  Template:X120x-FAQ diffhist +35 Harry talk contribs

14 June 2024

     14:09  (Comments log)[Lisa‎; 136.52.124.58‎]
     
14:09 Lisa talk contribs posted a new comment on X1203(Hi,The charging voltage and current cannot be modified.)
     
11:43 136.52.124.58 talk posted a new comment on X1203(Is it possible to modify the maximum charge voltage? For safety and longevity of the cells I would like them charged no higher than 3.75v - Is it possible for the user to make this change? Is it also possible to modify the minimum voltage before automatic shutdown is triggered? Is it possible to modify the maximum charge current? Control over all of these settings would not only allow for safer operation and longer battery lifespan but would also allow for the use of LiFePO4 cells which ar...)

12 June 2024

     15:59  (Comments log)[174.174.80.39‎; Harry‎; Lisa‎ (2×)]
     
15:59 Lisa talk contribs deleted comment #4853 on X1200
     
15:59 Lisa talk contribs posted a new comment on X1200(Yes, you can write a ''timer'' script, set a time value and check it.)
     
15:51 Harry talk contribs posted a new comment on X1200(Yes. You can do this via script, just implement a timer in the script.)
     
01:28 174.174.80.39 talk posted a new comment on X1200(OK so I got pretty close by modifying the included pld.py script. I can get it to shutdown when on battery with a delay. However, it will execute the second the pi is on battery. I would rather it be on battery for say 10 seconds so random power drops don't shut it down. Any idea on how to implement this? #!/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('gpioc...)

10 June 2024

     09:36 Comments log 174.174.80.39 talk posted a new comment on X1200(Is it possible to change the auto shutdown behavior to turn the raspberry pi off after a certain amount of time on battery rather than when the battery is low?)