ESP32 Webradio
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: ESP32 Webradio
^_^
In the spirit of full disclosure, I'm currently working on a fork of the project to make an Amazon Alexa client, and have progressed to a stage where SSL via mbedtls and HTTP/2 via nghttp2 works. TODOs are I2S microphone input (via InvenSense ICS-43434) and communication with the Amazon Alexa backend, which I'm currently protoyping in Java.
Not sure if that warrants one of your boards...
In the spirit of full disclosure, I'm currently working on a fork of the project to make an Amazon Alexa client, and have progressed to a stage where SSL via mbedtls and HTTP/2 via nghttp2 works. TODOs are I2S microphone input (via InvenSense ICS-43434) and communication with the Amazon Alexa backend, which I'm currently protoyping in Java.
Not sure if that warrants one of your boards...
Re: ESP32 Webradio
BuddyCasino wrote:^_^
In the spirit of full disclosure......
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 21
- Joined: Sun Nov 15, 2015 4:14 am
Re: ESP32 Webradio
Any progress on this? Thinking about building myself a little MP3 streamer/playerJakobsen wrote:Hi Buddy
O yes - need more coffee - i did commit - as I use to on SVN but i see there is more to it then that.
I will try to follow you description tonight and have added git to my bucket list.
Thanks /j
Re: ESP32 Webradio
Hi Jimmy
No sorry - was hit by work. But just get going - the code works out the box - mono. There is still room for improvement on the UX part of the code. /j
No sorry - was hit by work. But just get going - the code works out the box - mono. There is still room for improvement on the UX part of the code. /j
Analog Digital IC designer / DevOps @ Merus Audio, Copenhagen, Denmark.
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
We do novel and best in class Audio amplifiers for consumer products.
Programmed assembler for C-64 back in 1980's, learned some electronics - hacking since then
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: ESP32 Webradio
Haven't gotten to that part yet, I'm just realizing that C pointers can be tougher than I thought and kinda stuck in a refactoring.
I chose mbedtls because its the native API for the ESP32 (OpenSSL is just wrapping it and nt completely implemented), and using nghttp I had to implement the I/O parts all by myself anyway. Its actually not that hard.
I chose mbedtls because its the native API for the ESP32 (OpenSSL is just wrapping it and nt completely implemented), and using nghttp I had to implement the I/O parts all by myself anyway. Its actually not that hard.
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: ESP32 Webradio
If you want to verify the server certificate, then yes you need to have the appropriate root cert in memory somewhere. If not, you can simply ignore it. I haven't seen a generic lib that comes with all of the common CAs and automatically picks the right one, but if it exists I'd be happy to learn about it.
I need HTTP2 because I'm building an Amazon Alexa client, and thats all they offer.
I need HTTP2 because I'm building an Amazon Alexa client, and thats all they offer.
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: ESP32 Webradio
Its going to be on Github as soon as I got it to work.
Re: ESP32 Webradio
BuddyCasino wrote:Its going to be on Github as soon as I got it to work.
we did it in the meantime
-------------------------------------
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
love it, change it or leave it.
-------------------------------------
問候飛出去的朋友遍全球魯迪
-
- Posts: 263
- Joined: Sun Jun 19, 2016 12:00 am
Re: ESP32 Webradio
Thats ok. I won't fret.
Who is online
Users browsing this forum: No registered users and 52 guests