Archive for 2026

[我的日志] 摇头灯电源维修

2026.6 6

PFC芯片是ncp1653A 一开始检测,只有保险烧了。 测量1653A的8脚电压是15V,7脚驱动输出是14多。 由于串着灯泡,灯泡一直闪,也没敢跳过灯泡。 买了新芯片后,发现7脚输出还是很高。再换上旧芯片后,发现7脚没有输出驱动,但是 Read the rest of this entry

[物联网] esp-idf 环境安装

2026.5 25

在复刻ESP32C3_4.2寸鱼鹰全反射类墨水屏的时候,需要用到esp-idf。 很多地方都是推荐离线安装,下载了2个离线文件。 esp-idf-tools-setup-offline-5.5.4.exe eim-gui-windows-x64.exe 和archive_v5.5.4_windows-x64.zst eim-gui-windows-x64.exe 是 esp… Read the rest of this entry

[我的日志] 重新焊接nand flash

2026.5 9

重新焊接nand flash后,出现如下提示: System bootstrap … Nor Flash ID: 0x0102164D, SIZE: 8388608Bytes Using 300.000 MHz high precision timer. Press Ctrl+B to enter Boot Menu ….. Load Ctrl Program … … Read the rest of this entry

[电子技术] RG-S2928G-E更换nand

2026.5 8

更换nand flash后,提示错误: dconf: [system.cpld_address_bits] = not found dconf: [system.cpld_test_addr0] = not found dconf: [system.cpld_test_addr1] = not found System bootstrap … Nor Flash ID: 0x… Read the rest of this entry

[电子技术] 使用binwalk提取固件中的Uboot

2026.5 4

方法一:使用 dd 命令手动分割 root@3865u:/home/sunliguo# binwalk RG-S2928G.bin DECIMAL HEXADECIMAL DESCRIPTION —————————————————————————& Read the rest of this entry

[我与嘉立创] 点焊笔

2026.5 4

复刻自电模之家的点焊笔 Read the rest of this entry

[我与嘉立创] nand_programmer编程器

2026.5 3

复刻自嘉立创开元广场:nand_programmer编程器 – 立创开源硬件平台 – 深圳创电优选科技有限公司 简介:NANDO是基于STM32的NAND开源编辑器,来自https://github.com/bbogush/nand_programmer。 核心芯片:STM32F103 刷机软件:STM32CubeProgrammer Read the rest of this entry

[日常维修] 锐捷RG-S2928G-E维修

2026.5 3

故障现象: 能正常开机启动,启动后,不接网线。后台显示1-8口up,8-16口接网线后不亮灯。17-24口正常。 交换机启动日志: System bootstrap … Nor Flash ID: 0x0102164D, SIZE: 8388608Bytes Using 300.000 MHz high precision timer. Press Ctrl+B to … Read the rest of this entry

[我的日志] 烙铁支架

2026.4 19

在嘉立创cnc免费做的烙铁支架,只付个运费就可以了。 Read the rest of this entry

[Arduino] 如何在 Arduino Nano上安装 GRBL

2026.4 13

复刻星光雕刻机的时候,使用教程的xloader,上传固件一直提示uploading。 开始怀疑是bootloader没有刷上,联系了客服,发现可以使用Arduino ide 刷上blink程序。 那就不是bootloader的问题,客服还提示可能是ATmega328PB不支持xloader。也就 Read the rest of this entry