Search found 18 matches

by js1234
Mon Aug 28, 2017 12:06 pm
Forum: General Discussion
Topic: JTAG debuggers
Replies: 26
Views: 34413

Re: JTAG debuggers

The interesting thing is that it still is working to step through with the gdb console.

I could read out a variable, but I am not sure if it has the correct value. The gdb crashed then...
by js1234
Mon Aug 28, 2017 7:25 am
Forum: General Discussion
Topic: JTAG debuggers
Replies: 26
Views: 34413

Re: JTAG debuggers

There was an issue with default LWS config that one of JTAG pins was used as a GPIO. Have you changed that GPIO setting? Yes I changed the pin to pin 16: In the file components/bootloader/Kconfig.projbuild I set the default to pin 16. config BOOTLOADER_FACTORY_BUTTON_GPIO int "GPIO for Force Factor...
by js1234
Thu Aug 24, 2017 1:09 pm
Forum: General Discussion
Topic: JTAG debuggers
Replies: 26
Views: 34413

Re: JTAG debuggers

Hello, I got a similiar issue. I am using the lws-template app from lws. Shown in openocd console output: Error: cpu0: esp32_fetch_all_regs (line 234): DSR (8011CC13) indicates DIR instruction generated an exception! Info : Target halted. PRO_CPU: PC=0x40081164 (active) APP_CPU: PC=0x400D2B56 Error:...
by js1234
Thu Jul 13, 2017 3:15 pm
Forum: General Discussion
Topic: custom components and include files
Replies: 6
Views: 27632

Re: custom components and include files

I found my mistake...

I need to include "MdnsHandler.h" not "MDNSHandler.h"
by js1234
Thu Jul 13, 2017 3:02 pm
Forum: General Discussion
Topic: custom components and include files
Replies: 6
Views: 27632

Re: custom components and include files

Hello I have a similiar problem: I have a project with following Makefile. The Components that I want to add to the project are in a different directory (see Makefile): (I use libwebsockets as well) # # This is a project Makefile. It is assumed the directory this Makefile resides in is a # project s...
by js1234
Thu Jun 08, 2017 12:19 pm
Forum: ESP-IDF
Topic: BLE transmit power - how to set?
Replies: 4
Views: 10991

Re: BLE transmit power - how to set?

Hi,

any update on this?

Best regards
by js1234
Wed May 31, 2017 1:18 pm
Forum: ESP-IDF
Topic: Ip Connectivity Windows 10 unstable
Replies: 2
Views: 5356

Re: Ip Connectivity Windows 10 unstable

This worked for me: 1. Right click the wireless icon in the bottom left of Windows 10 taskbar. 2. Choose Open Network and Sharing Center. 3. Select Change adapter settings on the left side. 4. Right click your wireless connection that is having latency issues and choose Properties. 5. Click Configur...
by js1234
Wed May 31, 2017 1:16 pm
Forum: ESP-IDF
Topic: iconv conversion wstring -> utf8
Replies: 0
Views: 3747

iconv conversion wstring -> utf8

Im trying to use iconv functions to convert from wstring to UTF-8. iconv_open("UTF-8","W_CHAR"); The compiler finds the header and the function. But the linker cant find it: undefined reference to `iconv_open' It seems it is not implemented yet. Does anyone have other ideas how to convert from wstri...
by js1234
Thu May 18, 2017 12:56 pm
Forum: ESP-IDF
Topic: Ip Connectivity Windows 10 unstable
Replies: 2
Views: 5356

Ip Connectivity Windows 10 unstable

Hello, I use the espressif as AP and with libwebsockets. On ubuntu laptop I can connect without problem and ping 192.168.4.1. On Windows 10 Laptop I can connect but ping is very unstable. Sometimes it works, sometimes it doesn't. Especially when there is a lot of Wifi traffic it does not work well. ...
by js1234
Mon May 08, 2017 6:55 am
Forum: ESP-IDF
Topic: WSS, Libwebsockets
Replies: 8
Views: 16851

Re: WSS, Libwebsockets

Yes there is support now. But Esp-IDF has some problems with Access Point.

See: https://github.com/warmcat/lws-esp32-factory/issues/3