Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged control  ✕
retropie - How do I control GPIO-connected fan via code at a certain CPU temperature? - Raspberry Pi Stack Exchange https://raspberrypi.stackexchange.com/questions/62220/how-do-i-control-gpio-connected-fan-via-code-at-a-certain-cpu-temperature
Tue Feb 26 19:43:52 2019 archive.org
QRCode
thumbnail

from gpiozero import LED
#we are using the LED sub-module just as a generic output
fan = LED(18) #for the positive, put the negative in one of the grounds
def cputemp():
f = open("/sys/class/thermal/thermal_zone0/temp")
CPUTemp = f.read()
f.close()
StringToOutput= str(int(CPUTemp)/1000)

while True:
cputemp()
if StringToOutput >= 45:
fan.on()
elif StringToOutput < 45:
fan.off

This is some fairly simple code that gets the temperature from /sys/class/thermal/thermal_zone0/temp in thousandths Celsius divides by 1000 for Celsius and checks if it is more than 45. if it is it turns the "fan" on and if not , it stays off. But you'll almost certainly never need a fan as long as you're not doing anything stupid.

This code was adapted from a SE question but i am not sure which.

raspberry pi python fan control gpio
Être à l'aise avec bash #3 (Truc, APT, bash, Ubuntu, Debian, shell, Sécurité) http://pwet.fr/blog/etre_a_l_aise_avec_bash_3
Tue Jul 24 18:28:31 2012 archive.org
QRCode
thumbnail

Un bon article de blog qui donne les astuces sur BASH notamment la recherche avec Ctrl+R ;)

bash control R tip tricks astuce trucs
DSM-G600, DNS-3xx and NSA-220 Hack Forum / DNS-320 Fan control script http://forum.dsmg600.info/viewtopic.php?id=6522
Thu Mar 1 18:52:10 2012 archive.org
QRCode
thumbnail

Discution interressante sur le remplacement du ventilateur du DNS 320 par un plus grand et plus silencieux.

Et aussi ici, tutoriel et source du fan control de fun_plug
http://nas-tweaks.net/85/installation-and-configuration-of-fanctl-for-fonz-fun_plug/
http://forum.dsmg600.info/t2800-another-controller.html
http://forum.dsmg600.info/viewtopic.php?id=6641

fan control dns 320 fun_plug
Easy SVN Browser 1.07 http://linux.wareseeker.com/Programming/easy-svn-browser-1.07.zip/331764
Thu Oct 20 07:06:03 2011 archive.org
QRCode

Easy SVN Browser 1.07 - Easy SVN is a subversion browser via the Web.

SVN Easy Browser 07 Web via web browser subversion From All easy location Version Control free download search software shareware freeware
XML.com: Privacy and XML, Part 2 http://www.xml.com/pub/a/2002/05/01/privacy.html?page=2
Thu Oct 20 07:02:10 2011 archive.org
QRCode
thumbnail

The second and concluding part of our look at XML and Privacy examines XML standards initiatives aimed at giving users and businesses control over privacy.

Paul Madsen Carlisle Adams XML O Reilly Network oreillynet OREILLY Ecommerce Web Business saml p3p xacml privacy The second concluding part our look Privacy examines standards initiatives aimed giving users businesses control over
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn