Hi all
i am working with bluetooth in ESP32, i used the gatt_server example code in esp32, i am able to connect one client at a time, but when i am trying to connect multiple client connection is not happening.
Is that possible to connect multiple ble client with a ble server in esp32 ?
Amal Lal
Search found 23 matches
- Fri Jan 19, 2018 5:43 am
- Forum: General Discussion
- Topic: Is that possible to connect multiple client with BLE server in ESP32
- Replies: 1
- Views: 8045
- Mon Nov 20, 2017 10:20 am
- Forum: General Discussion
- Topic: Driver for LSM6DS3-accelerometer
- Replies: 2
- Views: 6075
Driver for LSM6DS3-accelerometer
Hi All
Anyone interfaced the accelerometer LSM6DS3 with esp32?
or anyone worked with it please tell the procedure to work with it.
Thanks
Anyone interfaced the accelerometer LSM6DS3 with esp32?
or anyone worked with it please tell the procedure to work with it.
Thanks
- Tue Nov 14, 2017 10:57 am
- Forum: General Discussion
- Topic: How i can use OTA and SPI flash together
- Replies: 3
- Views: 6558
How i can use OTA and SPI flash together
Hi I tried the example "wear_levelling" in esp32 to store some data in the SPI flash, for working with this example we changed the partition type to csv and made a partition "partitions_example.csv" and it is working, writing and reading in spi flash happening. But i need to work with OTA also same ...
- Thu Oct 26, 2017 1:53 pm
- Forum: General Discussion
- Topic: After OTA updation code is not flashing through eclipse setup in ESP32
- Replies: 1
- Views: 3695
After OTA updation code is not flashing through eclipse setup in ESP32
Hi all
I am using the ota example code in esp32, it is working fine with a local http server, But after one updation through ota i am unable to flash code through eclipse setup,if i flash also the old code only running. Anyone knows the solution please let me know.
Thanks,
Amal
I am using the ota example code in esp32, it is working fine with a local http server, But after one updation through ota i am unable to flash code through eclipse setup,if i flash also the old code only running. Anyone knows the solution please let me know.
Thanks,
Amal
- Thu Aug 10, 2017 5:30 am
- Forum: General Discussion
- Topic: Driver for OV7670 Camera
- Replies: 1
- Views: 6967
Driver for OV7670 Camera
Hi
I am trying to interface OV7670 camera with esp32, Is there any driver available for this camera with esp32?
Thanks
I am trying to interface OV7670 camera with esp32, Is there any driver available for this camera with esp32?
Thanks
- Wed Jul 05, 2017 5:58 am
- Forum: General Discussion
- Topic: Wifi is getting reset after running continuously showing an error "wifi: bcn_timout,ap_probe_send_start "
- Replies: 2
- Views: 5627
Re: Wifi is getting reset after running continuously showing an error "wifi: bcn_timout,ap_probe_send_start "
Thanks for the replay sir
I tried the way as you said, changed the event_handler .But still the same issue coming " wifi: bcn_timout,ap_probe_send_start". Please tell any other suggestion you know to fix it.
Thanks
I tried the way as you said, changed the event_handler .But still the same issue coming " wifi: bcn_timout,ap_probe_send_start". Please tell any other suggestion you know to fix it.
Thanks
- Tue Jul 04, 2017 5:37 am
- Forum: General Discussion
- Topic: Wifi is getting reset after running continuously showing an error "wifi: bcn_timout,ap_probe_send_start "
- Replies: 2
- Views: 5627
Wifi is getting reset after running continuously showing an error "wifi: bcn_timout,ap_probe_send_start "
Hi I am trying to push some data to sever by http over wifi, but after sending 30-40 minutes it showing the error "wifi: bcn_timout,ap_probe_send_start " , Wifi is disconnecting and trying to connect again, it will connect and show the same error and disconnect. Please help me fix this issue. Please...
- Tue Apr 18, 2017 1:37 pm
- Forum: General Discussion
- Topic: SD CARD DRIVER WITH SDIO
- Replies: 4
- Views: 8289
Re: SD CARD DRIVER WITH SDIO
Hi ESP_igrr
Thanks for the reply, I changed the slote 1 to slote 0 in sdmmc_host_t structure .
As per your suggestion
" It is only possible to use SDMMC on these pins if SPI flash is assigned to other pins"
could you please tell me how to assign the SPI flash to other pins?
Thanks
Thanks for the reply, I changed the slote 1 to slote 0 in sdmmc_host_t structure .
As per your suggestion
" It is only possible to use SDMMC on these pins if SPI flash is assigned to other pins"
could you please tell me how to assign the SPI flash to other pins?
Thanks
- Tue Apr 18, 2017 12:36 pm
- Forum: General Discussion
- Topic: SD CARD DRIVER WITH SDIO
- Replies: 4
- Views: 8289
SD CARD DRIVER WITH SDIO
Hi
Anyone have the driver for SD card with SDIO protocol with a pinout of GPIO6,7,8,9,10,11
Thanks
Anyone have the driver for SD card with SDIO protocol with a pinout of GPIO6,7,8,9,10,11
Thanks
- Thu Mar 23, 2017 5:49 am
- Forum: General Discussion
- Topic: Getting an error while receive a data continously through uart interrupt
- Replies: 1
- Views: 5200
Getting an error while receive a data continously through uart interrupt
Hi I attached one gps module output with uart 1 rx_pin and received data in one buffer and printing it through uart 0, But it is giving an error "Guru Meditation Error of type Illegal Instruction occurred on core 0. Exception was unhandled", I am attaching the error i am getting and code here , plea...