Search found 479 matches

by username
Thu Aug 17, 2023 11:44 am
Forum: ESP-IDF
Topic: How to add PSRAM
Replies: 1
Views: 523

Re: How to add PSRAM

Find any of the dev kits that have PSRAM. Every devkit has a schematic.
by username
Thu Aug 17, 2023 11:40 am
Forum: ESP32 Arduino
Topic: ESP32-S3-MINI-1 wouldn't start
Replies: 1
Views: 861

Re: ESP32-S3-MINI-1 wouldn't start

I had the same problem. What worked for me was to delete .platformio folder in your users folder. The next time you open platformIO it will reinstall everything and then it worked properly.
by username
Thu Aug 17, 2023 11:34 am
Forum: General Discussion
Topic: Getting Started?
Replies: 1
Views: 776

Re: Getting Started?

Any of the ESP32 devices can do what you want. The ESP32-S3 IMHO has the best bang for buck. I suggest you start with the ESP32-S3-DevKitC-1 v1.1 https://docs.espressif.com/projects/esp-idf/en/latest/esp32s3/hw-reference/esp32s3/user-guide-devkitc-1.html The head over to the examples to get a leg up...
by username
Wed Aug 16, 2023 2:16 am
Forum: General Discussion
Topic: Multiple versions of ESP-IDF are possible?
Replies: 3
Views: 1357

Re: Multiple versions of ESP-IDF are possible?

What you want is VSCode portable. Go here: https://code.visualstudio.com/download# Grab the .zip for your computer. What I have done is this. Create a folder ESP_5.1, then create a folder inside there named VSCPortable. Unzip the VSCodeportable to this folder. You also need to add another folder nam...
by username
Mon Aug 14, 2023 11:50 am
Forum: ESP-IDF
Topic: HTTP Server - Progress bar on front end
Replies: 3
Views: 1692

Re: HTTP Server - Progress bar on front end

The OTA i created for myself also uses a web page with a progress bar.
What i did was have the webpage itself show the progress by what it has sent so far, and not have it updated by the ESP32.
by username
Mon Aug 14, 2023 11:47 am
Forum: ESP8266
Topic: Quicker compile and load for small programs?
Replies: 2
Views: 6197

Re: Quicker compile and load for small programs?

228k is nothing for a 8MB part. You have to keep in mind this is not an Atmega, but uses an RTOS and has some overhead.
Also Arduino also adds more overhead as well. If you really want to shrink things down, use IDF.
by username
Mon Aug 14, 2023 11:44 am
Forum: Hardware
Topic: Confused about SPI pins on on the ESP32 PICO-V3-02
Replies: 2
Views: 900

Re: Confused about SPI pins on on the ESP32 PICO-V3-02

look in the examples folder, and check out the SPI examples.
https://github.com/espressif/esp-idf/tr ... eripherals
by username
Sat Aug 12, 2023 11:24 am
Forum: General Discussion
Topic: pin 20 on ESP32 S3 goes high after start
Replies: 2
Views: 1177

Re: pin 20 on ESP32 S3 goes high after start

If you do this and its still high, something else is going on.

gpio_reset_pin(GPIO_NUM_20); gpio_set_direction(GPIO_NUM_20, GPIO_MODE_OUTPUT);gpio_set_level(GPIO_NUM_20, LOW);
by username
Sat Aug 12, 2023 4:29 am
Forum: General Discussion
Topic: Partitions.csv Offset values, needed or not
Replies: 3
Views: 739

Re: Partitions.csv Offset values, needed or not

Thanks, but for the version that all are empty. There is nothing before nvs, so how does it know where to start ?
by username
Sat Aug 12, 2023 3:19 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 836795

Re: What would you like to see in The Next Chip?

A much better A/D converter. Pins for Vref & power to A/D converter.