嘉立创开源广场地址:F1_ESP32库仑计_远程开关_功率计 – 立创开源硬件平台 以下内容摘自立创开源广场 项目简介 采用ESP32制作的库仑计、远程开关、功率计;可以用于远程电池组监测、功率监测、远程开关、电池保护板数据 Read the rest of this entry
Archive for 2026
[我的日志] 我的github仓库分类整理
1、项目名:ESP8266 远程功率监测 INA226 嘉立创地址:ESP8266远程功率监测INA226 2路输出控制、防倒灌 – 立创开源硬件平台 github仓库地址:https://github.com/sunliguo2020/ESP8266-INA226-Remote-Power-Monitor.git 2、项目名:2、电动车100V 嘉立创 Read the rest of this entry
[物联网] ESP32 进入下载(烧录)模式完整方法
ESP32 进入下载(烧录)模式完整方法 核心原理 ESP32 复位(EN 引脚上升沿瞬间)检测到 GPIO0 为低电平,就会进入 UART 下载模式;GPIO0 高电平则正常运行 Flash 程序Espressif Systems。 引脚定义: GPIO0 = BOOT 按键(启动选择脚) EN(CHIP Read the rest of this entry
[我的日志] 摇头灯电源维修
PFC芯片是ncp1653A 一开始检测,只有保险烧了。 测量1653A的8脚电压是15V,7脚驱动输出是14多。 由于串着灯泡,灯泡一直闪,也没敢跳过灯泡。 买了新芯片后,发现7脚输出还是很高。再换上旧芯片后,发现7脚没有输出驱动,但是 Read the rest of this entry
[物联网] esp-idf 环境安装
在复刻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
重新焊接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
更换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
方法一:使用 dd 命令手动分割 root@3865u:/home/sunliguo# binwalk RG-S2928G.bin DECIMAL HEXADECIMAL DESCRIPTION —————————————————————————& Read the rest of this entry
[我与嘉立创] nand_programmer编程器
复刻自嘉立创开元广场:nand_programmer编程器 – 立创开源硬件平台 – 深圳创电优选科技有限公司 简介:NANDO是基于STM32的NAND开源编辑器,来自https://github.com/bbogush/nand_programmer。 核心芯片:STM32F103 刷机软件:STM32CubeProgrammer Read the rest of this entry