Search found 102 matches

by Agree007
Tue Jul 11, 2023 4:48 pm
Forum: General Discussion
Topic: Esp32 UDP voice receive
Replies: 4
Views: 1361

Re: Esp32 UDP voice receive

If you want to send real audio from the phone to the esp32 using udp, you will have a lot of work to do.

If you want to send a udp datagram (text msg) to the esp32 you can use a Text-To-Spech (TTS) library to play it to a speaker 😉
by Agree007
Sun Jun 25, 2023 12:02 pm
Forum: General Discussion
Topic: Getting an ST7789 display to run on ESP32 Cam in Micropython
Replies: 2
Views: 1562

Re: Getting an ST7789 display to run on ESP32 Cam in Micropython

What esp32 cam do you have ? Most of them dont have the free pins required for the display ?
by Agree007
Mon Apr 03, 2023 6:04 pm
Forum: ESP32 Arduino
Topic: ESP32-S2 Audio I2S library
Replies: 4
Views: 8163

Re: ESP32-S2 Audio I2S library

What esp32 -s2 module do you have ? and what i2s library, does it support esp32-s2 ?
by Agree007
Wed Mar 24, 2021 8:40 am
Forum: Hardware
Topic: OTA and deepsleep
Replies: 1
Views: 2468

Re: OTA and deepsleep

No, OTA is using WiFi and then you can not use deep sleep. In you code you can setup a funktion to run when OTA starts, set a variable to true and then disable everything else when it is true.
by Agree007
Tue Mar 09, 2021 6:43 pm
Forum: Hardware
Topic: ttgo t-camera v 18650 single battery shield
Replies: 2
Views: 3160

Re: ttgo t-camera v 18650 single battery shield

With only one 18650 battery, be sure to use high quality , some cheap from china does not have the required power.

I have esp32 running on one cell, so with the right shield and battery it will work as Long as the battery have Power.
by Agree007
Mon Feb 15, 2021 2:20 pm
Forum: Hardware
Topic: Required long cable for ESP32-CAM Module
Replies: 16
Views: 13483

Re: Required long cable for ESP32-CAM Module

Depend on how long you need, on Banggood they have 2 lenght, one short (normal size) and one longer.
by Agree007
Fri Feb 12, 2021 5:08 pm
Forum: General Discussion
Topic: ESP_32 WIFI_UDP [Access point] Configuration for sent audio buffer data ??
Replies: 2
Views: 2716

Re: ESP_32 WIFI_UDP [Access point] Configuration for sent audio buffer data ??

You can find example code for UDP server for both esp-idf and arduino, you can use in eclipse idé, use Google to find it.

UDP might not be ok for handling your audio, if that the case you can use TCP.
by Agree007
Wed Jan 20, 2021 3:51 pm
Forum: General Discussion
Topic: Seeking WiFi-based personal alert device
Replies: 5
Views: 4727

Re: Seeking WiFi-based personal alert device

Use a small esp32 in Deep sleep, with a battery and button The esp32 wakes up, when the button is pushed and send an email, or TCP/UDP message to other esp32 ( Places within WiFi Range) which the flash red light, activate a buzzer, promt message on a max7219 display et.
by Agree007
Tue Jan 19, 2021 10:22 pm
Forum: Hardware
Topic: Getting this error while uploading a sketch to ESP32-Cam module
Replies: 2
Views: 3349

Re: Getting this error while uploading a sketch to ESP32-Cam module

Have you selected the right module in Arduino and running the latest version ?
If yes I have No clue .