ludiazv

Results 82 comments of ludiazv

Yes, the master has test traces for debugging on config. The behavior you describe is very strange as this error is typically issued with HW and wiring problems. But if...

I will try to use your code to test it. To have addtional trace on the init of the radio you can: `` rf24.begin(true)-> This will display the status of...

thx, I will try to reproduce this.

Hi, I just tested your code in my RPI. It works fine with the current version of the repository. I was NOT able to replicate your error. I'm using very...

Ok. If you find the source of the problem PR are welcome. I suspect that the key would be in the config method as it try to reset the radio.maybe...

This an old issue but just a question. Was your OS 64 bits or 32?

Hi @Cjkeenan , Although I have not performed any test on all the distributions you mention, in my opinion all options should have similar performance( or compatibility) as they are...

Hi, Octoprint communicates with the printer via serial. Typically using a USB->Serial chip installed in the printer board. For the Einsy board I think is possible to connect RPI via...

Hi, Thanks for the feedback. Regarding the sudo problem,could you check the file ``/home/pi/.octoprint/config.yml`` and ``/etc/sudoers.d/*``? These files define the rules so pi user can run shutdown and reboot. For...

Yes sudo files seem ok. Have you check ``/etc/sudoers``? This file should ``include`` the files in the ``.d`` directory. On the other hand, I do't have a specific reference of...