-
Notifications
You must be signed in to change notification settings - Fork 10
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
Pico W not connecting #10
Comments
Hi @cbrmichi, I also have the same issue. Did you find a solution? Thanks in advance. |
Hi!
At first i tried using circuitPython. That did work, but i wanted to use
microPython. The support (thanks again!) suggested reinstalling the newest
microPython (w!) firmware. I did that before having tried circuitPython,
but did it again next day and it worked immediately.
From this on the problem was solved.
Maybe changing between the Firmware helped...
And don't forget to check the power switch on the board :)
user-redans ***@***.***> schrieb am Mi., 7. Feb. 2024, 15:23:
… Hi, @cbrmichi <https://github.com/cbrmichi>
I also have the same issue. Did you find a solution?
Thanks in advance.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC4F5QIKFEK2RHF3CT4H5XDYSOE7XAVCNFSM6AAAAABCDFP2O2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZSGE2TKNRSHE>
.
You are receiving this because you were mentioned.Message ID:
<KitronikLtd/Kitronik-Pico-Robotics-Board-MicroPython/issues/10/1932155629
@github.com>
|
Having the same problem, which version are you currently using ? |
Same here - tested with latest official build v1.22.2 and latest preview build v1.23.0-preview.343.ge60e8079a with no success, @KitronikLtd - is the board just incompatible with pico W ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I´m using a pico W and stuck at connecting the board to the pico w. I just wanted to try the provided test-
files.
The pico is connected and powered by USB while the board is powered by battery (6v). The onboard LED is on.
Code:
I´m getting this error:
So i tried i2c.scan(), which gave me [108, 112]. So it should be connected and working, but it doesn´t.
Could you please tell me, what is wrong?
Thanks in advance,
Michael
The text was updated successfully, but these errors were encountered: