Search found 15 matches

by velmurugan7kmvs
Tue Jun 27, 2023 2:56 pm
Forum: General Discussion
Topic: STM32 MCU + ESP32 module + Wi-Fi Mesh application possible
Replies: 1
Views: 736

STM32 MCU + ESP32 module + Wi-Fi Mesh application possible

Hi All, In our existing design, we use STM32 MCU and now like to add Wi-Fi with MESH kind of application. Initally I assumed i can use ESP32 module with an AT Command firmware to create Wi-Fi Mesh application. However, after looking at the below page, it clearly points that AT commands do not suppor...
by velmurugan7kmvs
Wed Apr 20, 2022 5:11 pm
Forum: General Discussion
Topic: ESP32 - Measuring 3.0V on some GPIOS
Replies: 2
Views: 1354

ESP32 - Measuring 3.0V on some GPIOS

GPIO_Measurement.PNG
GPIO_Measurement.PNG (28.94 KiB) Viewed 1354 times
Hi All, Why do i measure only 3.0V on some GPIOs?
by velmurugan7kmvs
Wed Apr 20, 2022 5:08 pm
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

Re: ESP32 - added pull-up to 3.3V but measuring 1.6V

Hello All,

It was my multimeter loading the IO lines and reading it as 1.6V instead of 3.3V.
Thanks to all members who commented.
by velmurugan7kmvs
Tue Apr 12, 2022 11:23 am
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

Re: ESP32 - added pull-up to 3.3V but measuring 1.6V

Hi ESP_Sprite,

I configured it as general input GPIO and i have an external pull-up resistor 1Mohm, but still measuring 1,6V only?
I added pullup to 3.3V.

Regards.
Velmurugan
by velmurugan7kmvs
Mon Apr 11, 2022 9:44 am
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

Re: ESP32 - added pull-up to 3.3V but measuring 1.6V

Even if i configure the pin as output and make it is HIGH or low, I am reading 1.6V only. Totally weird to me. void setup() { // put your setup code here, to run once: Serial.begin (115200); Serial.print("Serial Init Success"); pinMode(39, OUTPUT); } void loop() { // put your main code here, to run ...
by velmurugan7kmvs
Mon Apr 11, 2022 9:09 am
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

Re: ESP32 - added pull-up to 3.3V but measuring 1.6V

I removed 1Mohm pull-up resistor on one of the GPIO and read 0V.
As we enabled the pullup resistor, the pin voltage is expected to be 3.3V. I am not sure what would be an issue.
by velmurugan7kmvs
Mon Apr 11, 2022 4:34 am
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

Re: ESP32 - added pull-up to 3.3V but measuring 1.6V

Hi @tommeyers,

Thanks for your response.
I enabled pull-up and still measuring the same 1.6V.
Code screedhot attached
by velmurugan7kmvs
Sun Apr 10, 2022 7:27 pm
Forum: General Discussion
Topic: ESP32 - added pull-up to 3.3V but measuring 1.6V
Replies: 7
Views: 5022

ESP32 - added pull-up to 3.3V but measuring 1.6V

Hi, I have 3.3V pullup on all ESP32 GPIO pins. The pull-up resistor value is 1Mohm. However, I am measuring only 1.6V on the MCU IO pin. I measured using multimeter. What could be the reason? The pull-ups are added on the following IO lines and readin 1.6V on all IOs. GPIO36 GPIO39 GPIO34 GPIO35 GPI...
by velmurugan7kmvs
Sat Apr 02, 2022 6:28 am
Forum: General Discussion
Topic: ESP32-WROOM-32 Module
Replies: 2
Views: 1783

ESP32-WROOM-32 Module

Hi All, Newbie to ESP32 programming. Accidentally programmed the application firmware bin on the memory location 0x1000 using the following command, esptool --chip ESP32 -p COM32 --before default_reset --after hard_reset write_flash 0x1000 esp32.bin Seem i overwritten the bootloader at 0x1000 :( I a...
by velmurugan7kmvs
Sat Mar 26, 2022 3:41 am
Forum: Hardware
Topic: ESP32-­C3­-MINI-­1 : USB for programming
Replies: 2
Views: 3696

Re: ESP32-­C3­-MINI-­1 : USB for programming

Datasheet snap:
If the device supports programming embedded/external flash through USB serial, then why the dev board is using USB to UART converter?
esp32-C3_USB_Serial.png
esp32-C3_USB_Serial.png (66.87 KiB) Viewed 3688 times