Skip to content
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

LED Board Displays nothing after mounting CircuitPython #19

Open
sleblanc912 opened this issue Aug 22, 2024 · 3 comments
Open

LED Board Displays nothing after mounting CircuitPython #19

sleblanc912 opened this issue Aug 22, 2024 · 3 comments

Comments

@sleblanc912
Copy link

Hello,

Whenever I try to mount CircuitPython onto my board it displays nothing and the LED on the portal is a pulsating green light. I have tried earlier versions to no avail, even after I copy in the config files from src. Has anyone else run into this issue and how did they fix it?

@belowthe
Copy link

Reporting the same issue. I have the "lib" folder and all src files located in the root folder, and the board is showing nothing. For what it's worth, my LED is pulsing red.

@sleblanc912
Copy link
Author

I was able to solve the issue! I had to fix two things:

  1. The path of the libraries - the libraries were under two layers of lib folders and the .py files couldn’t find them to properly run. Make sure when you click Lib in the root it contains the libraries rather than another Lib subfolder.
  2. My code.py file was the default Circuitpy one that just reads Print(“Hello World”) - not super helpful! When I added the proper code.py and added in my WiFi credentials things started to finally work.

Good Luck!

@dylanirlbeck
Copy link

Also see #18 (comment)

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

No branches or pull requests

3 participants