Search found 15 matches
- Tue Jun 27, 2023 2:56 pm
- Forum: General Discussion
- Topic: STM32 MCU + ESP32 module + Wi-Fi Mesh application possible
- Replies: 1
- Views: 1216
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...
- Wed Apr 20, 2022 5:11 pm
- Forum: General Discussion
- Topic: ESP32 - Measuring 3.0V on some GPIOS
- Replies: 2
- Views: 1665
ESP32 - Measuring 3.0V on some GPIOS
Hi All, Why do i measure only 3.0V on some GPIOs?
- 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: 6569
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.
It was my multimeter loading the IO lines and reading it as 1.6V instead of 3.3V.
Thanks to all members who commented.
- 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: 6569
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
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
- 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: 6569
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 ...
- 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: 6569
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.
As we enabled the pullup resistor, the pin voltage is expected to be 3.3V. I am not sure what would be an issue.
- 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: 6569
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
Thanks for your response.
I enabled pull-up and still measuring the same 1.6V.
Code screedhot attached
- 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: 6569
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...
- Sat Apr 02, 2022 6:28 am
- Forum: General Discussion
- Topic: ESP32-WROOM-32 Module
- Replies: 2
- Views: 2161
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...
- Sat Mar 26, 2022 3:41 am
- Forum: Hardware
- Topic: ESP32-C3-MINI-1 : USB for programming
- Replies: 2
- Views: 5284
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?
If the device supports programming embedded/external flash through USB serial, then why the dev board is using USB to UART converter?