Search found 10 matches

by luckfox_prototyper
2025-06-26 20:31
Forum: Luckfox Pico-RV1103/RV1106
Topic: MIPI Errors explanation
Replies: 2
Views: 106

Re: MIPI Errors explanation

Hello, actually, we believe it is some sort of combination of hw issues. A bit of low-end camera module and not the best cable connecting the board. However, while fixing that issue we figured out we can avoid it, by closing and opening camera (cap.open(0) in opencv) everytime we need to take a phot...
by luckfox_prototyper
2025-06-23 19:11
Forum: Luckfox Pico-RV1103/RV1106
Topic: MIPI Errors explanation
Replies: 2
Views: 106

MIPI Errors explanation

Hello! I've encountered a very specific error when trying to capture image with Core1106 module. It captures the image with opencv maybe once or twice, then I'm unable to obtain a fresh image from SC3338 camera. Our software requires the camera to obtain a fresh image every 5 minutes or so (or somet...
by luckfox_prototyper
2025-06-17 21:22
Forum: Luckfox Pico-RV1103/RV1106
Topic: UART0_M0 not setting up /dev/ttyS0
Replies: 1
Views: 142

UART0_M0 not setting up /dev/ttyS0

Hi everyone 😊 We're developing an application using Core1106 which communicates over UART to some other peripheral. I've previously successfully setup a UART communication over UART0_M1 (GPIO2_B0 and GPIO2_B1). I've selected uart0m1_xfer in my device tree for &uart0 and everything was working. H...
by luckfox_prototyper
2025-05-24 11:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: OTA updates with SDK
Replies: 1
Views: 629

OTA updates with SDK

Hi everyone, in the LuckfoxSDK, there is an option to generate the OTA update image. When I run ./build.sh ota, it packages the ota_update.tar which looks to me like it can be used to perform the complete firmware update on the device. However I couldn't find any instructions on how to actually impl...
by luckfox_prototyper
2025-05-15 13:57
Forum: Luckfox Pico-RV1103/RV1106
Topic: Power consumption on Core1106 or Ultra W
Replies: 1
Views: 688

Power consumption on Core1106 or Ultra W

Hi everyone, I've been testing the Luckfox Pico Pro board to help me with the Luckfox Core1106 board, The difference is NAND flash instead of eMMC, and no WiFi module. With a simple script that puts the Pro into sleep mode, we managed to reduce power consumption to 0.11W (22mA @ 5V). Now, I want to ...
by luckfox_prototyper
2025-05-06 23:10
Forum: Luckfox Pico-RV1103/RV1106
Topic: USB Simcom LTE module on Core1106
Replies: 3
Views: 1064

Re: USB Simcom LTE module on Core1106

Hi Crocodile, I've created an image of buildroot system from Pico PI board but there are still issues. This is the full log from /var/log/messages/ which does indicate that my LTE was detected: May 6 22:55:37 luckfox kern.info kernel: [ 0.181428] usbcore: registered new interface driver asix May 6 2...
by luckfox_prototyper
2025-05-02 15:48
Forum: Luckfox Pico-RV1103/RV1106
Topic: USB Simcom LTE module on Core1106
Replies: 3
Views: 1064

USB Simcom LTE module on Core1106

Hey everyone. I have a LTE Simcom module connected to Core1106 via USB. I've loaded many drivers into kernel that should now enable me to see the usb from core: CONFIG_PPP=y CONFIG_PPPOE=y CONFIG_PPP_ASYNC=y CONFIG_PPP_SYNC_TTY=y CONFIG_USB_USBNET=y CONFIG_USB_NET_RNDIS_HOST=y CONFIG_USB_ACM=y CONFI...
by luckfox_prototyper
2025-04-29 23:30
Forum: Luckfox Pico-RV1103/RV1106
Topic: Sleep mode
Replies: 3
Views: 1195

Re: Sleep mode

Thank you for the reply. I've now been able to put my RV1106 to sleep following that forum. However the board won't wake when I connect the GND and the GPIO1_A0 pin. I've appended the following to my .dts file: / { gpio-keys { compatible = "gpio-keys"; autorepeat; pinctrl-names = "def...
by luckfox_prototyper
2025-04-28 13:16
Forum: Luckfox Pico-RV1103/RV1106
Topic: Sleep mode
Replies: 3
Views: 1195

Sleep mode

Hi everyone. Has anyone been able to put the luckfox pico ultra W into the sleep mode to consume less power? I've found PMU_PWR_CON register in RV1106 documentation, but I'm unable to write to it and I get segmentation fault everytime. If anyone could share an example code how to put the board to lo...
by luckfox_prototyper
2025-03-29 13:04
Forum: Luckfox Pico-RV1103/RV1106
Topic: Wireguard buildroot in luckfox pico ultra w
Replies: 1
Views: 291

Wireguard buildroot in luckfox pico ultra w

Hello, I'm trying to get the wireguard to work on my luckfox pico ultra W board. I have a docker cross-compilation setup and I've built my own images now. I've managed to load the wireguard kernel module on my board as well. However now that I run a wg-quick up I always sooner or later run into the ...