Search found 24 matches

by Fran_iii
Fri Sep 27, 2024 4:03 pm
Forum: General Discussion
Topic: Which esp32 module is most actively supported on the Forum?
Replies: 1
Views: 525

Which esp32 module is most actively supported on the Forum?

I want to make sure there is lots of forum support for any esp32 module I choose to use.

Which modules are among the most popular and most supported here on the forum?

Thanks for any help.
by Fran_iii
Wed Sep 25, 2024 12:40 pm
Forum: General Discussion
Topic: How to install the esp32 Tool?
Replies: 3
Views: 1114

Re: How to install the esp32 Tool?

That looks like the source code repository.
Where can I just download and install esp32 Tool?
Thanks for the help!
by Fran_iii
Tue Sep 24, 2024 3:03 pm
Forum: General Discussion
Topic: How to install the esp32 Tool?
Replies: 3
Views: 1114

How to install the esp32 Tool?

Where can I download "esp32 Tools" for Windows 10? 1 - In this video... https://www.youtube.com/watch?v=u5unB24lhC4&t=1453s at about minute 14 he discusses downloading and installing the esp32 Tool... Which, among other things, will identify which esp32 module you have... I think. I can't find where...
by Fran_iii
Sun Aug 27, 2023 12:30 pm
Forum: General Discussion
Topic: Which ESP32 Board? Is WROOM dead?
Replies: 2
Views: 872

Re: Which ESP32 Board? Is WROOM dead?

Thank you for your kind response. It was helpful.
by Fran_iii
Sun Aug 27, 2023 12:10 am
Forum: General Discussion
Topic: Which ESP32 Board? Is WROOM dead?
Replies: 2
Views: 872

Which ESP32 Board? Is WROOM dead?

Extremely confused by so many versions of the ESP32 Board and associated chips/modules. Some of the features I'm looking for... 8 Mb to 32 Mb of flash memory (2Mb or 4Mb may work but unsure so larger seems better) I2C (hopefully 2) SPI ADC DAC (optional) Bluetooth WiFi (onboard antenna nice but not ...
by Fran_iii
Fri Dec 17, 2021 12:29 am
Forum: General Discussion
Topic: How to monitor, sample, and convert several analog signals with the ESP32 ADC ?
Replies: 0
Views: 3356

How to monitor, sample, and convert several analog signals with the ESP32 ADC ?

1 - At what speed does the ESP32 Analog to Digital work? What is the maximum samples per second that it can convert? 2 - Is there a built in way to monitor, sample, and convert than one analog signal with the on board ADC? 3 - If not how would you monitor sample and convert more than one analog sign...
by Fran_iii
Fri May 07, 2021 5:42 pm
Forum: General Discussion
Topic: Programing the ESP32's Tensilica Xtensa LX6 with Assembly Language?
Replies: 1
Views: 3382

Programing the ESP32's Tensilica Xtensa LX6 with Assembly Language?

Is it now possible to program the Tensilica Xtensa LX6 inside the ESP32 using Assembly Language? If so what IDE and process to compile and upload the object code to the ESP32/Xtensa LX6 ? Thanks for any help. PS - Searched this online but stuff I found was several years old so I'm looking for curren...
by Fran_iii
Wed May 05, 2021 6:42 pm
Forum: General Discussion
Topic: Where does Arduino IDE save compiled code (aka "binary blob") to upload to espTools?
Replies: 1
Views: 2149

Where does Arduino IDE save compiled code (aka "binary blob") to upload to espTools?

I have several goals in learning about this... One of them is finding where the Arduino IDE source code is compiled to before it is uploaded to the device... Arduino Uno or EXP32. Here are the questions: 1 - Clicking the "Verify" Icon on the Arduino IDE causes the source code to compile but not uplo...
by Fran_iii
Wed May 05, 2021 3:11 pm
Forum: General Discussion
Topic: ESPtool command to return Memory on ESP32 DevKit?
Replies: 2
Views: 3393

Re: ESPtool command to return Memory on ESP32 DevKit?

That did it.
Question Answered by by ESP_Minatel.
Thanks for the help.
by Fran_iii
Tue May 04, 2021 12:13 am
Forum: General Discussion
Topic: ESPtool command to return Memory on ESP32 DevKit?
Replies: 2
Views: 3393

ESPtool command to return Memory on ESP32 DevKit?

What is the ESPtool command entry to return how much memory... ram, sram, flash memory, etc is on the Espressif ESP32 DevKit V4 board? I just got ESPtool installed on a Win10 PC and a Linux Mint 20 machine and am learning how to use it. From the command line I know... > esptool.py --help and... >esp...