Search found 12 matches

by tangqingcai
Mon Jun 10, 2019 9:22 am
Forum: General Discussion
Topic: ROM Serial Bootlader
Replies: 3
Views: 4227

Re: ROM Serial Bootlader

hello fgerenli ;
you say you will "give a try with a new function to read the new binary from UART " ?
is there achieved?
i have an idea about esp32 connect to MCU(like STM32) via UART;
then i want to upgrade esp32 firmware by STM32 via UART in bootloader step;
perhaps it is same to your function;
by tangqingcai
Tue May 14, 2019 3:49 am
Forum: General Discussion
Topic: create a tcp server in multiple-task similar with AT+CIPSERVER command
Replies: 0
Views: 2209

create a tcp server in multiple-task similar with AT+CIPSERVER command

platform:esp32 esp-idf version:v3.1 I want to write a test case in esp32,it is similar with AT+CIPSERVER command; And i create two tasks, taskA and taskB . taskA is used to control wifi connection and socket_listen=socket() ,bind(socket_listen), listen(socket_listen,5) And then taskB is used to acce...
by tangqingcai
Mon May 13, 2019 8:35 am
Forum: General Discussion
Topic: tcp_server example not able to reconnect the server after disconnect
Replies: 25
Views: 31723

Re: tcp_server example not able to reconnect the server after disconnect

Update my test; Added code close(listen_sock);after close(sock); its work well too; but i have a question,i print out listen_sock ,it will be increased in every cycle; Is it correctly? Because i have been closed it in the end of cycle;I think the listen_sock will be released. I (3114) example: Conne...
by tangqingcai
Mon May 13, 2019 8:08 am
Forum: General Discussion
Topic: tcp_server example not able to reconnect the server after disconnect
Replies: 25
Views: 31723

Re: tcp_server example not able to reconnect the server after disconnect

hi,mikemoy and axellin ; About your answer,you just move while(1) to listen above; This modify do not close listen_socket and do not need to recreate new listen_socket, do not need to re-bind ,so you could work well in this case. But if you need to change your PORT to other, this modify is not helpf...
by tangqingcai
Fri Jul 27, 2018 7:20 am
Forum: ESP-IDF
Topic: Extremely slwo build time in eclipse (not in MSYS)
Replies: 6
Views: 8896

Re: Extremely slwo build time in eclipse (not in MSYS)

mark;
Does anyone have resolved this problem?
by tangqingcai
Fri Mar 23, 2018 9:30 am
Forum: ESP-IDF
Topic: [Answered] Virtual File System: Returning an error code ...
Replies: 4
Views: 7013

Re: [Answered] Virtual File System: Returning an error code ...

ahaha;
thank you very much ,WiFive;
it is all of the standard C library file operation functions;
by tangqingcai
Fri Mar 23, 2018 6:28 am
Forum: ESP-IDF
Topic: [Answered] Virtual File System: Returning an error code ...
Replies: 4
Views: 7013

Re: [Answered] Virtual File System: Returning an error code ...

hi,could you tell me something about file operation in esp32-idf;
i mean that there are some examples in esp32-idf;
but i can not understand how fopen,fprintf,fget,fclose worked;
i do not find the source code;
so i want to know where is the introduction about esp32-idf's file operation api;
by tangqingcai
Mon Feb 26, 2018 3:09 am
Forum: General Discussion
Topic: Build errors at Makefile.projbuild
Replies: 4
Views: 6549

Re: Build errors at Makefile.projbuild

hi friend rwel59:
i met the same problem with you;but i run mingw32.exe in folder msys32/ ;
and input make all;then it makes successful;
hope it could help you;
by tangqingcai
Mon Apr 17, 2017 3:13 am
Forum: General Discussion
Topic: esp32 bluetooth4.2 control command
Replies: 1
Views: 3338

Re: esp32 bluetooth4.2 control command

is there anyone could help me ?
by tangqingcai
Tue Apr 11, 2017 3:49 am
Forum: General Discussion
Topic: esp32 bluetooth4.2 control command
Replies: 1
Views: 3338

esp32 bluetooth4.2 control command

hi,is there anyone used at-command to control esp32 bluetooth ?
i read the esp32 spec,its wifi control command is at-command,its the same as esp8266;
but i do not find the bluetooth control command ,is it at-command too?
or its have anyother control command?
please tell me ,thanks;