Search found 8 matches

by Espe21
Sat Feb 12, 2022 5:27 pm
Forum: General Discussion
Topic: Which mode do I have to use to connect with WPA AES?
Replies: 0
Views: 918

Which mode do I have to use to connect with WPA AES?

Which mode do I have to use to connect with WPA AES?
by Espe21
Thu Feb 10, 2022 11:52 am
Forum: ESP32 Arduino
Topic: Random STA_DISCONNECTED
Replies: 0
Views: 1465

Random STA_DISCONNECTED

I am using an ESP32 Chip model = ESP32-D0WDQ6 Rev 1 i want to use the esp32 for wled https://github.com/atuline/WLED All works fine but one problem occurs. when wled is running it sometimes happens that i can't connect to the esp32 ip adress. no matter whether from the pc or from the smartphone. or ...
by Espe21
Tue Sep 11, 2018 3:26 pm
Forum: General Discussion
Topic: ESP32 Sound output to Amplifier?
Replies: 3
Views: 8468

Re: ESP32 Sound output to Amplifier?

i have already an i2s dac and it works fine. you can see it here: https://img2.picload.org/image/dlpoloal/esp32_pcm5102.jpg Now i want to drive an Class D Amplifier. But this don't work because i want to connect an headphone also and a class d is bridged. I also have noises in the audio. i have boug...
by Espe21
Mon Sep 10, 2018 6:10 pm
Forum: General Discussion
Topic: ESP32 Sound output to Amplifier?
Replies: 3
Views: 8468

ESP32 Sound output to Amplifier?

I use an esp32 with the Karadio32 project: https://github.com/karawin/Ka-Radio32 I stream Music from my computer into the wlan. The esp32 receive this stream and output the sound on the DAC. This works fine. But no i need an amplifier with bass and treble regulation and much volume for an Headphone....
by Espe21
Wed May 23, 2018 1:02 pm
Forum: Showcase
Topic: ESP32 Webradio
Replies: 188
Views: 506669

Re: ESP32 Webradio

i have a problem with the webradio. Here is the log: (5841) http_client: ... socket send success (6861) audio_player: Buffer fill 25%, 16026 bytes (7781) audio_player: Buffer fill 49%, 31998 bytes (8611) audio_player: Buffer fill 75%, 48009 bytes (9521) audio_player: RAM left 143352 (9521) audio_pla...
by Espe21
Wed May 23, 2018 8:51 am
Forum: General Discussion
Topic: Eclipse: fatal error: ets_sys.h: No such file or directory
Replies: 3
Views: 6431

Re: Eclipse: fatal error: ets_sys.h: No such file or directory

sorry. this was the wrong log. But i have solved my problem. thank you.
by Espe21
Mon May 21, 2018 12:34 pm
Forum: General Discussion
Topic: Eclipse: fatal error: ets_sys.h: No such file or directory
Replies: 3
Views: 6431

Eclipse: fatal error: ets_sys.h: No such file or directory

if i try to build the blinky example i get this error messages: 14:28:35 **** Incremental Build of configuration Default for project blinky **** python c:/msys32/home/pascal/esp/esp-idf/tools/windows/eclipse_make.py all ../user/user_main.c:6:21: fatal error: ets_sys.h: No such file or directory #inc...
by Espe21
Sat May 19, 2018 6:47 am
Forum: General Discussion
Topic: line in audio send over wifi possible?
Replies: 1
Views: 4510

line in audio send over wifi possible?

My imagination is: Connect the line out (or speaker out) from an audio device (like mp3 player) to an esp32. The esp32 send it over wifi to another esp32 and plays the audio. Mp3 player -> esp32 ....wifi....-> esp32 -> amplifier -> speaker Is this possible? what do i need? have you links to similar ...