DHT22Gen3_RK error

I’m trying to flash code that has worked many times before to an Argon. I haven’t flashed this code in 6 months, but now I get a series of related errors starting with:

lib/DHT22Gen3_RK/DHT22Gen3_RK.cpp:35:0: undefined reference to "nrfx_i2s_stop"

I’ve searched this forum and “Googled” it, but no luck yet. Hopefully someone here can shed some light.

What version of Device OS? What which development environment (Workbench, Web IDE, etc.).

If you are using Web IDE, are you sure the Argon is selected (gold star to the left of the device name in the device list)?

It's a bug. I released a new version of the library.

0.0.4 (2025-11-03)

  • Fixed a linker error for nrfx_i2s_init, nrfx_i2s_stop, and others with Device OS 6.3.3 and later.

Thank you Rick, that did it!

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