Search found 4 matches
- Sat Oct 18, 2025 8:00 am
- Forum: ESP32 Arduino
- Topic: ESP32 not recognized by PC. No COM port problem!
- Replies: 22
- Views: 358401
Re: ESP32 not recognized by PC. No COM port problem!
If the board still doesn’t show up after installing the FTDI or CP210x drivers, it’s worth checking how the esp32 is powered and initialized. Some boards, especially older dev kits or custom modules, don’t auto-reset when flashing — meaning you might need to manually hold BOOT while tapping EN to ...
- Sun Oct 12, 2025 2:12 pm
- Forum: General Discussion
- Topic: Anyone tried stable Wi-Fi streaming on ESP32-WROOM with Arduino IDE?
- Replies: 0
- Views: 768
Anyone tried stable Wi-Fi streaming on ESP32-WROOM with Arduino IDE?
I’m using the ESP32-WROOM
Module Development Board for a small IoT camera project, but the Wi-Fi stream occasionally drops when Bluetooth is active. Has anyone found an effective way to maintain stable dual-mode (Wi-Fi + Bluetooth) performance—maybe through task prioritization in FreeRTOS or by ...
Module Development Board for a small IoT camera project, but the Wi-Fi stream occasionally drops when Bluetooth is active. Has anyone found an effective way to maintain stable dual-mode (Wi-Fi + Bluetooth) performance—maybe through task prioritization in FreeRTOS or by ...
- Fri Sep 19, 2025 4:03 am
- Forum: General Discussion
- Topic: ESP8266 HARDWARE WDT - What's its purpose?
- Replies: 2
- Views: 554
Re: ESP8266 HARDWARE WDT - What's its purpose?
It’s tricky because Espressif never really gives a clean spec sheet on the hardware WDT, but here’s what’s been pieced together from SDK code and a lot of trial/error:
The hardware watchdog lives in the RTC side of the chip and keeps an eye on the system task queue (Wi-Fi + RTOS scheduler).
It’s ...
The hardware watchdog lives in the RTC side of the chip and keeps an eye on the system task queue (Wi-Fi + RTOS scheduler).
It’s ...
- Wed Sep 10, 2025 6:46 am
- Forum: General Discussion
- Topic: Trouble Getting Accurate Readings from MAX30205 Body Temperature Sensor on Arduino
- Replies: 1
- Views: 1212
Trouble Getting Accurate Readings from MAX30205 Body Temperature Sensor on Arduino
I’m building a digital thermometer using the MAX30205 body temperature sensor with Arduino Uno. The wiring is:
VCC → 3.3V
GND → GND
SDA → A4
SCL → A5
I used the example code from the library, but the readings seem stuck around 32–33 °C, even when I touch the sensor. I expected it to rise closer ...
VCC → 3.3V
GND → GND
SDA → A4
SCL → A5
I used the example code from the library, but the readings seem stuck around 32–33 °C, even when I touch the sensor. I expected it to rise closer ...