Search found 9 matches

by jjones7432
Thu Apr 04, 2024 9:51 pm
Forum: ESP-IDF
Topic: Putting Archive file (.a) in RTC
Replies: 3
Views: 983

Re: Putting Archive file (.a) in RTC

Have you tried reserving ULP memory via menuconfig already? Hi. Thanks for replying. We don't have a requirement to run code while in deep sleep, so I need more detail about your suggestion. Also, the "ulp" in the 3rd party archive is misleading and is not associated with the ESP32S3 power modes an...
by jjones7432
Thu Apr 04, 2024 9:27 pm
Forum: ESP-IDF
Topic: Putting Archive file (.a) in RTC
Replies: 3
Views: 983

Re: Putting Archive file (.a) in RTC (UPDATE)

***Update**** For completeness, below is the message when the add_library(), set_property(), and target_link_library() entries are removed from CMakeLists.txt, reporting undefined references which are defined in the lib_iaq_2nd_gen_ulp.a: ***** FAILED: wifi_prov_mgr3.elf ... c:/espressif/tools/xtens...
by jjones7432
Thu Apr 04, 2024 7:17 pm
Forum: ESP-IDF
Topic: Putting Archive file (.a) in RTC
Replies: 3
Views: 983

Putting Archive file (.a) in RTC

We want to place a 3rd party archive (.a) in RTC memory to preserve the state of the library during deep sleep. There are no state change issues in normal running or light sleep. Our CMakeList.txt contains: *** idf_component_register(SRCS "app_main.c" "...other source files...c" INCLUDE_DIRS "." EMB...
by jjones7432
Fri Mar 22, 2024 7:09 pm
Forum: General Discussion
Topic: ESP32-s3 3.3v monitoring
Replies: 1
Views: 331

ESP32-s3 3.3v monitoring

I've searched the forums for any methods for esp32s3 chip input voltage (3.3v) monitoring and found nothing. I assume this would be a common issue for battery powered applications. So I have two questions : 1. Is there a API function specifically for monitoring the esp32s3 3.3v chip input? 2. if not...
by jjones7432
Mon Mar 13, 2023 6:57 pm
Forum: Hardware
Topic: Configure EWP32-S3 built-in JTAG interface
Replies: 1
Views: 702

Configure EWP32-S3 built-in JTAG interface

See the online API page at the link below: https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/api-guides/jtag-debugging/configure-builtin-jtag.html The table in that section lists the ESP32-S3 pins and the corresponding USB signal pins. The table indicates that there is a 5V pin on the ES...
by jjones7432
Wed Dec 07, 2022 1:22 am
Forum: ESP-IDF
Topic: dpp_enrollee: QR code not displaying properly
Replies: 0
Views: 676

dpp_enrollee: QR code not displaying properly

I am unable to get DPP_ENROLLEE to properly display the QR Code. I've tried a few changes with the ESP-IDF terminal settings with no success. I am using the ESP32-S3-DEVKITC-1 V1.1. IDE configuration data is: Operating System: windows 10 Java Runtime Version: 13.0.2+8 Eclipse Version: 4.21.0.v202109...
by jjones7432
Tue Dec 06, 2022 11:46 pm
Forum: ESP-IDF
Topic: dpp_enrollee: QR code not displaying properly
Replies: 0
Views: 705

dpp_enrollee: QR code not displaying properly

I am unable to get DPP_ENROLLEE to properly display the QR Code. I've tried a few changes with the ESP-IDF terminal settings with no success. I am using the ESP32-S3-DEVKITC-1 V1.1. IDE configuration data is: Operating System: windows 10 Java Runtime Version: 13.0.2+8 Eclipse Version: 4.21.0.v202109...
by jjones7432
Fri Sep 02, 2022 10:30 pm
Forum: ESP-IDF
Topic: ESP32S3 - Bluetooth/BLE and power management
Replies: 1
Views: 1095

Re: ESP32S3 - Bluetooth/BLE and power management

Update: I drilled down to the lowest level available to me and the function turning on this clock-like pulse is "register_chip7_phy". Its header says: **** /** * @brief Initialize PHY module and do RF calibration * @param[in] init_data Initialization parameters to be used by the PHY * @param[inout] ...
by jjones7432
Wed Aug 31, 2022 9:56 pm
Forum: ESP-IDF
Topic: ESP32S3 - Bluetooth/BLE and power management
Replies: 1
Views: 1095

ESP32S3 - Bluetooth/BLE and power management

To better understand the power usage of my app, I commented out all of the appropriate Bluetooth calls that start up and enable bluetooth and implemented a 2 sec deep sleep loop. I used a ESP32-S3-DEVKITC, with a battery source and sensing Resistor for current usage and displayed the behavior on a O...