WINC1500 pin SDCS issue

For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
joyceck
 
Posts: 4
Joined: Fri Sep 13, 2019 5:20 pm

WINC1500 pin SDCS issue

Post by joyceck »

Currently the SDCS pin labled SD on the module is hardwired to D4 on an UNO or Mega.
If one needs to use D4 for another app and you break the trace and wire it another pin i.e. D5

Do you need to add WIFI.setPins? Where?

WiFi.setPins(int8_t cs, int8_t irq, int8_t rst, int8_t en = -1); no code hint of SDCS??...

In addition to the shared SPI pins, the SDCS (chip select) pin is also used. It can be re-assigned to any pin by cutting the trace underneath the board and rewiring. If the SD card is not used, the SDCS pin can be used for any other purpose.

Again do you need to add a line in the code for a pin change here? What line?

Locked
Please be positive and constructive with your questions and comments.

Return to “Wireless: WiFi and Bluetooth”