Mike.Li
Mike.Li
I'm building a robot which can do someting with voice and answer some question like Alexa. I know i can build a alexa custom skill to do that, but i...
/home/sky/esp/prj/esp-qcloud/src/provisioning/esp_qcloud_prov_ble.c: In function 'ble_event_callback': /home/sky/esp/prj/esp-qcloud/src/provisioning/esp_qcloud_prov_ble.c:208:9: error: implicit declaration of function 'esp_blufi_close'; did you mean 'esp_wifi_stop'? [-Werror=implicit-function-declaration] esp_blufi_close(server_if, conn_id); ^~~~~~~~~~~~~~~ esp_wifi_stop cc1: some warnings being treated as errors [1277/1305] Building C...
Hi, i want to use Devicehive on my project, which will server more than one hundred thousand equipment, can't Devicehive handle this? Did you make any real performance measures or...
platform: `centos7` ``` esp82xx-nonos-linklayer]$ make -f Makefile.arduino install make -f makefiles/Makefile.build-lwip2 \ target=arduino \ SDK=../.. \ LWIP_ESP=../../lwip/include \ LWIP_LIB=liblwip2.a \ LWIP_LIB_RELEASE=../../lib/liblwip2.a \ LWIP_INCLUDES_RELEASE=../include \ TOOLS=../../../xtensa-lx106-elf/bin/xtensa-lx106-elf- \ TCP_MSS=536 BUILD=build-536 \ install...
Is the code still working on stm32? if i want to porting u code to my stm board, what should i do?