Go to advanced search

by Porbos
Thu Nov 01, 2018 12:05 pm
Forum: Français
Topic: Commande "at" et leds
Replies: 4
Views: 1245

Re: Commande "at" et leds

En y réfléchissant, je pense que le bash ne sera pas un problème, le reste du projet sera en Python et utilisera un écran 16x2 ainsi qu'un bouton poussoir; dans ce cas-ci il ne s'agit que de vérifier la présence d'un job sous les deux utilisateurs et allumer une led correspondant à l'utilisateur en ...
by Porbos
Thu Nov 01, 2018 9:38 am
Forum: Français
Topic: Commande "at" et leds
Replies: 4
Views: 1245

Re: Commande "at" et leds

Merci Jelopo, me reste plus qu'à trouver un exemple de script Python sûr lequel me reposer ! :)
by Porbos
Wed Oct 31, 2018 9:52 pm
Forum: Other projects
Topic: Progress bar and timelapse
Replies: 9
Views: 1030

Re: Progress bar and timelapse

I think this could give you a good idea of what I have in mind for the "functional" version of the project. #!/usr/bin/python import time import os import Adafruit_DHT as dht from time import sleep, strftime, mktime from datetime import datetime from Adafruit_CharLCD import Adafruit_CharLCD # Time d...
by Porbos
Wed Oct 31, 2018 4:34 pm
Forum: Other projects
Topic: Progress bar and timelapse
Replies: 9
Views: 1030

Re: Progress bar and timelapse

I have a preference for the Python but thank you DougieLawson, that said if you feel that the draft article is achievable, I want a little help for writing; If it's possible !
by Porbos
Wed Oct 31, 2018 3:15 pm
Forum: Other projects
Topic: Progress bar and timelapse
Replies: 9
Views: 1030

Re: Progress bar and timelapse

My question is, is the project explained in the article adaptable under Raspberry and if so, can my idea be feasible as I explain it ?
I admit to having more skills in photography than programming so if it is possible to help me build the script, it would be with great pleasure ! :oops:
by Porbos
Wed Oct 31, 2018 2:54 pm
Forum: Other projects
Topic: Progress bar and timelapse
Replies: 9
Views: 1030

Progress bar and timelapse

Hello, Realizing a timelapse project, I would have liked to display the progress of the timelapse using a 16x2 display and a progress bar. I came across a really interesting project, but used with an Arduino (not very practical when you have a Raspberry :roll: ). I was interested in the famous "Prog...
by Porbos
Wed Oct 31, 2018 2:12 pm
Forum: Français
Topic: Commande "at" et leds
Replies: 4
Views: 1245

Commande "at" et leds

Bonjour à tous, Je suis actuellement entrain de monter un projet de timelapse avec un petit raspberry mais il aura la particularité d'être autonome; je ne vais pas trop rentrer dans les détails mais en gros, le programme du timelapse devra se lancer à l'aide de la commande "at" (soit sous "pi" soit ...
by Porbos
Wed Sep 06, 2017 8:21 pm
Forum: Français
Topic: Radio réveil
Replies: 6
Views: 1055

Re: Radio réveil

C'est fait mais j'ai toujours des erreurs :roll:
by Porbos
Wed Sep 06, 2017 9:36 am
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

paddyg wrote:
Wed Sep 06, 2017 9:27 am
(Also the file names and line numbers in your error messages don't match your github file so still a bit of a guess)
I was wrong about the file name to give you, really sorry (radio_brouillon.py) ! :? :shock:
But thank you for your advice, which I try to apply as best as possible !
by Porbos
Wed Sep 06, 2017 8:26 am
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

Porbos wrote:
Mon Sep 04, 2017 6:44 pm
https://lc.cx/c6aW
The code is "radio_new.py", I prefer to leave everything on Github so as not to mix everything up and let the codes be found in various places so as not to forget anything.
by Porbos
Tue Sep 05, 2017 10:57 am
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

I managed to tweak a little but that's what I get now. Traceback (most recent call last): File "/home/pi/Desktop/RaspiRadio/radio.py", line 378, in <module> main() File "/home/pi/Desktop/RaspiRadio/radio.py", line 91, in main LCD.clear() AttributeError: 'module' object has no attribute 'clear' And n...
by Porbos
Tue Sep 05, 2017 8:15 am
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

Ah but it works very well, that's not the problem; I was able to perform this test with real success; the problem is that it must miss something (but I do not know what) in the script for it to work :cry:
by Porbos
Mon Sep 04, 2017 9:02 pm
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

Thank you for this info, I prefer to use the most recent version of the library so that it can be available as long as possible but in any case I think that the main script of my project will have to be improved from end to end. The screen I use is an Adafruit kit ( https://www.adafruit.com/product/...
by Porbos
Mon Sep 04, 2017 7:38 pm
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

The creator of the original code gave me his authorization at the beginning of the year so that I can modify his code so there are no worries; the major problem is that it no longer seems to work with Adafruit's current libraries. And since I had ideas for improvements, I tell myself that a complete...
by Porbos
Mon Sep 04, 2017 6:44 pm
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Re: Alarm clock

As much for me, I just forget the link from the Github repository, in my copy / paste ! :shock: :? :? Certainly I ask for help for a project that I care about but in exchange I willingly and willingly share my project so that it can benefit everyone. I think it is an honest compensation in demand f...
by Porbos
Mon Sep 04, 2017 6:40 pm
Forum: Français
Topic: Radio réveil
Replies: 6
Views: 1055

Re: Radio réveil

C'est une radio qui sonne et qui permet d'écouter la radio, je t'invite à aller voir le lien que j'ai donné :lol: Pour le réveil je ne sais pas encore, on m'a parler sur Fb qu'il pourrait y avoir une programmation via interface web plutôt qu'un sous-menu accessible par les boutons donc je saurais pa...
by Porbos
Mon Sep 04, 2017 6:14 pm
Forum: Français
Topic: Radio réveil
Replies: 6
Views: 1055

Re: Radio réveil

Ça peut être sympa pour lire l'heure "toute les heures" de la journée, j'aime l'idée; après si ça peut permettre de programmer le réveil directement à la voix ça serait encore mieux ! Mais le problème est que pour l'instant le script principal ne fonctionne pas et donc c'est surtout ça qui fait défa...
by Porbos
Mon Sep 04, 2017 4:59 pm
Forum: Python
Topic: Alarm clock
Replies: 14
Views: 2630

Alarm clock

Hello,
I am building a clock radio but I need help to rewrite the python script so I have the main menu to see again because I plan to implement new options but I would need help since it's for a gift and I'm cruelly lacking in time.
Thanks for your understanding.
by Porbos
Mon Sep 04, 2017 4:56 pm
Forum: Français
Topic: NTP et coupure de courant
Replies: 12
Views: 3922

Re: NTP et coupure de courant

Module rtc 8-)
by Porbos
Mon Sep 04, 2017 2:37 pm
Forum: Other projects
Topic: Alarm clock
Replies: 0
Views: 470

Alarm clock

Hello, I have at my disposal a Pi 2 that I wish to convert to clock radio. It will be used with a screen 16x2 (with its 5 buttons), a dongle wifi and a probe DHT 22. I am actively looking for people who can help me to carry out this project ( being slightly desperate ), if they are motivated to cont...
by Porbos
Mon Sep 04, 2017 2:35 pm
Forum: Français
Topic: Radio réveil
Replies: 6
Views: 1055

Radio réveil

Bonjour, j'ai à ma disposition un Pi 2 que je souhaite convertir en radio-réveil. Il sera utilisé avec un écran 16x2 (avec ses 5 boutons), un dongle wifi et une sonde DHT 22. Je cherche activement des personnes pouvant m'aider à mener ce projet à bien ( étant entrain de légèrement désespérer ), si e...

Go to advanced search