Skip to content
New issue

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

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

Already on GitHub? # to your account

hat-piface on Pico-W #7

Open
vdomos opened this issue Feb 12, 2023 · 1 comment
Open

hat-piface on Pico-W #7

vdomos opened this issue Feb 12, 2023 · 1 comment

Comments

@vdomos
Copy link

vdomos commented Feb 12, 2023

Hi,
I tested the hat-piface V1 on Pico and it works well with the examples provided.

But with the Pico-W and the same wiring, it does not work and no error is reported in the code.

Is there a different operation for the SPI0 between the Pico and PicoW?
I have not found anything in the documentation of the PicoW

@vdomos
Copy link
Author

vdomos commented Feb 12, 2023

With SPI1, it works:

# Raspberry-picoW
spi = SPI(1, polarity=0, phase=0, sck=Pin(10), mosi=Pin(11), miso=Pin(8))
cs = Pin(9, Pin.OUT, value=True )

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant