Two way WIFI communication between two STM32F303 Nucleo-64 boards using nRF24

Job ID: 30682093

Budget: $10 – $30 USD

We need a small project that implements only a simple communication between two STM32F303 boards with nRF24 wifi. we would like to send struct from one board to another and another struct back.

The struct should be something like:

typedef struct
{
uint32_t DataFlag;
uint16_t dataA;
uint16_t dataB;
}DataPack;

the project should be built with STM32CubeIDE and C++
Related categories: Microcontroller Arduino STM32