Search found 96 matches

by arunbm123
Thu Mar 14, 2019 2:51 pm
Forum: General Discussion
Topic: BT_HCI Error
Replies: 1
Views: 2993

BT_HCI Error

hello friends,

I am getting following error when I scanning the ble devices....what could be problem ?

BT_HCI: host_recv_pkt_cb couldn't aquire memory for inbound data buffer.

Thanks
by arunbm123
Thu Mar 14, 2019 1:14 pm
Forum: ESP-IDF
Topic: How to turn off wifi and start BLE scan
Replies: 1
Views: 3756

Re: How to turn off wifi and start BLE scan

hi

Even I am getting problems

BT_HCI: host_recv_pkt_cb couldn't aquire memory for inbound data buffer.
by arunbm123
Thu Mar 14, 2019 5:16 am
Forum: ESP-IDF
Topic: BT memory consumption
Replies: 3
Views: 5597

Re: BT memory consumption

hi
I am having same problem

what the solution mr.fturker
by arunbm123
Mon Mar 11, 2019 1:32 pm
Forum: General Discussion
Topic: sending Beacon Data to MQTT with xQueue
Replies: 0
Views: 1903

sending Beacon Data to MQTT with xQueue

hello Geeks, I am pushing beacon Data Received into a xQUEUE in following event ESP_GAP_BLE_SCAN_RESULT_EVT: case ESP_GAP_SEARCH_INQ_RES_EVT: and in another Task I am publishing the same Item popped out from xQueue into MQTT My Question is it good practice instead of pushing data in xQUEUE, can I pu...
by arunbm123
Sat Mar 09, 2019 4:15 am
Forum: General Discussion
Topic: Pushing beacon data to WebServer
Replies: 2
Views: 3161

Re: Pushing beacon data to WebServer

hello Peter, I was using http_client to post data to web server. Bluetooth data is coming at high speed. I am using Queue with 1000Items to collect bluetooth data. This Queue gets filled in no time.Then I increased t0 2000 But the time esp does one Post, Bluetooth data would pile up.. and eventually...
by arunbm123
Fri Mar 08, 2019 5:51 am
Forum: General Discussion
Topic: C Editor ecillpse
Replies: 4
Views: 4713

Re: C Editor ecillpse

This is not helping..
by arunbm123
Fri Mar 08, 2019 3:34 am
Forum: General Discussion
Topic: MQTTCloud Uri
Replies: 1
Views: 2719

MQTTCloud Uri

hi

What is correct way to specify MQTTCLOUD url

the Server is m14.cloudmqtt.com

thanks
by arunbm123
Tue Mar 05, 2019 2:02 pm
Forum: General Discussion
Topic: Pushing beacon data to WebServer
Replies: 2
Views: 3161

Pushing beacon data to WebServer

hello All, My application collects Beacons Advertisements and does http Post to send them to web Server. But the beacon data is coming at high speed and http Post is not capable to handing this data, The app crashes after 20minitues I am using Queue to collect data with 2000 items I would like to kn...
by arunbm123
Tue Mar 05, 2019 6:16 am
Forum: ESP-IDF
Topic: Running Simple OTA Example.
Replies: 3
Views: 8733

Re: Running Simple OTA Example.

hello ESP Geeks

I am getting
I (14339) esp-tls: Failed to verify peer certificate!
I (14339) esp-tls: verification info: ! The certificate Common Name (CN) does not match with the expected CN

please guide
by arunbm123
Mon Mar 04, 2019 1:50 pm
Forum: General Discussion
Topic: OTA openssl command
Replies: 2
Views: 4414

OTA openssl command

Hello Geeks I am integrating OTA feature in my app $ openssl req -x509 -newkey rsa:2048 -keyout ca_key.pem -out ca_cert.pem -days 365 Can't load C:\msys32\home\renu/.rnd into RNG 5532:error:2406F079:random number generator:RAND_load_file:Cannot open file:../openssl-1.1.1/crypto/rand/randfile.c:88:Fi...