Hi
I have similar problem, a want to burn eFuse by openocd jtag?
Did you to do it?
Search found 15 matches
- Sun Dec 17, 2023 6:57 pm
- Forum: ESP-IDF
- Topic: eFuse modification from OpenOCD
- Replies: 1
- Views: 12217
- Wed Dec 13, 2023 8:53 am
- Forum: ESP-IDF
- Topic: esp32 eterneth - auto IP- static IP
- Replies: 0
- Views: 16864
esp32 eterneth - auto IP- static IP
Hi I have problem with DHCPc and auto IP. I want to set my defaul IP( e.g 192.168.1.200) when DHCP serwer not respond. Now i get e.g. 169.254.92.229, how tu set my own IP when dhcp tries is out? My code: esp_netif_dhcpc_stop(eth_netif); if (esp_netif_dhcpc_stop(eth_netif) != ESP_OK) { ESP_LOGE(TAG, ...
- Wed Sep 20, 2023 6:39 am
- Forum: ESP-IDF
- Topic: esp-modem, notofication recive SMS
- Replies: 2
- Views: 1990
Re: esp-modem, notofication recive SMS
This is the solution at the moment, I send a command to read an SMS every second, and when a new one appears, I can read it.
- Thu Sep 14, 2023 4:51 am
- Forum: ESP-IDF
- Topic: esp-modem, notofication recive SMS
- Replies: 2
- Views: 1990
Re: esp-modem, notofication recive SMS
Nobody uses (CMTI) SMS notifications? Checking in the loop whether a new SMS has arrived is a solution, but it is unnecessarily CPU-consuming.
- Fri Sep 08, 2023 7:23 am
- Forum: ESP-IDF
- Topic: esp-modem, notofication recive SMS
- Replies: 2
- Views: 1990
esp-modem, notofication recive SMS
Hi
I use esp-modem commponents and pppos_client example.
I set esp_modem_set_mode(dce, ESP_MODEM_MODE_CMUX) to set mix data and command mode its works ok. I my send data and sned AT command, esp_modem_send_sms(..) work OK.
But I don't now how get notification of receiving an SMS?
I use esp-modem commponents and pppos_client example.
I set esp_modem_set_mode(dce, ESP_MODEM_MODE_CMUX) to set mix data and command mode its works ok. I my send data and sned AT command, esp_modem_send_sms(..) work OK.
But I don't now how get notification of receiving an SMS?
- Tue Aug 08, 2023 5:58 am
- Forum: ESP-IDF
- Topic: How can I place a variable at an absolute address? Pass value between bootloader hook and application.
- Replies: 7
- Views: 6117
Re: How can I place a variable at an absolute address? Pass value between bootloader hook and application.
Thank you very much, its works
- Mon Aug 07, 2023 7:26 am
- Forum: ESP-IDF
- Topic: RTC FAST memory in bootloader
- Replies: 0
- Views: 1079
RTC FAST memory in bootloader
Hi
I see option "Reserve RTC FAST memory for custom purposes" in Bootloader config.
I use hook to change bootloader, and how to write some data to RTC FAST memory and read it in application?
I need this to identify bootloader version.
I see option "Reserve RTC FAST memory for custom purposes" in Bootloader config.
I use hook to change bootloader, and how to write some data to RTC FAST memory and read it in application?
I need this to identify bootloader version.
- Mon Aug 07, 2023 7:22 am
- Forum: ESP-IDF
- Topic: How can I place a variable at an absolute address? Pass value between bootloader hook and application.
- Replies: 7
- Views: 6117
Re: How can I place a variable at an absolute address? Pass value between bootloader hook and application.
Hi
NotMyRealName could you give an example how to write to RTC slow memory in bootloader (i use hook), and read it an application?
NotMyRealName could you give an example how to write to RTC slow memory in bootloader (i use hook), and read it an application?
- Thu Feb 02, 2023 1:24 pm
- Forum: ESP32 Arduino
- Topic: SMTP Authentication failed ramdomly
- Replies: 2
- Views: 3812
Re: SMTP Authentication failed ramdomly
Hi
Do you resolve problem with autentication?
Do you resolve problem with autentication?
- Wed Jan 11, 2023 12:57 pm
- Forum: ESP-IDF
- Topic: How to use MQTT with SSL/TLS without using a certificate
- Replies: 5
- Views: 6206
Re: How to use MQTT with SSL/TLS without using a certificate
thanks, it works