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

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

自制开源ESPHome通用蓝牙网关(ESP32)

  [复制链接]

2

主题

23

帖子

320

积分

中级会员

Rank: 3Rank: 3

积分
320
金钱
297
HASS币
0
发表于 2023-4-30 00:01:21 | 显示全部楼层
请问支持两个esp32当网关么?
回复

使用道具 举报

1

主题

31

帖子

248

积分

中级会员

Rank: 3Rank: 3

积分
248
金钱
217
HASS币
0
发表于 2023-5-8 17:25:48 | 显示全部楼层
牛的。学习学习
回复

使用道具 举报

11

主题

182

帖子

1362

积分

金牌会员

Rank: 6Rank: 6

积分
1362
金钱
1180
HASS币
0
发表于 2024-2-2 20:04:58 | 显示全部楼层
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2' requirements for your system 'linux_x86_64'



esp12.9 提示这个0.0
回复

使用道具 举报

11

主题

182

帖子

1362

积分

金牌会员

Rank: 6Rank: 6

积分
1362
金钱
1180
HASS币
0
发表于 2024-2-2 20:06:02 | 显示全部楼层
Awe7 发表于 2024-2-2 20:04
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2 ...

INFO ESPHome 2023.12.9
INFO Reading configuration /config/esphome/esp32c3ble.yaml...
WARNING The selected Arduino framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
WARNING The selected Arduino framework version is not the recommended one. If there are connectivity or build issues please remove the manual version.
INFO Generating C++ source...
INFO Compiling app...
Processing blegateway1 (board: esp32-c3-devkitm-1; framework: arduino; platform: https://github.com/tasmota/platform-espressif32/releases/download/v2.0.2.3/platform-espressif32-2.0.2.3.zip)
--------------------------------------------------------------------------------
Tool Manager: Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2
INFO Installing espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2-patch2' requirements for your system 'linux_x86_64'
回复

使用道具 举报

11

主题

182

帖子

1362

积分

金牌会员

Rank: 6Rank: 6

积分
1362
金钱
1180
HASS币
0
发表于 2024-2-2 20:29:14 | 显示全部楼层
Awe7 发表于 2024-2-2 20:06
INFO ESPHome 2023.12.9
INFO Reading configuration /config/esphome/esp32c3ble.yaml...
WARNING The s ...

换大大的提示配置
substitutions:
  # Name the device and it's entities
  device: ble_gateway
  device_name: blegateway3

esphome:
  name: $device_name
  comment: $device
  platformio_options:
    board_build.flash_mode: dio

esp32:
  board: esp32-c3-devkitm-1
  variant: ESP32C3
  framework:
    type: esp-idf

已经烧录好了,三个实体
回复

使用道具 举报

3

主题

97

帖子

1876

积分

金牌会员

Rank: 6Rank: 6

积分
1876
金钱
1779
HASS币
0
发表于 2024-2-29 23:20:08 | 显示全部楼层
感谢楼主,正好要用
回复

使用道具 举报

0

主题

54

帖子

251

积分

论坛积极会员

积分
251
金钱
197
HASS币
0
发表于 2024-3-5 09:04:50 | 显示全部楼层
Awe7 发表于 2024-2-2 20:04
UnknownPackageError: Could not find the package with 'espressif/toolchain-riscv32-esp @ 8.4.0+2021r2 ...

espreeif的git链接更新了,18行的链接换成这个试试:https://github.com/tasmota/platf ... orm-espressif32.zip
回复

使用道具 举报

7

主题

94

帖子

676

积分

论坛技术达人

积分
676
金钱
577
HASS币
30
发表于 2024-3-20 00:04:45 | 显示全部楼层
sunjx888 发表于 2024-3-5 09:04
espreeif的git链接更新了,18行的链接换成这个试试:https://github.com/tasmota/platform-espressif32/r ...

IDF 版本的在linux下会编译错误 目前判断是c++的原因

要这个版本才能正常编译
https://github.com/tasmota/platf ... orm-espressif32.zip
回复

使用道具 举报

11

主题

182

帖子

1362

积分

金牌会员

Rank: 6Rank: 6

积分
1362
金钱
1180
HASS币
0
发表于 2024-3-20 00:09:49 | 显示全部楼层
本帖最后由 Awe7 于 2024-3-20 00:18 编辑

老哥,,,能贴一个网口c3(模块是单独c3模块,不是9.9的合宙开发板)的蓝牙网关配置吗?
ethernet的配置已经测试,可用接入ha。
但是把配置文件贴到c3wifi的yami文件编译  不成功(已删除wifi部分配置)
ethernet:
  type: W5500
  clk_pin: GPIO02
  mosi_pin: GPIO03
  miso_pin: GPIO10
  cs_pin: GPIO7
  clock_speed: 16Mhz  
ps最新的esphome测试版 已支持w5500

引脚

引脚

ESP32­C3 系列芯片,RISC­V 单核处理器

ESP32­C3 系列芯片,RISC­V 单核处理器
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-4-28 03:42 , Processed in 0.056464 second(s), 31 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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