Maddca / Short-Wave-Software-Defined-Receiver

1 stars 0 forks source link

Problems with the Etherkit Si5351 Library #5

Closed frohro closed 10 months ago

frohro commented 1 year ago

Hi Cadyn, I noted today that it looks like a person got the Etherkit library to work with the Si5351. They used GPIO20 and GPIO21, not the ones you used. You can change them with something like: Wire.setSDA(20); Wire.setSCL(21); The 20 and 21 are the GPIO numbers, not the pin numbers. You need to change the pin numbers to 4 and 5 respectively to match your PCB. He is using the Earl E. Philhower library to build the code. Rob

frohro commented 10 months ago

I played with it again, and I think the regular MBED library for the pico works now. We can close this.