Could you guide me to a relevant example that demonstrates how to connect and use a gamepad or similar devices with the NRF700DK development kit, which is equipped with the nrf5340 chip? I'm interested in attaching a gamepad to the USB input.

I have produced a video showcasing my problem - youtube.com/.../DIEXafmKeOk. Essentially, I am seeking guidance on suitable application examples that enable me to establish a connection between a Logitech F310 gamepad and the nrf7002-dk development kit using the USB interface. The goal is to receive commands from the Logitech gamepad and transmit them to another device via Bluetooth.

Parents Reply
  • Thank you for your assistance! I'm not very familiar with the USB protocol, so I'll trust your expertise. Nonetheless, I appreciate all the help you've provided.

    On a different topic, it seems that the shell example in the NRF SDK does not contain any useful code. It only includes the following:

    /*
     * Copyright (c) 2022 Nordic Semiconductor ASA
     *
     * SPDX-License-Identifier: Apache-2.0
     */

    #include <zephyr/kernel.h>

    int main(void)
    {
        return 0;
    }

Children
Related