@alexsunny123 Glad to hear it
May I ask: what was your issue ?
@alexsunny123 Glad to hear it
May I ask: what was your issue ?
@ian57 thank you for the reply.
I will try it, as there should be few adherence to the kernel (except for 'basic' functions as time and proc/stat). I was hoping to use pigpiod, but I suppose I can fallback to pigpio.
Hoping there will be no conflict with the current GPIO library.
@Alexandre-M une piste potentielle (au cas ou, je n'ai pas de nespicase...): j'ai remarqué qu'avec l'alim officielle du PI3 + un HDMI branché, en ne coupant qu'un des fils 220V (sans doute le neutre), il restait une tension résiduelle sur le PI. Je pense qu'elle est crée par la mise au potentiel de la masse mécanique de mon ampli.
Dans mon cas, elle est suffisante pour relancer la LED que j'ai installée en face avant pendant quelques secondes, le temps que le PI démarre, vide la capa, et ça recommence. Si votre ventilo ne tire pas trop de courant, il est possible que ce comportement permette son alimentation en permanence....
J'ai résolu (temporairement) le problème en inversant la prise 220V (de cette façon, la phase est coupée, et la tension résiduelle est trop faible pour alimenter quoi que ce soit).
Tentez donc d'inverser les pôle de votre prise 220V dans la prise murale, juste pour voir... Aucune garantie, mais qui ne tente rien...
Hello,
I'm the happy owner of a brand new recalbox, after an old one which was based on RPi3 and Recalbox v4.1.
I built it up from scratch, using RecalBox 7.0.1, a RPi4 connected to a 1TB SSD through USB3, and an USB hub to get 'free' USB sockets in front face of a printed home made case.
This case is integrating a 60mm PWM Fan for the PI, as it seems that it is mandatory now for the PI4 (the old one had a fan, but not pwm, and I choose PWM kind due to the noise generated).
I connected the PWM control of the fan to a PWM GPIO of the RPi (through a buffer), and write a quick C code using Pigpio library to control it from the CPU temperature, using HW PWM feature.
However, when came the time of compiling and testing this code, I get stuck by the lack of capacity to install the needed programs (headers, gcc, pigpio....).
is it a way to install something on the recalbox ? I did not even find an apt-get or similar.
Regards