Search found 1378 matches
- Sat Jan 16, 2021 5:04 pm
- Forum: General Discussion
- Topic: Get BLE UUID for iOS pairing
- Replies: 12
- Views: 6218
Re: Get BLE UUID for iOS pairing
Sorry for bringing the topic back on, but the original poster has a point: While scanning for an ESP32 Advertising device using nRF Scanner (or BLE Scanner) - on Android Phones, you indeed get the MAC address of the device. However, when you scan for it in iOS using the same apps, you don't get the...
- Sat Jan 16, 2021 3:43 pm
- Forum: General Discussion
- Topic: garbage serial out put - boot
- Replies: 3
- Views: 448
Re: garbage serial out put - boot
Did you try uart speed 115200, which is default esp32 speed?
- Fri Jan 15, 2021 8:07 pm
- Forum: General Discussion
- Topic: First post, BLE and LORA data collection and presentation, aggregating/storing data?
- Replies: 1
- Views: 290
Re: First post, BLE and LORA data collection and presentation, aggregating/storing data?
That means I need to forward all the data over my network to a central location - should that be a web database? local database? flatfile? Can it be collected directly on the android tablet or should I store it elsewhere? Where I can learn more about my design choices for aggregating and storing da...
- Fri Jan 15, 2021 8:02 pm
- Forum: ESP-IDF
- Topic: Any example support that I send the WIFI SSID &password(with uart) to esp32 to connect WIFI
- Replies: 1
- Views: 274
Re: Any example support that I send the WIFI SSID &password(with uart) to esp32 to connect WIFI
Maybe not exactly what you are asking for, but its good example to start to do what you want:
https://github.com/espressif/esp-idf/tr ... em/console
https://github.com/espressif/esp-idf/tr ... em/console
- Fri Jan 15, 2021 7:56 pm
- Forum: ESP-IDF
- Topic: Calling esp_sleep_enable_gpio_wakeup rises power comsumption about 1.5mA
- Replies: 6
- Views: 734
Re: Calling esp_sleep_enable_gpio_wakeup rises power comsumption about 1.5mA
The pins are grouped into four power domains: VDDA (analog power supply), VDD3P3_RTC (RTC power supply), VDD3P3_CPU (power supply of digital IOs and CPU cores), VDD_SDIO (power supply of SDIO IOs). VDD_SDIO is the output of the internal SDIO-LDO. The voltage of SDIO-LDO can be configured at 1.8 V o...
- Thu Jan 14, 2021 7:02 pm
- Forum: ESP-IDF
- Topic: ESP internal flash memory for user
- Replies: 3
- Views: 303
Re: ESP internal flash memory for user
I don't understand why ota require two partitions, the factory partition can't be erased and writen via ota ? Today via usb and idf.py utility I noted that my binary is writen on the factory partition: 0xf0000 ESP_MCU.bin If I start an ota update i'll write on ota_0 partition and boot on ota_0 pari...
- Thu Jan 14, 2021 6:47 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino code protection
- Replies: 1
- Views: 339
Re: ESP32 Arduino code protection
Actually arduino-esp32 is LGPLv2.1, which means you should publish source code and make it publicly accessed:
https://github.com/espressif/arduino-es ... LICENSE.md
https://github.com/espressif/arduino-es ... LICENSE.md
- Thu Jan 14, 2021 6:30 pm
- Forum: ESP-IDF
- Topic: How to use GPIO Interrupts using ESP32-S2?
- Replies: 1
- Views: 164
Re: How to use GPIO Interrupts using ESP32-S2?
There should be no difference to attach interrupts for S1 and S2.
- Thu Jan 14, 2021 5:59 pm
- Forum: ESP-IDF
- Topic: Unable to connect to local MQTT broker via websockets example - invalid header=0x48
- Replies: 2
- Views: 199
Re: Unable to connect to local MQTT broker via websockets example - invalid header=0x48
Did you try to set esp_mqtt_transport_t in esp_mqtt_client_config_t. I think its default to TCP or SSL.
- Thu Jan 14, 2021 5:49 pm
- Forum: ESP-IDF
- Topic: Calling esp_sleep_enable_gpio_wakeup rises power comsumption about 1.5mA
- Replies: 6
- Views: 734