kendryte-freertos-demo icon indicating copy to clipboard operation
kendryte-freertos-demo copied to clipboard

Demo of kendryte k210 FreeRTOS SDK

Results 7 kendryte-freertos-demo issues
Sort by recently updated
recently updated
newest added

Hi, I'm looking for a face recognition sample source code. Any direction would be highly appreciated. @xiangbingj do you have any sample codes for face recognition?

download the kfpg.kfpg file and run the function detect(),, but no bounding box in screen

Hello, I am trying to run the face-detect application, present in the kendryte/kendryte-freertos-demo repository, with a different kmodel but no one, except the existing kmodel, seams to work properly. All...

I have set i2c in master mode, where slave device is connected it works fine but if I disconnect the slave device and try to read from i2c, it stays...

Hi all, I need to use bit-banging instead of SPI for ws2812 since I don't have free SPI port, I noticed that it's already implemented for Standalone-sdk , I made...

There is no send funciton code in the latest code. https://github.com/kendryte/kendryte-freertos-demo/blob/e86330d5be27293d88f283952a88567aa2b767bb/spi_slave/spi_slave.c#L43

Hi All, I am trying to append to a file using "ab" command but it doesn't append it and instead create a new file. I amusing fopen and fwrite. Also...