Jens Chr Brynildsen

Results 28 comments of Jens Chr Brynildsen

Adding the files manually from version 7.0.2 also does not work since the library will then throw lots of new errors such as this: ``` SoftwareSerial.h:328:44: error: expected ';' at...

Yes. This is however more like a support question for [one](https://github.com/ncmreynolds/ld2410/blob/main/examples/setupSensor/setupSensor.ino) of the [two example files](https://github.com/ncmreynolds/ld2410/tree/main/examples), rather than an issue with the library?

@humayunsiraj123 If you could detail a bit more about your setup, it would help solve the problem. Which devboard you are using and how you've connected the device. In general,...

It looks like this issue has been raised in issue #45 but it was closed as a "cannot reproduce". Trying the sample file with an [ESP32 S3 with no psram](https://www.adafruit.com/product/5323)...

I can confirm that removing the interrupt does work. As suggested, playFullFile does play the full file. Using startPlayingFile also works if you make sure to fill the buffer in...

Spent some more time on this. What is crashing is reading from SD inside an interrupt. If I just set a flag in the interrupt and then check this flag...

Turns out that it's not hard to get this working by using FreeRtos Functions. Adding the following code to Adafruit_VS1053.cpp will use a FreeRTOS Task to poll the feedBuffer routine....