Search found 8 matches

by mazorsk
Mon Sep 21, 2020 4:17 pm
Forum: General Discussion
Topic: esptool make_image python error
Replies: 2
Views: 3404

Re: esptool make_image python error

Any replies would be very much appreciated, is there another way to approach the matter in question? thank you
by mazorsk
Wed Sep 16, 2020 6:23 pm
Forum: General Discussion
Topic: esptool make_image python error
Replies: 2
Views: 3404

esptool make_image python error

Hello good people of Espia I am trying to make a standalone image which i could flash on another person computer (upload and remotely flash the connected device...), using windows 10, esp-idf v4.2, python 3.7, the program compiles and debug is working, also idf.py build is working correctly Is using...
by mazorsk
Thu Sep 10, 2020 12:55 am
Forum: ESP-IDF
Topic: SIM800 TTGO TCALL pppos_client
Replies: 11
Views: 15087

Re: SIM800 TTGO TCALL pppos_client

is there any chance to get a working simple example of pppoe?? its not like i assembled this thing myself, i am using a lilygo esp32 board.
by mazorsk
Thu Sep 10, 2020 12:42 am
Forum: General Discussion
Topic: a request for a small simple lte\pppos client (that works)
Replies: 0
Views: 1578

a request for a small simple lte\pppos client (that works)

Hello, i have a few units of esp32 wrover-b that i had purchased as a market test for hopefully an upcoming product.
I have tried the pppos example multiple times by alas to no avail, could you please provide a small working example for pppos with wrover-b module (sim7000g)
thanks
by mazorsk
Sun Aug 30, 2020 8:10 pm
Forum: General Discussion
Topic: how to use xTaskCreatePinnedToCore?
Replies: 2
Views: 3624

how to use xTaskCreatePinnedToCore?

calling it with stack depth of 1 - 2048 causes: ***ERROR*** A stack overflow in task atask has been detected. calling it with stack depth of 2048 - some_high_value causes: abort() was called at PC 0x400874b7 on core 0 what can i do to make you help me with this? i am trying to do a patch over a patc...
by mazorsk
Sun Aug 30, 2020 12:28 pm
Forum: General Discussion
Topic: Debug controller reset when including a method in source
Replies: 4
Views: 4538

Re: Debug controller reset when including a method in source

hi, i managed to step into some panic handler (wrapped the client_perform method with try/catch but to no avail)
0x3ffbc83b "abort() was called at PC 0x4015c6a3 on core 0" {97 'a'}
hopes this could help somehow
by mazorsk
Sun Aug 30, 2020 11:52 am
Forum: General Discussion
Topic: Debug controller reset when including a method in source
Replies: 4
Views: 4538

Re: Debug controller reset when including a method in source

Hi, thank you for the fast reply.. im not sure what you mean by uart monitor (no such window in visualgdb) i have the openocd output, again - this only happens when i include the mentioned method in the source.. thanks again C:\Users\trakt\AppData\Local\VisualGDB\EmbeddedDebugPackages\com.sysprogs.e...
by mazorsk
Mon Aug 24, 2020 1:55 pm
Forum: General Discussion
Topic: Debug controller reset when including a method in source
Replies: 4
Views: 4538

Debug controller reset when including a method in source

Hello good people of espia I have encountered a weird issue while debugging my software (using jtag ft2232hl), the code is written in C++.. What is happening is when i add the call to "esp_err_t err = esp_http_client_perform (client);" and start debugging then the output given to me is Info : esp32....