Search found 200 matches

by liaifat85
Fri Jan 19, 2024 3:19 pm
Forum: General Discussion
Topic: Multiple OneWire DS18B20 Instances?
Replies: 1
Views: 880

Re: Multiple OneWire DS18B20 Instances?

These links can help you regarding how to connect multiple DS18B20 sensors with one microcontroller.
https://randomnerdtutorials.com/esp32-m ... e-sensors/
https://www.theengineeringprojects.com/ ... duino.html
by liaifat85
Thu Jan 18, 2024 4:18 pm
Forum: General Discussion
Topic: MQTT disconnect
Replies: 2
Views: 887

Re: MQTT disconnect

Inspect the MQTT broker/server logs for any indications of issues on the server side.
by liaifat85
Sat Jan 13, 2024 12:06 pm
Forum: ESP8266
Topic: Uploading image to Google Drive (adapting esp32-Cam example)
Replies: 2
Views: 41393

Re: Uploading image to Google Drive (adapting esp32-Cam example)

Replace the following line: //char *input = (char *)fb->buf; char *input = (char *)bmpFile.read(); with char *input = (char *)bmpFile.read(); // Read one byte at a time and replace //int fbLen = fb->len; int fbLen = sizeof(bmpFile); with int fbLen = bmpFile.size(); // Get the size of the file See if...
by liaifat85
Fri Jan 12, 2024 8:13 am
Forum: General Discussion
Topic: ESP32 with CP2102 will not work on my laptop. Not a driver issue.
Replies: 1
Views: 25278

Re: ESP32 with CP2102 will not work on my laptop. Not a driver issue.

Sounds like there is an issue with that specific USB PORT of the laptop.
by liaifat85
Thu Jan 11, 2024 12:28 pm
Forum: General Discussion
Topic: Is this repo legit and/or backed by Espressif?
Replies: 1
Views: 23888

Re: Is this repo legit and/or backed by Espressif?

Looks like the second account is backed by espressif.
by liaifat85
Thu Jan 11, 2024 12:22 pm
Forum: ESP-IDF
Topic: Webserver lost connection of ESP32 module
Replies: 4
Views: 48800

Re: Webserver lost connection of ESP32 module

Adjust the timeout values in your WebSocket configuration cautiously. For example, try increasing the network_timeout_ms value to see if it affects the stability.
by liaifat85
Thu Jan 11, 2024 12:16 pm
Forum: General Discussion
Topic: How to program custom ESP32 S3 chip hardware
Replies: 11
Views: 106221

Re: How to program custom ESP32 S3 chip hardware

I'd suggest to test the ESP32 S3 chip-based PCB.