Search found 15 matches

by wilkxt
Sun Dec 17, 2023 6:57 pm
Forum: ESP-IDF
Topic: eFuse modification from OpenOCD
Replies: 1
Views: 12138

Re: eFuse modification from OpenOCD

Hi
I have similar problem, a want to burn eFuse by openocd jtag?
Did you to do it?
by wilkxt
Wed Dec 13, 2023 8:53 am
Forum: ESP-IDF
Topic: esp32 eterneth - auto IP- static IP
Replies: 0
Views: 16805

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, ...
by wilkxt
Wed Sep 20, 2023 6:39 am
Forum: ESP-IDF
Topic: esp-modem, notofication recive SMS
Replies: 2
Views: 1891

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.
by wilkxt
Thu Sep 14, 2023 4:51 am
Forum: ESP-IDF
Topic: esp-modem, notofication recive SMS
Replies: 2
Views: 1891

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.
by wilkxt
Fri Sep 08, 2023 7:23 am
Forum: ESP-IDF
Topic: esp-modem, notofication recive SMS
Replies: 2
Views: 1891

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?
by wilkxt
Mon Aug 07, 2023 7:26 am
Forum: ESP-IDF
Topic: RTC FAST memory in bootloader
Replies: 0
Views: 1027

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.
by wilkxt
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: 5752

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?
by wilkxt
Thu Feb 02, 2023 1:24 pm
Forum: ESP32 Arduino
Topic: SMTP Authentication failed ramdomly
Replies: 2
Views: 3670

Re: SMTP Authentication failed ramdomly

Hi
Do you resolve problem with autentication?