Search found 4 matches
- 2025-07-09 11:13
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Max SPI MISO pin
- Replies: 3
- Views: 2761
Re: Pico Max SPI MISO pin
Hello, you can use the "iomux 1 19" command to determine the mapping information of SPI0_MISO_M0. If the returned result is 6, it indicates that it is mapped as SPI_MISO. If the returned result is 0, it means it is in the normal GPIO mode.
It returns 0. How do I find out which pin is actually ...
- 2025-07-09 0:51
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Pico Max SPI MISO pin
- Replies: 3
- Views: 2761
Pico Max SPI MISO pin
Hi,
I'm trying to get SPI communication working on the Pico Max board. In the pinout diagram on the Wiki page I can see that the MISO pin should be GPIO1_C3 (pin 51). I used an oscilloscope to check the data from the slave and it looks okay but the Pico only receives 0x00 indicating that the MISO ...
I'm trying to get SPI communication working on the Pico Max board. In the pinout diagram on the Wiki page I can see that the MISO pin should be GPIO1_C3 (pin 51). I used an oscilloscope to check the data from the slave and it looks okay but the Pico only receives 0x00 indicating that the MISO ...
- 2025-05-03 6:19
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
- Replies: 4
- Views: 4012
Re: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
Hello, your needs need to modify the source code, get the frame data of the VI when triggering Motion Detect and save it, the default rkipc application supports the jpeg capture function, the attachment is the development instructions of the rkipc application, you can save the jpeg by calling the ...
- 2025-04-25 6:43
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
- Replies: 4
- Views: 4012
Re: rv1106支持移动侦测(Motion Detect)么?支持的话,具体怎么用?
我看到ivs_md.h当中有MD相关的接口,不知道能不能用,没有看到有MD相关的sample code,不知道怎么用。
MPI文档也没有介绍MD相关的功能。
有知道rv1106是否支持MD功能,以及具体用法的帅锅,请帮忙指点,感谢!
网盘镜像中开机自启的rkipc是有移动检测功能的,具体使用请参照源码(<SDK>/project/app/rkipc) 和相关手册
PixPin_2024-06-22_10-11-52.jpg
Rockchip_Developer_Guide_Linux_RKIPC_CN.pdf
I'm trying to record video or ...
