Skip to content

Sudo-less RPI Instructions - Fixed actions check format #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from

Conversation

FoamyGuy
Copy link
Contributor

This PR is the same change as #146 but with the changes needed to pass actions.

I didn't have permission to commit to the branch from that PR so I've made this new one with the required changes to ensure actions pass and if so allow us to move it forward in the Adafruit fork without needing further action from the original contributor.

Kasperror and others added 5 commits December 11, 2022 01:56
Resolved the problem when using the SPI MOSI (GPIO 10) would result in unexpected behaviour when sending signals for a long periods. Turns out that Serial interface/ Serial port hardware has to be enabled otherwise the communication on SPI was being cut after few seconds.
removed trailing whitespaces leading pylint to raise errors

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
@FoamyGuy
Copy link
Contributor Author

I tested the steps and example code given on a Raspberry Pi 3 B+ and confirmed I am able to interact with neopixels without having used sudo for my ptyhon script.

The only portion of the setup process that I used sudo for was the raspi-config step to enable SPI and serial.

Installing blinka, installing neopixel library, and running the example script in python were all done without sudo and did successfully set the neopixel colors.

@FoamyGuy FoamyGuy requested a review from a team February 24, 2023 23:29
@FoamyGuy
Copy link
Contributor Author

closing this. #146 is updated and passing.

@FoamyGuy FoamyGuy closed this Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants