会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Eash、
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2021年9月13日
keil编译生成bin文件的方法
摘要: fromelf --bin -o "$L@L.bin" "#L"
阅读全文
posted @ 2021-09-13 08:55 Eash、
阅读(142)
评论(0)
推荐(0)
2021年6月18日
python 虚拟环境virtualenv
摘要: https://www.cnblogs.com/freely/p/8022923.html
阅读全文
posted @ 2021-06-18 17:00 Eash、
阅读(31)
评论(0)
推荐(0)
2021年2月6日
RT_Thread GD32F303 片上flash使用fal组件
摘要: 片上flash加载fal的文章很多,就不多做赘述,我参考的链接 https://www.cnblogs.com/Monarch-T/p/12557936.html 唯一不一样的是,没有drv_flash_f7.c,要自己写。 drv_flash_f4.c #include "board.h" #in
阅读全文
posted @ 2021-02-06 11:05 Eash、
阅读(1746)
评论(3)
推荐(1)
2021年2月1日
esp8266 deepsleep唤醒不工作打印
摘要: 唤醒功能需要飞线,把RST跟GPIO16连接在一起
阅读全文
posted @ 2021-02-01 17:59 Eash、
阅读(383)
评论(0)
推荐(0)
2021年1月27日
5V 电源 适配器 空载耗电量 自身电量 消耗功率
摘要: 适配器会消耗多少电? 很有趣的问题! 一般杂牌,转换效率在70%,也就是接着1w负载,实际上要多出0.4w消耗。 空载时,标准是小于150mw,杂牌往往高于这个值。
阅读全文
posted @ 2021-01-27 17:15 Eash、
阅读(995)
评论(0)
推荐(0)
2021年1月19日
keil 更换jlink脚本版本
摘要: 找到jlink驱动下的JLinkARM.DLL文件 将 Keil_v5\ARM\Segger\JLinkARM.DLL替换
阅读全文
posted @ 2021-01-19 09:15 Eash、
阅读(1532)
评论(0)
推荐(0)
2021年1月5日
ESP8266 NONOS SmartConfig配网(安信可公众号配网)
摘要: user_main.c(删减) #include "smartconfig.h" void ICACHE_FLASH_ATTR smartconfig_done(sc_status status, void *pdata) { switch (status) { //连接未开始,请勿在此阶段开始连接
阅读全文
posted @ 2021-01-05 17:12 Eash、
阅读(725)
评论(0)
推荐(0)
2020年6月21日
windows安装esp开发环境
摘要: https://www.bilibili.com/video/BV1m4411X75e
阅读全文
posted @ 2020-06-21 14:58 Eash、
阅读(398)
评论(0)
推荐(0)
2020年6月15日
linux汇总
摘要: VMware中的ubuntu虚拟机开机黑屏,无法打开桌面 https://blog.csdn.net/what_about_us/article/details/81207926 解决Linux安装 VMware tools 工具的方法 https://jingyan.baidu.com/artic
阅读全文
posted @ 2020-06-15 13:23 Eash、
阅读(135)
评论(0)
推荐(0)
2020年5月19日
micropython ESP8266 生成bin文件的一种方法
摘要: 1. pip install esptool 2. esptool.py port COM15 b 460800 read_flash 0x0 0x100000 dump.bin 运行情况 后面一大片ff就是未被使用的空间,可以手动删掉这部分保证烧写速度(有更好的方法请指点) 那么问题来了,这么轻易
阅读全文
posted @ 2020-05-19 13:54 Eash、
阅读(1283)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告