3rd party board selection

Hi all,

Having an issue I assume is fairly straight forward to solve but I can’t seem to find a solution anywhere.

I am using U-Blox Nina W10 on my project but can’t find anyway to select this board in the arduino IDE.
I can’t seem to find the board within the IDE and I can’t find a link to the third party package index.

Any idea how I can get this board into the IDE?

Thanks in advance!

Welcome to the forum

The board appears to be an ESP32 at its heart

Try selecting one of the generic ESP32 boards such as 'ESP32 Dev Module' assuming, that is , that you have installed support for ESP32 boards, the URL for which is https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

Thanks a lot for your fast reply!
Ah ok, that would make sense I suppose, I know when I tried loading it through platformIO I could select the Nina board but couldn’t find any similar option in arduino.

I’ll give this a go later tonight, thanks again!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.