0

I am interfacing rn-171 WiFly module with PIC18F27J13 chip. I want to save both USARTs available on the PIC for other purposes.

I am wondering whether I can just connect the Roving SPI pins to the PIC uc, to bring or activate WiFly command mode by sending $$$ to WiFly over SPI without any need to connect UART pins.

If so, what could be a reasonable simple schematic for the pins connection. Thanks

Sina Sou
  • 1
  • 1

1 Answers1

1

Try asking the vendor support, there is SPI firmware for RN171 module available on request.

With this firmware on the WiFly you can use SPI directly instead of UART.

The documentation for SPI (e.g. pins, configuration commands) is not avilable on the www AFAIK, so you need to contact support to get this.

Turbo J
  • 9,969
  • 1
  • 20
  • 28