Hi, I recently got a Core1106 module and I'm planning to power it with a Li-ion battery.
I'm designing a 3.7V to 5V boost converter for it.
Could you tell me the typical current consumption during normal operation?
I want to make sure the power supply can support the module reliably.
Thanks a lot!
Search found 5 matches
- 2025-05-09 8:23
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Core1106 power supply by li-ion battery
- Replies: 1
- Views: 44
- 2025-01-16 7:12
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Need some hints, thanks a lot!
- Replies: 5
- Views: 1076
Re: Need some hints, thanks a lot!
I see So I can just simply run the cpp file generate by model_zoo from my PC on the board by using cmake, since the library is included in the output file of the model_zoo, did I get it right? Cause I have found the librknnmt.so in my /usr/lib/ No need to activate the rknpu2 or something else. (rest...
- 2025-01-16 5:29
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Need some hints, thanks a lot!
- Replies: 5
- Views: 1076
Re: Need some hints, thanks a lot!
Thanks for your reply. But I'm a little confuse at this step. The tutorial says to install everything (toolkit2、model_zoo) and convert a model to rknn format in Ubuntu at the PC (done), then send it to the board which has not install anything but only burning image create by the luckfox-pico sdk, ho...
- 2025-01-14 12:40
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Cannot flash firmware on SD card
- Replies: 10
- Views: 2305
Re: Cannot flash firmware on SD card
Don't close SocToolKit, replug your sd card should work
- 2025-01-14 12:34
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Need some hints, thanks a lot!
- Replies: 5
- Views: 1076
Need some hints, thanks a lot!
Hi everyone, I'm a beginner of the luckfox board, need some advice to proceed my project. Board : luckfox pico mini b (Ubuntu 22.04) task : training a yolov5 model (dog and cat detection) with my PC and run it on the board (input a "input.mp4" ,output a "output.mp4") so far I've ...