Search found 15 matches

by aih5165
Mon Sep 25, 2017 12:15 pm
Forum: General Discussion
Topic: UART_PIN_NO_CHANGE
Replies: 1
Views: 3656

UART_PIN_NO_CHANGE

what's mean about UART_PIN_NO_CHANGE?
is it to say PIN not use,connect to no phy pin?
by aih5165
Fri Sep 22, 2017 5:17 pm
Forum: General Discussion
Topic: ota failed
Replies: 0
Views: 2529

ota failed

I (38592) ota:: Have written image length 294993
I (38652) ota:: Have written image length 296017
I (38662) ota:: Have written image length 296429
I (38662) ota:: Have written image length 297453
Guru Meditation Error of type LoadProhibited occurred on core 1. Exception was unhandl???HH
by aih5165
Sun Sep 17, 2017 1:13 pm
Forum: General Discussion
Topic: uart2 cannot send
Replies: 1
Views: 3444

uart2 cannot send

while(1)
{
//Read data from UART
int len = uart_read_bytes(UART_NUM_2, data, BUF_SIZE, 20 / portTICK_RATE_MS);
//Write data back to UART
u2buf[0] = 0x01;
u2buf[1] = 0x03;
u2buf[2] = 0x04;
u2buf[3] = 0x1A;
u2buf[4] = 0x00;
u2buf[5] = 0x2A;
u2buf[6] = 0xE4;
u2buf[7] = 0xE2;
uart_write ...
by aih5165
Tue Sep 12, 2017 12:08 pm
Forum: General Discussion
Topic: OTA erro:E (26646) esp_ota_ops: not found ota data
Replies: 2
Views: 8257

OTA erro:E (26646) esp_ota_ops: not found ota data

How can I do with this?

I (26646) ota: Starting OTA example...
E (26646) esp_ota_ops: not found ota data
assertion "configured == running" failed: file "G:/esp32/msys32/home/chengh/esp/gsc/user/ota.c", line 199, function: ota_ex
mple_task
abort() was called at PC 0x400d1d13 on core 0
0x400d1d13 ...
by aih5165
Sun Sep 10, 2017 3:43 pm
Forum: General Discussion
Topic: how to clear watchdog by hand?
Replies: 1
Views: 3486

how to clear watchdog by hand?

how to clear watchdog by hand if I have a mission to wait before freeos task run ?
I have a exception caused by delay too long and hint me watchdog reboot?
by aih5165
Sat Sep 09, 2017 3:32 pm
Forum: General Discussion
Topic: how to user UART1 without config cts rts PIN,
Replies: 2
Views: 4906

Re: how to user UART1 without config cts rts PIN,

how to user UART1 without cts rts PINs connect,I am run outof PINS,only a few pins left
by aih5165
Sat Sep 09, 2017 3:22 pm
Forum: General Discussion
Topic: how to user UART1 without config cts rts PIN,
Replies: 2
Views: 4906

how to user UART1 without config cts rts PIN,

how to user UART1 without config cts rts PIN,I am run outof PINS,only a few pins left
by aih5165
Tue Sep 05, 2017 8:11 am
Forum: General Discussion
Topic: how to set CTS RTS no connect
Replies: 1
Views: 4564

how to set CTS RTS no connect

file:

#define ECHO_TEST_TXD (16)
#define ECHO_TEST_RXD (17)
#define ECHO_TEST_RTS (2)
#define ECHO_TEST_CTS (15)

uart_set_pin(uart_num, ECHO_TEST_TXD, ECHO_TEST_RXD, ECHO_TEST_RTS, ECHO_TEST_CTS);

question:
if here have set ECHO_TEST_RTS, ECHO_TEST_CTS,
can we re define these two pins: ECHO_TEST ...
by aih5165
Tue Sep 05, 2017 1:59 am
Forum: General Discussion
Topic: how to creat/start socket && recv && send in STA+AP both exist mode
Replies: 0
Views: 2549

how to creat/start socket && recv && send in STA+AP both exist mode

Could you please send me a sample in mode STA+AP both exist mode?
the sample likely contains task of AP and task of STA,
my email address: 48724190@qq.com
by aih5165
Tue Sep 05, 2017 1:40 am
Forum: General Discussion
Topic: how to add other xTaskCreate when fisrt call smartconfig
Replies: 2
Views: 4387

Re: how to add other xTaskCreate when fisrt call smartconfig

yes that's right 3q very much ,it realy help me

Go to advanced search