inkfish / lander-control

0 stars 0 forks source link

Bringup: Wi-Fi Modem SPI #8

Open rgov opened 9 months ago

rgov commented 9 months ago
Function Pin
SPI0_TX (MOSI) GP19
SPI0_RX (MISO) GP16
SPI0_CSn GP17
SPI0_SCK GP18

ESP32 Firmware needs to be compiled for SPI comms.

rgov commented 9 months ago

CircuitPython module from Adafruit which communicates with the nina-fw firmware.

Alternative deprecated module for ESP-AT firmware.