Search found 16 matches

by pushtoopen
Sat Jul 29, 2023 6:46 pm
Forum: ESP-IDF
Topic: no module named esp_idf_monitor
Replies: 1
Views: 930

Re: no module named esp_idf_monitor

To fix this, assuming everything else is installed normally (Microsoft store installation of python) open powershell and run: pip install esp_idf_monitor Then go back to WSL and try again. The idfx application is able to access COM ports because its going out to Windows to execute interfacing with s...
by pushtoopen
Sun May 24, 2020 3:12 am
Forum: General Discussion
Topic: S2 support
Replies: 0
Views: 1894

S2 support

Hi there, just looking for an explanation/giving feedback. The S2 support status says that the ulp coprocessor state machine is not currently supported, yet the deep-sleep is supported. Does this mean that timed wakeup from deep-sleep exists, but the non-RISC-V ULP code will not run? Also Just putti...
by pushtoopen
Sun Jan 26, 2020 4:35 am
Forum: ESP-IDF
Topic: ULP binutils missing 'bin' folder
Replies: 0
Views: 1914

ULP binutils missing 'bin' folder

Hi all, attempting to install the binutils sub-code for compiling ULP assembly code. The install instructions say to add the 'bin' folder into your $PATH env variable. the issue is, even after running ./configure, make, make install. no bin folder shows up, nither in the main folder, or the binutils...
by pushtoopen
Sun Oct 06, 2019 2:51 pm
Forum: General Discussion
Topic: Dedicated SRAM for each processor?
Replies: 3
Views: 3977

Re: Dedicated SRAM for each processor?

Is it toolchain API supported? Or do you have to do some silly stuff to get that to happen?
by pushtoopen
Sun Oct 06, 2019 6:47 am
Forum: General Discussion
Topic: Dedicated SRAM for each processor?
Replies: 3
Views: 3977

Dedicated SRAM for each processor?

Hey all, This: https://www.esp32.com/viewtopic.php?t=5450 link is an old conversation talking about how ESP32 can access up to 16MB of additional ram. Additionally it mentions that you can map the 4MB of extra ram location to separate processors. Does this actually exist? Can I map 4MB of SRAM to on...
by pushtoopen
Sun Oct 06, 2019 6:38 am
Forum: General Discussion
Topic: ESP32-D0WD with OV2640 camera.
Replies: 4
Views: 6526

Re: ESP32-D0WD with OV2640 camera.

I was able to get esp-CAM it working electrically with this tutorial: https://randomnerdtutorials.com/esp32-cam-video-streaming-face-recognition-arduino-ide/ I use this cable to flash to it: https://www.amazon.com/Converter-Terminated-Galileo-BeagleBone-Minnowboard/dp/B06ZYPLFNB/ref=asc_df_B06ZYPLFN...
by pushtoopen
Wed Sep 11, 2019 2:31 am
Forum: ESP-WHO
Topic: esp-camera returning half pictures when high quality or higher resolution than SVGA
Replies: 5
Views: 102121

Re: esp-camera returning half pictures when high quality or higher resolution than SVGA

This was exactly the issue, Thanks Dzannda! For all those who want to use the basic ESP-WHO ESP-IDF library and control the camera quality output, go into your app_camera.c file and look for the "camera_config_t config;" declaration. This is the real settings for the camera output over i2C to the es...
by pushtoopen
Tue Sep 10, 2019 2:42 am
Forum: ESP-WHO
Topic: esp-camera returning half pictures when high quality or higher resolution than SVGA
Replies: 5
Views: 102121

Re: esp-camera returning half pictures when high quality or higher resolution than SVGA

Thanks for the path forward. I figured thats what it might be but if youre finding success, then likely im not setting things up properly. I amd using the ESP-IDF codebase and not arduino, but i'll use your guidance and see if i cant find something similar in the codebase. If i find a fix i'll post ...
by pushtoopen
Wed Aug 21, 2019 1:09 am
Forum: ESP-IDF
Topic: esp-tls read error: -76 and errno 11 for OTA esp-idf 4.0
Replies: 1
Views: 4001

Re: esp-tls read error: -76 and errno 11 for OTA esp-idf 4.0

I reverted back to esp-idf v3.3-rc and this is no longer an issue. the OTA update over HTTPS completed successfully.

Please note that this is a legitimate failure in the esp-idf 4.0 toolchain.
by pushtoopen
Tue Aug 20, 2019 5:06 pm
Forum: ESP-IDF
Topic: esp-tls read error: -76 and errno 11 for OTA esp-idf 4.0
Replies: 1
Views: 4001

esp-tls read error: -76 and errno 11 for OTA esp-idf 4.0

Hi all, attempting to get the simple_ota_example working and the device seems to have problems mid download of the hello-world.bin that the readme.md suggests using as a sample file. Running: v4.0-dev-1443-g39f090a4f I used the hello_world example and complied the file after running idf.py menuconfi...