Yes, but I couldn't figure out what the time val that I should put in settimeofday?
Let's assume I want to update it to 18 June 2018 (now it is on his release data - default), How should I make it?
Search found 7 matches
- Mon Jun 18, 2018 1:35 pm
- Forum: ESP32 Arduino
- Topic: How can I set the date / time?
- Replies: 9
- Views: 62731
- Sun Jun 17, 2018 5:03 pm
- Forum: ESP-IDF
- Topic: Multi Client BLE connection: hci layer timeout error and reason=0x0013
- Replies: 0
- Views: 3310
Multi Client BLE connection: hci layer timeout error and reason=0x0013
Hi guys! In my current developed system, I have ESP32 that acts as GATT Client (Central) that establishing multi-connection: 1. To measurements sensor that acts as GATT Server 2. To android smartphone that acts as another GATT Server The connection to the sensor is done with scan and check for best ...
- Sun Jun 17, 2018 2:13 pm
- Forum: ESP32 Arduino
- Topic: How can I set the date / time?
- Replies: 9
- Views: 62731
Re: How can I set the date / time?
I would like to join this question.What do you do to set the time without using NTP?
- Wed Jun 13, 2018 1:41 pm
- Forum: ESP-IDF
- Topic: esp_ble_gatt_set_local_mtu not work on Gatts Server code
- Replies: 2
- Views: 6625
Re: esp_ble_gatt_set_local_mtu not work on Gatts Server code
Thank you for your answer.
Yes, I could make the request from nRF but I thought that it should do something also when I'm the server because of gatt_server example from the esp-idf repo.
Thanks again for your explanation
Yes, I could make the request from nRF but I thought that it should do something also when I'm the server because of gatt_server example from the esp-idf repo.
Thanks again for your explanation
- Sun Jun 10, 2018 11:28 am
- Forum: ESP-IDF
- Topic: esp_ble_gatt_set_local_mtu not work on Gatts Server code
- Replies: 2
- Views: 6625
esp_ble_gatt_set_local_mtu not work on Gatts Server code
Hi folks, While I was implementing Gatt Server and Client on the same esp32 component, I've figured that after registering the Gatt server handler the command "esp_ble_gatt_set_local_mtu" is doing nothing. After I've found it, I've tested this command in the gatt_server example and I've encountered ...
- Mon May 14, 2018 8:11 am
- Forum: General Discussion
- Topic: Sleep Mode w/o disconnecting BLE device?
- Replies: 2
- Views: 5384
Sleep Mode w/o disconnecting BLE device?
Hello everyone, I'm working on a BLE project. The esp32 act as GATT client that connecting to GATT server and registered for notifying/indicate. I must not disconnect from the GATT server. Is there any solution that related to sleep mode? In any case, how would you recommend to handle enormous esp32...
- Tue Apr 17, 2018 2:37 pm
- Forum: General Discussion
- Topic: Deep sleep vs Light sleep
- Replies: 1
- Views: 9471
Deep sleep vs Light sleep
Hello Folks! Me and my team are about do some serious power management optimization and we are wondering...: What is ligth sleep mode differ from deep sleep mode? We read esp-idf docs and found that they share same wake-up sources, even on both the ULP Co-Processor may run when entering sleep mode. ...