cytan299 / field_derotator

A Field DeRotator for Alt-Az Mounted Telescopes Used for Astrophotography
GNU General Public License v3.0
32 stars 4 forks source link

Adafruit CC3000 discontinued problem #3

Closed cumarit closed 5 years ago

cumarit commented 5 years ago

How can I replace it with the Adafruit WINC1500? Thank you. Marcello

cytan299 commented 5 years ago

When I look at the winc1500 when compared to cc3000, it looks like the IRQ and CS pins are not at the same location. You'll have to modify them on the winc1500 board accordingly. The code will have to be updated to so that it uses the winc1500 library and not the cc3000 library.

I don't think it is too difficult for you to do it.