Search found 16 matches

by alex9x
2026-04-13 8:25
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Mini oven soldering
Replies: 3
Views: 1828

Re: Pico Mini oven soldering

Hello!
Yes, max temp is 230-240°C, I have use this temp for Core1106 to solder in oven, but core size is bigger and need smaller mini.
Thanks for reply!

By the way, have ordered a batch of Pico Mini. Some of them have fox logo and label near SD card slot, but some have not. Other is mostly the ...
by alex9x
2026-04-02 22:05
Forum: Luckfox Pico-RV1103/RV1106
Topic: Pico Mini oven soldering
Replies: 3
Views: 1828

Pico Mini oven soldering

Hello, everyone!

Oven soldering. Does it safe for Pico module?

Can anybody recommend temp curve or give max temp for oven soldering of Pico Mini module as SMD part into bigger board with a hole for Pico?

Does it need to fix MicroSD slot on bottom side?

Thanks!


mini_placement.jpg

mini ...
by alex9x
2025-10-02 8:22
Forum: Luckfox Pico-RV1103/RV1106
Topic: core1106 firmware update
Replies: 1
Views: 1068

core1106 firmware update

Hello!
Anybody know ability to flash new firmware from working system?
I mean run updater from working core1106 to update its firmware. Remote update.
I have an usb drive on core1106 system with "update.img" or can write any files to it.
Maybe someone can explain all update methods for this board ...
by alex9x
2025-09-22 22:33
Forum: Other
Topic: core1106 resources
Replies: 2
Views: 16812

Re: core1106 resources

Hello, all!
Have anybody correct footprint for Core1106 board?
A problem are not all pins soldered well after oven.
Stencil have 1.4x0.5mm each used pin. Some pins are OK and bigger part of pins are not soldered to board.
Can anybody share experience about this problem?
By now adding more paste by ...
by alex9x
2025-03-30 8:05
Forum: Other
Topic: core1106 resources
Replies: 2
Views: 16812

core1106 resources

Hello!

Product page https://www.luckfox.com/Core1106 have this image

https://files.luckfox.com/wiki/img/devkit/Core11061408/Core11061408-details-11.jpg

Wiki of Core1106 have links to main pico resources. SDK on github have no any "core1106" text inside all repository.

Where I can find offered ...
by alex9x
2024-12-05 11:05
Forum: Luckfox Pico-RV1103/RV1106
Topic: hardware reset
Replies: 6
Views: 4767

Re: hardware reset

Hello!
Are you sure that before running last init.d script system will correctly close fs? Seems my answer is NO.
FS is only one that need to be correctly closed before reboot or shutdown. This is last step before sending hardware reset signal from os/kernel in unix.

Please, advise about read ...
by alex9x
2024-11-20 18:01
Forum: Luckfox Pico-RV1103/RV1106
Topic: hardware reset
Replies: 6
Views: 4767

Re: hardware reset

In a few words - need make daily hardware reset by disabling board power by external relay, for example each day in 2:00 AM.
By now I use script from cron for hardware reset:


#!/bin/sh
sync
sleep 2
echo default-on >/sys/class/leds/hw_reser/trigger


Led device named hw_reset connets PC817 with ...
by alex9x
2024-11-16 10:21
Forum: Luckfox Pico-RV1103/RV1106
Topic: hardware reset
Replies: 6
Views: 4767

Re: hardware reset

May be you don`t understand me, I need make some pin high before software kernel reset (it shows "reboot: Restarting system" message before reboot). Or make triggering one pin before this message (seems need look into kernel?). Some hardware duplication of software reset that will reset power line ...
by alex9x
2024-11-16 0:39
Forum: Luckfox Pico-RV1103/RV1106
Topic: hardware reset
Replies: 6
Views: 4767

hardware reset

Hello!

Need to make hardware reset of board and usb modem on it by switching relay with power.
(By default power goes from NC to COM contact on relay, then simple scheme with optocoupler and npn makes relay switch and board lost power and in a few seconds relay back to powering board.)

This work ...
by alex9x
2024-10-03 21:16
Forum: Luckfox Pico-RV1103/RV1106
Topic: microSD cards support
Replies: 1
Views: 2356

microSD cards support

Hello!
Pico Pro Max bootloader does not "see" SanDisk Ultra 32GB microSDHC UHS-I card with ubuntu image.
Does bootloader support cards more than 8GB? Does it support SDHC or SDXC card types?

Make all by wiki manual, no any errors on format or making sd in SocToolKit.

2GB card shows on boot

mmc ...