September 27, 2024, 12:13:05 PM

Recent posts

#81
UEXT / Re: MOD-MP3-X - UEXT playback ...
Last post by mihaiadrian - August 23, 2024, 05:00:08 PM
thank you, in the meantime I found this:

https://github.com/Edzelf/Esp-radio
https://github.com/xtrinch/ESP-internet-radio
https://github.com/Edzelf/ESP32-Radio

So they stream the mp3 from a ESP32 to a VS1053 .  Need to check that into detail to see how they done it
#82
ESP32 / Re: ESP32 POE2
Last post by LubOlimex - August 23, 2024, 03:30:21 PM
Glad to help. Remember that ESP32 chip has a very good multiplexor and you can define most of free GPIOs for other functions (I2C, SPI, UART, etc).
#83
ESP32 / Re: ESP32 POE2
Last post by leonardo.zambonelli - August 23, 2024, 12:53:07 PM
UPDATE!!!
Now i'm using different pin taken fromUEXT connector for debug console, and evrything is working fine!!
I suggest to update your documentation for this board, with a "FAQ" about that problem

You made my day!
Thank u very much!
#84
ESP32 / Re: ESP32 POE2
Last post by LubOlimex - August 23, 2024, 08:41:32 AM
As visible from all of my screenshots the console is working fine (else I won't get anything from the board), but if you can't get the USB console working, you can always use external USB-serial adapter and change the debug to another serial instead.

https://www.olimex.com/Products/IoT/Programmer/ESP-PROG/open-source-hardware
https://www.olimex.com/Products/Breadboarding/BB-CH340T/open-source-hardware
#85
ESP32 / Re: ESP32 POE2
Last post by leonardo.zambonelli - August 22, 2024, 06:56:49 PM
UPDATE!

Using Loook@lan i can see device is working fine and i can ping it.
But no console available, so it's impossible to work with that!

#86
ESP32 / Re: ESP32 POE2
Last post by LubOlimex - August 22, 2024, 08:43:59 AM
I see counter every iteration with your code without any changes:

#87
UEXT / Re: MOD-MP3-X - UEXT playback ...
Last post by LubOlimex - August 22, 2024, 08:40:06 AM
I believe all demos we've provided are for UEXT smart control mode only.
#88
STMP1 / Re: HDMI resolutions
Last post by LubOlimex - August 22, 2024, 08:25:01 AM
I am not sure, but the HDMI is not native for the board, external convertor is used. Sure the convertor supports 1080p but the board doesn't provide good enough signal for higher resolutions. So the problem is in the video output of STMP157 chip not in the convertor.
#89
ESP32 / Re: ESP32 POE2
Last post by LubOlimex - August 22, 2024, 08:20:06 AM
QuoteMay you provide me a complete example project using 4.3 esp-idf, please?

Unfortunately, I don't have ESP-IDF 4.3 installed anymore (only the latest version) and I am afraid it might corrupt my 5.3 installation. But I am 99% sure the 4.3 default Ethernet example + the changes you and I made would make it work too.

This example I mean:

https://github.com/espressif/esp-idf/tree/release/v4.3/examples/ethernet/basic
#90
STMP1 / HDMI resolutions
Last post by bobdole - August 21, 2024, 09:36:12 PM
Hi, recently setup STMP157-OLinuXino-LIME2 with e-mmc module, All working well just wondering if a resolution of 1920x1080 30hz can be set, datasheet says it can support, currently stuck at 1280x720 in Debian with xfce.
other resolutions available are 1440x576 and lower resolutions.