『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
楼主: XCray

[修仙教程] 【教程】2023.10版本带来的高价值新特性:蓝牙直接跟踪iPhone

  [复制链接]

3

主题

172

帖子

1054

积分

金牌会员

Rank: 6Rank: 6

积分
1054
金钱
882
HASS币
0
发表于 2023-10-16 22:37:52 | 显示全部楼层
zonglong 发表于 2023-10-15 18:37
ESP32C3 正常
合宙版要用合宙版的 bootloader
我是用 esptool 烧的

大佬 有空的时候参数和文件能不能借鉴一下
回复

使用道具 举报

0

主题

104

帖子

815

积分

高级会员

Rank: 4

积分
815
金钱
711
HASS币
0
发表于 2023-10-17 00:54:08 | 显示全部楼层
sunquanqing 发表于 2023-10-7 14:49
安卓系的 有没有好方案?(手机安装app,持续发信号的除外)

可以试试openwrt的ubus
https://www.home-assistant.io/integrations/ubus/
回复

使用道具 举报

2

主题

135

帖子

2286

积分

金牌会员

Rank: 6Rank: 6

积分
2286
金钱
2151
HASS币
0
发表于 2023-10-17 00:57:36 | 显示全部楼层
silang521 发表于 2023-10-16 22:37
大佬 有空的时候参数和文件能不能借鉴一下

esptool.py --port /dev/cu.usbmodem14301 write_flash -z 0x0000 build/esp32c3/bootloader.bin 0x8000 build/esp32c3/partitions.bin 0xe000 build/boot_app0.bin 0x10000 build/esp32c3.bin
回复

使用道具 举报

3

主题

172

帖子

1054

积分

金牌会员

Rank: 6Rank: 6

积分
1054
金钱
882
HASS币
0
发表于 2023-10-17 06:58:22 | 显示全部楼层
zonglong 发表于 2023-10-17 00:57
esptool.py --port /dev/cu.usbmodem14301 write_flash -z 0x0000 build/esp32c3/bootloader.bin 0x8000  ...

大佬 bootloader.bin partitions.bin boot_app0.bin 这三个文件从哪下载的?
回复

使用道具 举报

2

主题

135

帖子

2286

积分

金牌会员

Rank: 6Rank: 6

积分
2286
金钱
2151
HASS币
0
发表于 2023-10-17 08:46:09 | 显示全部楼层
silang521 发表于 2023-10-17 06:58
大佬 bootloader.bin partitions.bin boot_app0.bin 这三个文件从哪下载的?

https://github.com/ESPresense/ES ... ster/static/esp32c3
回复

使用道具 举报

3

主题

108

帖子

464

积分

中级会员

Rank: 3Rank: 3

积分
464
金钱
356
HASS币
0
发表于 2023-10-17 10:50:26 | 显示全部楼层
lensam 发表于 2023-10-6 13:10
中年男人不太敢设置跟踪功能

哈哈,反正老婆是小白,他也不会啊
回复

使用道具 举报

3

主题

172

帖子

1054

积分

金牌会员

Rank: 6Rank: 6

积分
1054
金钱
882
HASS币
0
发表于 2023-10-17 12:47:46 | 显示全部楼层
zonglong 发表于 2023-10-17 08:46
https://github.com/ESPresense/ESPresense.github.io/tree/master/static/esp32c3

大佬 是不是单独把bootloader.bin替换成合宙的就行?
回复

使用道具 举报

3

主题

172

帖子

1054

积分

金牌会员

Rank: 6Rank: 6

积分
1054
金钱
882
HASS币
0
发表于 2023-10-17 23:05:41 | 显示全部楼层
zonglong 发表于 2023-10-17 08:46
https://github.com/ESPresense/ESPresense.github.io/tree/master/static/esp32c3

还是不正常esptool.exe --port COM5 write_flash -z 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 esp32c3.bin  用合宙的bootloader.bin加https://github.com/ESPresense/ES ... ster/static/esp32c3这个下载的boot_app0.bin partitions.bin和用合宙的partitions.bin bootloader.bin 还有https://github.com/ESPresense/ES ... ster/static/esp32c3直接下载的3个文件都测试啦,都不行,各种错误,串口最明显的错误如下:[2023-10-17 23:05:08.931] Pre-Setup Free Mem: 255908
[2023-10-17 23:05:08.932] [   169][E][esp32-hal-misc.c:128] disableCore0WDT(): Failed to remove Core 0 IDLE task from WDT
[2023-10-17 23:05:08.977] [   213][E][SPIFFS.cpp:114] format(): Formatting SPIFFS failed! Error: -1
[2023-10-17 23:05:08.978] [   213][E][SPIFFS.cpp:89] begin(): Mounting SPIFFS failed! Error: -1
[2023-10-17 23:05:08.978] Setup network
[2023-10-17 23:05:08.978] [   225][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:08.978] [   225][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:08.980] [   227][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.009] [   232][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.009] [   238][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.011] [   243][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.011] [   249][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.011] [   254][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.041] [   260][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.041] [   265][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.041] [   271][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.043] [   277][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.043] [   282][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.043] [   288][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.071] [   293][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.071] [   299][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.075] [   304][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.075] [   310][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.075] [   316][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.075] [   321][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.103] [   327][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.103] [   332][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.105] [   338][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.105] [   343][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.105] [   349][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.111] [   354][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.113] [   360][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.149] [   365][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.149] [   371][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.149] [   377][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.153] [   382][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.153] [   388][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.153] [   393][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.153] [   399][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.161] [   404][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.181] [   410][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.183] [   416][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.183] [   421][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.183] [   427][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.187] [   432][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.191] [   438][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.212] [   443][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.214] [   449][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.214] [   454][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.214] [   460][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.218] [   465][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.242] [   471][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.244] [   477][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.244] [   483][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.244] [   488][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.247] [   493][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.275] [   499][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.275] [   504][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.277] [   510][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.277] [   516][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.277] [   521][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.280] [   527][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.306] [   532][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.308] [   538][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.308] [   543][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.308] [   549][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.308] [   554][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.337] [   560][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.337] [   566][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.340] [   571][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.340] [   577][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.340] [   582][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.340] [   588][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.368] [   593][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.368] [   599][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.371] [   604][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.371] [   610][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.371] [   615][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.377] [   621][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.400] [   627][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.402] [   632][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.402] [   638][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.402] [   643][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.406] [   649][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.431] [   654][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.431] [   660][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.434] [   665][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.434] [   671][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.434] [   677][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.437] [   682][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.463] [   688][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.463] [   693][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.466] [   699][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.466] [   704][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.466] [   710][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.495] [   715][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.495] [   721][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.498] [   727][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.498] [   732][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.498] [   738][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.500] [   743][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:09.500] First contact!
[2023-10-17 23:05:09.500]
[2023-10-17 23:05:09.572] Starting access point for configuration portal.
[2023-10-17 23:05:09.574] SSID: 'espresense-984d74'
[2023-10-17 23:05:10.084] IP: 192.168.4.1
[2023-10-17 23:05:20.175] 15 WiFi networks found.
[2023-10-17 23:05:20.206] [ 11435][E][vfs_api.cpp:24] open(): File system is not mounted
[2023-10-17 23:05:20.206] [ 11437][E][vfs_api.cpp:24] open(): File system is not mounted
希望大佬指点一二
回复

使用道具 举报

2

主题

135

帖子

2286

积分

金牌会员

Rank: 6Rank: 6

积分
2286
金钱
2151
HASS币
0
发表于 2023-10-18 08:47:33 | 显示全部楼层
SPIFFS failed 问题,有遇过,但忘了怎么解了。
你 先 erase flash 再 write 试试
回复

使用道具 举报

3

主题

45

帖子

372

积分

中级会员

Rank: 3Rank: 3

积分
372
金钱
327
HASS币
0
发表于 2023-10-18 11:57:21 | 显示全部楼层
本帖最后由 leotantantan 于 2023-10-18 12:04 编辑

大佬, HAOS装在树莓派上的还需要esp设备吗, 可不可以直接连?, 不好意思, 这个蠢问题好像有人问过了, 我研究一下怎么直接连, ignore me
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-5-13 18:36 , Processed in 0.055418 second(s), 31 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表