Search found 14 matches

by tanvipatel
Thu Mar 02, 2017 1:34 pm
Forum: ESP-IDF
Topic: send and receive data from android client app at openssl server
Replies: 0
Views: 3644

send and receive data from android client app at openssl server

hello. I am working on esp32's wifi functionality . i just want to do that i send data from android app like Tcp Socket test,Tcp/Ip Client,simple socket tester . i am succesfully connected this app to openssl server having ip 192.168.43.244 and portnumber is 443. but whenever i am trying to send any...
by tanvipatel
Thu Feb 16, 2017 10:09 am
Forum: ESP-IDF
Topic: gatts client get disconnect due to capacitive touch of person on any gpio
Replies: 0
Views: 2709

gatts client get disconnect due to capacitive touch of person on any gpio

hello, i am making code for capacitive touch. But i am getting some problem, whenever i touch a wire connected with respective gpio 2 of esp32 gatts client( in nrfconnect app) was disconnected with gatts server(esp32 dev-board).i am connected 1 k resistor between gpio 2 and gnd to avoid capacitive d...
by tanvipatel
Fri Feb 10, 2017 12:42 pm
Forum: ESP-IDF
Topic: how to configure touch pad for esp32
Replies: 0
Views: 3385

how to configure touch pad for esp32

Hello,

I want to use touch sensor for my application.
but i don't know how to configure touch pad ? :?:

i refer touchpad.h but can't get how i can use it? :?:

can anybody help me about it ? :roll:
by tanvipatel
Mon Jan 23, 2017 11:13 am
Forum: ESP-IDF
Topic: BLE gatts server example
Replies: 3
Views: 8687

Re: BLE gatts server example

2. Device not visible Unfortunately the device is almost never visible! I already read about the connection problem with Android ... But if I can't see the device I'm also not able to connect :( Use BLE Scan app or nrf connect app you will find ESP-GATTS-DEMO then try to connect your device connect...
by tanvipatel
Sat Jan 21, 2017 5:26 am
Forum: General Discussion
Topic: Pairing with ESP32 and PC
Replies: 3
Views: 8844

Re: Pairing with ESP32 and PC

The examples are extremely contrived. They will not pair with anything real. Bluetooth is pretty tough right now, lacking examples. To write Bluetooth code you're going to need to really understand the Bluetooth core spec and bluedroid. (I just finished giving myself a 4 day crash course in both, b...
by tanvipatel
Sat Jan 21, 2017 5:24 am
Forum: Hardware
Topic: Want to make one of the GPIO of esp32 high on receving command
Replies: 2
Views: 5905

Re: Want to make one of the GPIO of esp32 high on receving command

hello, i want make one of the gpio of esp32 high when user give command through mobile app. first of all i am using examaple 14_gatt_server code to connect with my mobile then i am giving any command through BLE Scan app it will receive on the board in the hex format. Now i want to make high any on...
by tanvipatel
Mon Jan 16, 2017 12:06 pm
Forum: Hardware
Topic: Want to make one of the GPIO of esp32 high on receving command
Replies: 2
Views: 5905

Want to make one of the GPIO of esp32 high on receving command

hello, i want make one of the gpio of esp32 high when user give command through mobile app. first of all i am using examaple 14_gatt_server code to connect with my mobile then i am giving any command through BLE Scan app it will receive on the board in the hex format. Now i want to make high any one...
by tanvipatel
Fri Jan 13, 2017 5:21 am
Forum: ESP32 Arduino
Topic: Info regarding BT and BLE
Replies: 14
Views: 25861

Re: Info regarding BT and BLE

Thanks for your response. I'm going to practice my words on BLE and BLE design (I feel like a baby who is learning to speak as I study this stuff ... and if I don't practice ... I'll be forever stuttering and mispronouncing ... so if you or anyone else sees errors in my thinking ... yell out). I'm ...
by tanvipatel
Thu Jan 12, 2017 7:58 am
Forum: Hardware
Topic: cannot pair esp32 with android device using
Replies: 12
Views: 27371

Re: cannot pair esp32 with android device using

What are you expecting to happen by connecting your phone to the esp32 over Bluetooth LE? There's nothing running there by default to offer any kind of service, it's just doing exactly what you told it to - broadcast advertising packets - nothing more. If you want to connect with your phone and se ...
by tanvipatel
Thu Jan 12, 2017 5:32 am
Forum: Hardware
Topic: cannot pair esp32 with android device using
Replies: 12
Views: 27371

Re: cannot pair esp32 with android device using

I am expecting that if esp32 and my mobile device connected means it should be bonded.... as per my knowledge.

so If any notification arrived on mobile i can show on board using led blinking.. for that esp32 and mobiledevice must be connected or i can say bonded.