Search found 96 matches

by arunbm123
Sun Mar 03, 2019 3:51 pm
Forum: General Discussion
Topic: Capture all beacons data real time
Replies: 0
Views: 1759

Capture all beacons data real time

hello Geeks ESP_LOGI(TAG, "----------iBeacon Found---------"); struct AMessage * pxMessage = malloc(sizeof(struct AMessage)); pxMessage->minor = minor; pxMessage->rssi = scan_result->scan_rst.rssi; if (xQueueSendToBack(xQueue1, (void * ) pxMessage,TickType_t ) 0)) { } i am testing with many beacons....
by arunbm123
Sun Mar 03, 2019 10:11 am
Forum: General Discussion
Topic: ibeacon Data, Data Logging
Replies: 1
Views: 3464

ibeacon Data, Data Logging

hello ESP Geeks I am scanning some 100 ibeacons and sending the beacon minor Data to webserver using http_client I am getting some bluetooth error not able to figure out 0x4008405d: r_assert_param at ??:? 0x40084064: r_assert_param at ??:? 0x4008412a: r_assert_param at ??:? 0x40124611: r_platform_re...
by arunbm123
Sat Mar 02, 2019 7:46 am
Forum: General Discussion
Topic: Xcluma Esp32 | Serial port COM12 Connecting........
Replies: 2
Views: 3159

Re: Xcluma Esp32 | Serial port COM12 Connecting........

hi
I could figure out.
This error is due
Not pressing the BOOT button while Flashing.

Thanks
by arunbm123
Sat Mar 02, 2019 6:06 am
Forum: General Discussion
Topic: Xcluma Esp32 | Serial port COM12 Connecting........
Replies: 2
Views: 3159

Xcluma Esp32 | Serial port COM12 Connecting........

hello ESP GEEKS, I purchase few Xcluma Esp32 Boards. While Flashing I am getting Serial port COM12 Connecting........_____....._____....._____....._____....._____....._____....._____ A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header But I am able to Connect to s...
by arunbm123
Sat Mar 02, 2019 3:42 am
Forum: General Discussion
Topic: C concat
Replies: 4
Views: 6070

Re: C concat

hi

Thanks ! it works...
by arunbm123
Fri Mar 01, 2019 3:04 pm
Forum: General Discussion
Topic: C concat
Replies: 4
Views: 6070

C concat

hello ESP Geeks, I am modifing a http_client example const char *post_data = "field1=value1&field2=value2"; esp_http_client_set_url(client, "http://httpbin.org/post"); I want to concat Integer value to field1 like "field1=656565" I am not able to do facing some problem due to my weakness with pointe...
by arunbm123
Tue Feb 26, 2019 9:47 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 838833

Re: What would you like to see in The Next Chip?

Proper documentation of Examples and API
by arunbm123
Tue Feb 26, 2019 6:43 am
Forum: General Discussion
Topic: Merging ibeacon and http_client Example
Replies: 0
Views: 1762

Merging ibeacon and http_client Example

hi esp geeks, I merged ibeacon example with http_client example I am getting error, I have included esp.bt.h undefined reference to `esp_bt_controller_mem_release' undefined reference to `esp_bt_controller_init' undefined reference to `esp_bt_controller_enable' undefined reference to `esp_bt_control...
by arunbm123
Tue Feb 26, 2019 3:41 am
Forum: General Discussion
Topic: C Editor ecillpse
Replies: 4
Views: 4755

Re: C Editor ecillpse

yes
by arunbm123
Mon Feb 25, 2019 3:47 pm
Forum: General Discussion
Topic: C Editor ecillpse
Replies: 4
Views: 4755

C Editor ecillpse

hello esp geeks

I am using eclipse editor.

When I save the file, the code gets disturbed..
Why is it so...? Any Idea