Search found 637 matches

by mikemoy
Sat Feb 08, 2025 5:30 pm
Forum: General Discussion
Topic: Can I use the 5V power port on the ESP32 to power the sensor?
Replies: 3
Views: 1025

Re: Can I use the 5V power port on the ESP32 to power the sensor?

use its 5V power rail port to connect the sensor's VCC power supply?
Yes, but what voltage is your sensors output voltage? If 5v as well you have to bring that down to 3.3v.
by mikemoy
Sat Feb 08, 2025 5:28 pm
Forum: General Discussion
Topic: Flash Download Tool Virus Threat
Replies: 8
Views: 3224

Re: Flash Download Tool Virus Threat

Just downloaded it. Didn't flag it as a threat this time.
by mikemoy
Sat Feb 08, 2025 5:56 am
Forum: Hardware
Topic: Esp32 serial communication thru rs3232
Replies: 1
Views: 735

Re: Esp32 serial communication thru rs3232

Can you set both GPIO 16 & 17 as inputs. then use a couple jumper wires from GPIO 1 & GPIO3 to 16 & 17.

Basically pair up TXD0/RXD0 with U2TXD/U2RXD, to prove the connections. Then whatever you send out through the default terminal pins will come out on your DB-9 connector.
by mikemoy
Wed Feb 05, 2025 1:04 am
Forum: Hardware
Topic: ESP32-H2 powered by LiFePo4 battery
Replies: 3
Views: 1414

Re: ESP32-H2 powered by LiFePo4 battery

I connected "+" to 3V3 and "-" to GND pin and nothing happens. Battery has been charged to full capacity and voltmeter shows me around 3.44V.
Why would you connect a higher voltage to a 3.3v supply pin ?
by mikemoy
Sat Jan 25, 2025 6:10 am
Forum: General Discussion
Topic: Flash Download Tool Virus Threat
Replies: 8
Views: 3224

Flash Download Tool Virus Threat

I tried to download the "Flash Download Tool"
https://docs.espressif.com/projects/esp ... _tool.html

Windows immediately popped up with a virus threat!
Untitled.jpg
Untitled.jpg (53.41 KiB) Viewed 3224 times
by mikemoy
Sat Jan 18, 2025 10:48 pm
Forum: General Discussion
Topic: GPIO Problems - Functions don't seem to work (ESP-IDF v5.3.1)
Replies: 5
Views: 1907

Re: GPIO Problems - Functions don't seem to work (ESP-IDF v5.3.1)

If memory serves when you have a GPIO pin configured as an output, when you try to read the pin it does not read the actual I/O pin state. Try this. static void i2c_0_task( void *pvParameters ) { // initialize the xLastWakeTime variable with the current time. TickType_t xLastWakeTime = xTaskGetTickC...
by mikemoy
Sun Jan 12, 2025 6:47 am
Forum: General Discussion
Topic: Slow PWM's with ESP32-S3
Replies: 6
Views: 1653

Re: Slow PWM's with ESP32-S3

Ran your question an example if MCPWM can be used as a normal PWM signal? through AI, and this is what It shot back. Yes, you can use the MCPWM module to control a LED via PWM on the ESP32, even though MCPWM is typically used for motor control. When controlling a LED, you typically only care about g...
by mikemoy
Sun Dec 22, 2024 4:19 pm
Forum: Hardware
Topic: ESP32-S3 is unstable
Replies: 2
Views: 965

Re: ESP32-S3 is unstable

the error mainly comes from the quartz oscillator block, when removing the module cover and touching the quartz pins, the module starts again Why would you remove the module cover ? Touching any products crystal pins will result in the same. this error often appears when the weather turns cold, The...
by mikemoy
Thu Dec 19, 2024 3:55 am
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 452
Views: 1040996

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

We really have no upgrade path with Espressif today... I hate to admit it, but I agree. They upgrade one thing and remove another. It's slowly been turning into a Hodgepodge of micros. The P4 had the best shot at having everything until they removed the WiFi. :roll: I say just throw it all in one c...