AI-deck firmware configuration

Discussions about the AI-deck
Post Reply
Helene
Beginner
Posts: 2
Joined: Mon May 23, 2022 9:41 am

AI-deck firmware configuration

Post 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,
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: AI-deck firmware configuration

Post 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.
Post Reply