Search found 10 matches

by rillhu
Tue Apr 21, 2020 12:49 pm
Forum: General Discussion
Topic: esp32 homekit
Replies: 0
Views: 2974

esp32 homekit

Do we have official homekit SDK? I modified one from younghyunjo, which is not working on my esp32 devkitc/wrover-kit. It can work. However, sometimes it has no any response to my iPhone. And I have no energy to find out why. So if we can have a official one, it would be very appreciated. my repo is...
by rillhu
Wed Apr 08, 2020 12:31 pm
Forum: ESP Cloud 中文讨论版
Topic: 这里没有人讨论下homekit吗?
Replies: 1
Views: 46795

这里没有人讨论下homekit吗?

参考younghyunjo/esp32-homekit,发现他可能基于的ESP-IDF太老了,编译烧写后WiFi启动不了,我基于ESP-IDF3.3修改了以下,目前可以运行
https://github.com/rillhu/esp32-homekit.git

但是没有更多homekit的资料,深入理解比较麻烦,不知道有没有大佬可以分享一些资料?
谢谢先
by rillhu
Mon Mar 30, 2020 1:00 pm
Forum: ESP-IDF
Topic: Partition table error?
Replies: 8
Views: 18474

Re: Partition table error?

load:0x40080400,len:6680 entry 0x40080760 I (60) boot: ESP-IDF v4.0-dev-217-g5b2247df2-dirty 2nd stage bootloader I (60) boot: compile time 13:56:56 I (62) boot: Enabling RNG early entropy source... I (67) boot: SPI Speed : 40MHz I (71) boot: SPI Mode : DIO I (75) boot: SPI Flash Size : 4MB I sugges...
by rillhu
Sat Mar 28, 2020 4:40 pm
Forum: ESP-IDF 中文讨论版
Topic: esp32 onenet mqtt
Replies: 0
Views: 4502

esp32 onenet mqtt

中国移动的onenet作为支持多协议的物联网平台,其实挺好用的,对MQTT支持也好。 但搜遍了github,也没有发现使用新版esp-idf自带的mqtt库连接onenet的例子,于是自己做了一个。 https://github.com/rillhu/esp32-onenet-mqtt - ESP-IDF Based on ESP-IDF Release v3.3 (LTS) ,Documentation for release v3.3 is available at https://docs.espressif.com/projects/esp-idf/en/v3.3/ This arch...
by rillhu
Sun Mar 22, 2020 3:22 pm
Forum: ESP Cloud 中文讨论版
Topic: 关于aliyun mqtt例程接入错误
Replies: 6
Views: 65326

Re: 关于aliyun mqtt例程接入错误

我估计你没有执行make chip=esp32 defconfig
这个会自动配置partition
by rillhu
Mon May 14, 2018 8:37 am
Forum: General Discussion
Topic: HTTP Client for ESP32
Replies: 0
Views: 4340

HTTP Client for ESP32

Hi All, I port the HTTP client to ESP32 written by https://github.com/langhai/http-client-c.git. I change some bugs about the memory managerment. But I still think it might be potential issues. I share the project here, you could use it and report bugs. Thanks! https://github.com/rillhu/esp32-http-c...
by rillhu
Fri May 19, 2017 9:56 am
Forum: General Discussion
Topic: WiFi init ERROR
Replies: 1
Views: 5109

WiFi init ERROR

My esp32 alway print below info if I enable wifi, could someone tell does it means the ESP32's wifi is broken? I (1559) wifi: wifi firmware version: 224c254 I (1559) wifi: config NVS flash: enabled I (1563) wifi: config nano formating: disabled W (1570) wifi: wifi_nvs_set fail, index=3 ret=4357 E (1...
by rillhu
Sun May 07, 2017 11:25 am
Forum: General Discussion
Topic: How to apply airkiss for ESP32?
Replies: 1
Views: 5317

How to apply airkiss for ESP32?

Hi all, I really need some help here. I know that we can use weChat airkiss tech to config Wifi for ESP32. But how can we let weChat find the ESP32? I mean there is no airkiss static lib for ESP32, so how can we do following steps like esp8266, such as let weChat find the ESP32 device, and let weCha...
by rillhu
Sun May 07, 2017 11:00 am
Forum: General Discussion
Topic: ESP32 SmartConfig issue
Replies: 2
Views: 6758

Re: ESP32 SmartConfig issue

I guess if you clone the latest esp-id and use below example code, the smartconfig should work.
https://github.com/icamgo/esp-idf/tree/ ... martconfig
by rillhu
Fri Apr 21, 2017 5:49 am
Forum: ESP-IDF
Topic: wifi: incorrect scan type:1073420668
Replies: 0
Views: 3154

wifi: incorrect scan type:1073420668

When I use smartconfig for ESP32, I always get the wifi error: [0;32mI (3670) smartconfig: SC version: V2.6.3[0m W (3670) wifi: incorrect scan type: 1073420668 E (5356) wifi: err1,exceed max timer value My code is listed as below: void smartconfig_done(smartconfig_status_t status, void *pdata) { swi...

Go to advanced search