Search found 2 matches

by Helene
Mon May 23, 2022 10:02 am
Forum: AI-deck
Topic: AI-deck Nina W10 interface drivers
Replies: 1
Views: 8241

AI-deck Nina W10 interface drivers

Hello, I'm trying to implement the Nina W102 in my own AI-deck board for image wifi streamer. I have found 2 means of doing this : - We can use the CPX protocol, like in the wifi-img-streamer example. - We can use the Nina_w10 driver from greenwaves, like in the face detection example. I would like ...
by Helene
Mon May 23, 2022 9:49 am
Forum: AI-deck
Topic: AI-deck firmware configuration
Replies: 1
Views: 8079

AI-deck firmware configuration

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