Search found 95 matches

by roctwo
Mon Apr 17, 2017 9:17 am
Forum: General Discussion
Topic: How to set esp32 to 802.11n?
Replies: 1
Views: 4794

How to set esp32 to 802.11n?

How to set esp32 to 802.11n?
by roctwo
Sat Apr 08, 2017 1:02 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi dear,
After the program adjustment yesterday,the GPIO12/13/14/15 not be used now and the JTAG can normally build breakpoints,Thank you very much for your help these days~

thanks for your help,
regards,
Alisa
by roctwo
Fri Apr 07, 2017 1:06 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi dear,
Pls review the esp-wrover-kit connection as attchment. To enable the JTAG function, I use shorting jumpers on JP8 (JTAG) for TMS、TDO、TDI、TCK、GND.
By the way,the GPIO12、GPIO13、GPIO14、GPIO15 can be reused?I may be use these GPIO to connect Camera.
by roctwo
Thu Apr 06, 2017 3:38 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi dear,
The output of OpenOCD as attachment,pls help to review,thanks~
by roctwo
Thu Apr 06, 2017 1:57 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi dear, After yesterday debugging,I get this wrong message as below: Remote debugging using localhost:3333 0x00000000 in ?? () (gdb) b app_main Breakpoint 1 at 0x401085f4:file app_main.c,line 35 (gdb)c Continuing. Warning: Cannot insert breakpoint1. Cannot access memory at address 0x401085f4 Is the...
by roctwo
Wed Apr 05, 2017 8:41 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

Re: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi dear, You are right,the OpenOCD process is not running,I run the OpenOCD commend"./src/openocd -s ./tcl -f ./esp.cfg" again,it show"Remote debugging using localhost:3333",but it may be has another question as below: Remote debugging using localhost:3333 Ignoring packet error,continuing... warning...
by roctwo
Wed Apr 05, 2017 7:06 am
Forum: General Discussion
Topic: when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."
Replies: 13
Views: 20623

when use ESP-WROVER-KIT,always getting the message"Localhost:3333:Connection timed out."

Hi, I want to use ESP-WROVER-KIT to do JTAG debugging for ESP32,when I OpenOCD,run the command"xtensa-esp32-elf-gdb -ex 'target remote localhost:3333' ./build/app-template.elf",always getting the wrong mesagge"localhost:3333: Connection timed out." What am I missing ? Maybe some access right ? thank...
by roctwo
Sat Apr 01, 2017 12:53 am
Forum: General Discussion
Topic: I use I2S DMA way to collect data from camera.More or less a pixel randomly occured when wifi is connecting.
Replies: 5
Views: 8234

Re: I use I2S DMA way to collect data from camera.More or less a pixel randomly occured when wifi is connecting.

I use I2S DMA way to collect data from camera. Wifi is connecting,according my investigation,when esp32 collects data from camera ,more or less a pixel occured randomly. I can almost guarantee you its the DMA controller. Same problem of random bytes being changed in the SPI Driver ONLY when used wi...
by roctwo
Fri Mar 31, 2017 3:01 am
Forum: ESP-IDF
Topic: minicom can't connect serial port (UART)?
Replies: 8
Views: 14183

Re: minicom can't connect serial port (UART)?

Hi,dear
Very appreciated your proposal,this problem be resolved this morning,thanks very much~
by roctwo
Fri Mar 31, 2017 12:12 am
Forum: General Discussion
Topic: I use I2S DMA way to collect data from camera.More or less a pixel randomly occured when wifi is connecting.
Replies: 5
Views: 8234

Re: I use I2S DMA way to collect data from camera.More or less a pixel randomly occured when wifi is connecting.

My first thought would be: what are the impedances on your lines? WiFi drains a fair amount of power and can spread out a fair bit of EMF. If the lines to your camera are too long, not properly specced or otherwise easily influenced, you can get weirdness like this. Wiring is very short, and has ve...