Page 1 of 1

AI-deck firmware configuration

Posted: Mon May 23, 2022 9:49 am
by Helene
Hello,

I'm trying to make my own AI-deck wifi the nina w10 module. When I look the firmware from https://github.com/bitcraze/aideck-esp-firmware, the pinout of the spi interface is defined in the spi_transport.c by :
#define SPI_CS_GPIO 5
#define SPI_MOSI_GPIO 19
#define SPI_MISO_GPIO 23
#define SPI_SCLK_GPIO 18
But when I look the datasheet of Nina w10, it doesn't correspond to the pinout of Nina.
What does it correspond to ?

Thank you,

Re: AI-deck firmware configuration

Posted: Wed May 25, 2022 7:43 am
by kimberly
You would need to read the datasheet of the nina module for this. The nina module is a casing aroung an ESP module, and some pins are rewired.