Search found 5 matches

by aliasthefourth
Sun Jul 28, 2024 5:54 pm
Forum: ESP-IDF
Topic: building esp32-xbee for ESP32-S3
Replies: 0
Views: 344

building esp32-xbee for ESP32-S3

I am trying to build https://github.com/nebkat/esp32-xbee for the ESP32-S3. I managed to build and run it for the ESP32 using ESP-IDF v4.4.8. I also can build it for the ESP32-S3 by changing some of GPIOs in the range not allowed by the S3 but it crashes the ESP32-S3 with the following error provide...
by aliasthefourth
Fri Jul 26, 2024 5:08 am
Forum: General Discussion
Topic: Installing Nightly Build
Replies: 0
Views: 560

Installing Nightly Build

The instructions for installing the vscode-esp-idf-extension contain instructions for installing the Nightly Build extension. So far, so good, but it does not explain what the extension is good for. I am unable to find anything meaningful on Google either. Is the extension necessary? I am trying to ...
by aliasthefourth
Sun May 09, 2021 6:38 pm
Forum: General Discussion
Topic: rtc_gpio_set_level() not getting set reliable when ULP program is running
Replies: 0
Views: 1815

rtc_gpio_set_level() not getting set reliable when ULP program is running

The the rtc_gpio_set_level(PUMP_1_PIN, pump1_state) in line 44 only gets set in abought 80% of cases. Once ulp_run(ulp_program_start_pos); (line 93) is commented out, i.e., the ULP progrum is not started, the problem goes away. I used plafromIO and Espressif ESP32 Dev Module under the Arduino framew...
by aliasthefourth
Wed Mar 03, 2021 3:27 am
Forum: General Discussion
Topic: PWM in deep sleep
Replies: 3
Views: 5662

Re: PWM in deep sleep

Hello @aliasthefourth yes, I did something like that using ULP to toggle a pin on and off. Even though the example is for an M5Stack device I think it should be transferable to any ESP32 board. https://community.m5stack.com/topic/596/display-on-during-deep-sleep/16 Thanks Felix Thanks Felix, With o...
by aliasthefourth
Sun Feb 28, 2021 8:36 pm
Forum: General Discussion
Topic: PWM in deep sleep
Replies: 3
Views: 5662

PWM in deep sleep

Does anybody know if it is possible to have RTC pins perform pulse width modulation in deep sleep?