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

Example not working on Arduino Nano RP2040 Connect #39

Open
studi1882 opened this issue Jun 29, 2022 · 1 comment
Open

Example not working on Arduino Nano RP2040 Connect #39

studi1882 opened this issue Jun 29, 2022 · 1 comment

Comments

@studi1882
Copy link

I wanted to move my project from the Nano Every to the Nano Connect. I used the example from the library, on the Nano every where everything works as expected. On the Nano RP2040 Connect, however, it prints the values as nothing is connectec:

RTD value: 0
Ratio = 0.00000000
Resistance = 0.00000000
Temperature = -242.02

Regarding to this post, it has probably something to do with the SPI settings:
https://forum.arduino.cc/t/nano-rp2040-connect-not-showing-as-a-device-under-ports/864686/18?page=2

Does someone know if it is possible to use the library on the Nano RP2040 Connect?

Thanks in advance!

Cheers
Paul

@AirCombat
Copy link

AirCombat commented May 26, 2023

This is most likely the solder points not being soldered and cut correctly from many experiences with the board.

For anyone else finding this, the board works correctly with the RP2040 connect.

#define spiCsPin 10
//#define spiSdiPin 11
//#define spiSdoPin 12
//#define spiClkPin 13

Adafruit_MAX31865 max = Adafruit_MAX31865(spiCsPin);

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

2 participants