How to Connect Arduino R4 Wifi

So I am having some issues even getting my new R4 Wifi to connect. I am not sure what to select under the board selection, I dont see Uno R4. I adont know if I need to modify the platformio.ini file etc.

Could any point me in the right direction?

The Uno R4 WiFi is available with the renesas-ra platform.

See also Arduino Uno R4 WiFi — PlatformIO latest documentation

[env:uno_r4_wifi]
platform = renesas-ra
board = uno_r4_wifi
1 Like