Compiling source code for the ISP4520

Hi this is my first post!

I am attempting to compile the latest firmware from source for the ISP4520, the problem I am running into appears to be with the Adafruit tinyUSB library, (I am aware the RF52832 does not have a USB port) this is included as part of the nrf52 framework, and no mater what I do it attempts to include this among other incudes I don’t need.

I was able to build and run a version of Meshtastic on this device, but this was a much earlier version from around 2021, which is no longer compatible with the Meshtastic app.

Any help is much appreciated

Cheers

1 Like

Can anyone provide help info on why NRF52832 based devices wont compile in the latest versions?

Okay I almost made it to compile, but I cannot bear to deal with C++ and Arduino anymore. You need to #undef USE_TINYUSB and possibly add Adafruit TinyUSB Library to your lib_ignore. Then deal with other errors, I gave up for today.