i am using RA6M3 can anyone please guide me to connect the esp32-c6 wifi module to the ra6m3 board and connect with other device and transfer data
Hi Mukesh,
Thanks for reaching out Renesas Community.
As far as I known, the ESP32-C6 is based on AT cmd, so you can use RA6M3's uart module to connect the esp32 module, you can take this sample project for reference to configurating your UART: ra-fsp-examples/example_projects/ek_ra6m3/sci_uart/sci_uart_ek_ra6m3_ep at v5.3.0.example.3 · renesas/ra-fsp-examples (github.com)
BR,
NP_Renesas