brycecherry75 / MAX2870

Arduino support for the MAX2870 Wideband Frequency Synthesizer chip from Maxim
9 stars 8 forks source link

Arduino Due #4

Open Boone1168 opened 2 years ago

Boone1168 commented 2 years ago

How to get this to work on the Arduino Due

Boone1168 commented 2 years ago

The example code works on both the uno and the due; our code only works on the uno. We are not sure why.

brycecherry75 commented 2 years ago

Is the MAX2870 interface connected correctly to the SPI header on the Arduino Due?

TechnichalDoge commented 2 years ago

Is the MAX2870 interface connected correctly to the SPI header on the Arduino Due? Yes it is. It works with the example code, even. The same code we have working on the Uno does not work on the Due. The example code works for both. We think that we should redo our code on the Due, but find it curious that the board change would affect our code but not the example code.