Search found 2 matches

by Abigail_Twitch
Sun Jul 24, 2022 10:16 am
Forum: Raspberry Pi microcontroller boards
Topic: ValueError: bad SCK pin - Can't connect via SPI
Replies: 2
Views: 7689

Re: ValueError: bad SCK pin - Can't connect via SPI

Hi Roberthh

Thanks for the quick reply! This solved my issue, can now read temperature fine :)

I think i just saw "machine.pin" and assumed this meant board numbering. I'll pay more attention to the documentation in future!

Many thanks for your help

Jon
by Abigail_Twitch
Sun Jul 24, 2022 12:56 am
Forum: Raspberry Pi microcontroller boards
Topic: ValueError: bad SCK pin - Can't connect via SPI
Replies: 2
Views: 7689

ValueError: bad SCK pin - Can't connect via SPI

Hello I'm a beginner with microcontrollers, my first project is simply to hook up a pt100 temperature sensor to my Pico to make a PID controller. I've managed to do this using circuit python and it works great but when I tried with micropython i keep getting a bad pin error. Have not been able to re...