Search found 96 matches

by arunbm123
Thu Apr 04, 2019 3:01 am
Forum: General Discussion
Topic: Fixing IP Address for ESP32 and PC Communication
Replies: 7
Views: 7995

Re: Fixing IP Address for ESP32 and PC Communication

hi Thanks for your reply arunbm, So just to clarify, "there goto DHCP reserved. Assign a IP along with mac..Thats it.." I will do the above two steps on the router website right? Each router whenever I setup requires a website that I can log-in, setup the wifi name and password. Thanks Yes e2738729
by arunbm123
Wed Apr 03, 2019 3:56 am
Forum: General Discussion
Topic: Fixing IP Address for ESP32 and PC Communication
Replies: 7
Views: 7995

Re: Fixing IP Address for ESP32 and PC Communication

hello,

its simple
Connect to your router at 192.168.1.1 (This is for my router) check the ip on your router backside.

there goto DHCP reserved.

Assign a IP along with mac..Thats it..
by arunbm123
Fri Mar 29, 2019 1:11 pm
Forum: General Discussion
Topic: debugging with FT2232H | gdbinit Error
Replies: 1
Views: 3131

Re: debugging with FT2232H | gdbinit Error

hello , When I start openocd with bin/openocd -s share/openocd/scripts -f interface/ftdi/esp32_devkitj_v1.cfg -f board/esp-wroom-32.cfg I am getting Error: Target not halted Error: auto_probe failed Error: Connect failed. Consider setting up a gdb-attach event for the target to prepare target for GD...
by arunbm123
Fri Mar 29, 2019 12:54 pm
Forum: General Discussion
Topic: debugging with FT2232H | gdbinit Error
Replies: 1
Views: 3131

debugging with FT2232H | gdbinit Error

hello friends, I am using FT2232H board for debugging. i followed the steps https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/using-debugger.html#jtag-debugging-using-debugger-command-line 3.When launching a debugger, you will need to provide couple of configuration par...
by arunbm123
Mon Mar 25, 2019 7:29 am
Forum: General Discussion
Topic: device Hangs
Replies: 4
Views: 4531

Re: device Hangs

hello Esp_spirite, Here is Core Dump, Kindly can u look at this ==================== CURRENT THREAD STACK ===================== #-1 0x4000bff0 in ?? () Backtrace stopped: Cannot access memory at address 0x4000bff0 ======================== THREADS INFO ========================= Id Target Id Frame 16 ...
by arunbm123
Mon Mar 25, 2019 3:37 am
Forum: General Discussion
Topic: device Hangs
Replies: 4
Views: 4531

Re: device Hangs

hello ESP_Sprite

I didnt get what you are saying...Kindly elobrate please !
-Thanks
by arunbm123
Mon Mar 25, 2019 3:17 am
Forum: General Discussion
Topic: ESP_LOGI causes to crash
Replies: 2
Views: 3900

Re: ESP_LOGI causes to crash

hello krzychb

Thanks krzychb , This solved the problem.
by arunbm123
Sun Mar 24, 2019 4:52 pm
Forum: General Discussion
Topic: ESP_LOGI causes to crash
Replies: 2
Views: 3900

ESP_LOGI causes to crash

hello friends Why the line ESP_LOGI(TAG, "============inside blink_task ============! "); caused esp32 to crash.. what is reason void blink_task(void *pvParameter) { /* Configure the IOMUX register for pad BLINK_GPIO (some pads are muxed to GPIO on reset already, but some default to other functions ...
by arunbm123
Sun Mar 24, 2019 3:56 pm
Forum: General Discussion
Topic: device Hangs
Replies: 4
Views: 4531

device Hangs

hello friends,

I am testing my device with my firmware.
After 3-4 Hours my device just stops with out any error.
even monitor Shows nothing.

How do I find whats reason for hanging.

Thanks
by arunbm123
Wed Mar 20, 2019 5:45 am
Forum: ESP-IDF
Topic: WIFI/BLE Simultaneously
Replies: 67
Views: 164240

Re: WIFI/BLE Simultaneously

Hi

after many days struggling I could integrate Ble and Wifi.
I had problem of memory leakage which i fixed.
Right now I am able to scan 50ibeacons and send to MQTT every vtaskDelay(20)