Search found 3 matches
- Sun Oct 09, 2022 1:02 pm
- Forum: General Discussion
- Topic: Reset pins to low level on reboot??
- Replies: 3
- Views: 2751
Re: Reset pins to low level on reboot??
Unfortunately this option doesn't work for me. Since this pin should work until the reboot itself. In fact, my situation is slightly different, I just took ESP.restart as an example. My situation is as follows: my esp32 periodically turns on the electric motor, and both the esp32 and the electric mo...
- Sun Oct 02, 2022 10:20 am
- Forum: General Discussion
- Topic: Reset pins to low level on reboot??
- Replies: 3
- Views: 2751
Reset pins to low level on reboot??
Good day. Please help advice. Immediately I apologize for my English. When using the ESP.restart() command, all pins remain at the same level as they were previously set. Can you tell me how can I reset some or all of the pins to a low level after using the ESP.restart() command? Thanks a lot in adv...
- Mon Apr 26, 2021 8:18 pm
- Forum: ESP-IDF
- Topic: ESP32 Bluetooth Pairing Mode Change
- Replies: 3
- Views: 11923
Re: ESP32 Bluetooth Pairing Mode Change
Hello, You are very close to the solution you want; The code you used to make the passkey be shown on the android device is correct, you just have to change some of the parameters. Try changing these like so: esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; esp_ble_io_cap_t iocap = ESP_I...