01-05-2021, 08:12 PM
Hi Philippe,
Thanks for your suggestion.
I have tested your sds (translated to python, removing the overlay for GPIO22) and it works but I have a remark: the button led stops blinking anyway before Moode is ready. About 10-15 seconds before. It is possible to let both, Moode and led, to arrive at the same time to finish line by setting a sleep time in sds.py before putting GPIO22 to 1. I know this is not, let's say, an elegant solution, but it works. It would be perfect to have a catchable signal indicating that Moode is ready. The script could then wait until this signal arrives and then put GPIO22=1.
You're welcome. Feel free to use/modify/improve the scripts.
Regards
Juan
Thanks for your suggestion.
I have tested your sds (translated to python, removing the overlay for GPIO22) and it works but I have a remark: the button led stops blinking anyway before Moode is ready. About 10-15 seconds before. It is possible to let both, Moode and led, to arrive at the same time to finish line by setting a sleep time in sds.py before putting GPIO22 to 1. I know this is not, let's say, an elegant solution, but it works. It would be perfect to have a catchable signal indicating that Moode is ready. The script could then wait until this signal arrives and then put GPIO22=1.
You're welcome. Feel free to use/modify/improve the scripts.
Regards
Juan