Search found 26 matches
- Thu May 23, 2024 1:01 pm
- Forum: General Discussion
- Topic: What would you like to see in The Next Chip?
- Replies: 443
- Views: 939368
Re: What would you like to see in The Next Chip?
Let me toss in another vote for evolution, instead of revolution. I also think the ESP32S3 is a very good chip in its present form. If there was a way to get an updated version (lets call it S6 for now), I'd like to see three things – in the order of importance: 0. More IRAM. Really, that's the mo...
- Fri Aug 06, 2021 2:23 pm
- Forum: Documentation
- Topic: ESP8685 Datasheet | 技术规格书
- Replies: 4
- Views: 27196
Re: ESP8685 Datasheet | 技术规格书
A bit sad it seems not pin to pin compatible with old ESP8285, it would be perfect to change the ESP8285 on some modules we have gaining BLE and more heap without have to redesign everything
Nice release anyway!
Nice release anyway!
- Mon Dec 07, 2020 5:01 pm
- Forum: General Discussion
- Topic: ESP32-C3 RISC-V Core - ...What i found just in time ...
- Replies: 24
- Views: 39008
Re: ESP32-C3 RISC-V Core - ...What i found just in time ...
Any power consumption numbers? similar to ESP32 or are we going to be surprised?
- Sat Mar 07, 2020 6:45 pm
- Forum: General Discussion
- Topic: Run linux on the ESP32?
- Replies: 20
- Views: 78669
Re: Run linux on the ESP32?
There is a curious branch in official linux-xtensa repo, called xtensa-5.6-esp32 with the following description:
Configured with FLASH and PSRAM it is capable of running noMMU Linux
it's here: https://github.com/jcmvbkbc/linux-xtens ... af8a5d20aa
Configured with FLASH and PSRAM it is capable of running noMMU Linux
it's here: https://github.com/jcmvbkbc/linux-xtens ... af8a5d20aa
- Sat Dec 15, 2018 2:44 pm
- Forum: ESP32 Arduino
- Topic: Unsucessful HTTPS connection with own CA
- Replies: 3
- Views: 6293
Re: Unsucessful HTTPS connection with own CA
have you tried with without www?
Code: Select all
const char* host = "esp32.sk";
- Sat Dec 01, 2018 11:39 pm
- Forum: General Discussion
- Topic: Best way to get 16MB WROOM modules?
- Replies: 9
- Views: 14192
- Mon Aug 20, 2018 1:34 pm
- Forum: General Discussion
- Topic: Anyone considering VoIP using the ESP32-LyraT
- Replies: 5
- Views: 9489
Re: Anyone considering VoIP using the ESP32-LyraT
I'm also interested, for now the closest I found was https://github.com/chrta/sip_call but it would be interesting if it could be used with ESP32 ADF
- Mon Jul 16, 2018 12:55 pm
- Forum: General Discussion
- Topic: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
- Replies: 3
- Views: 6989
Re: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
Hi Angus, Thanks for your post, now it's more clear for me: the intend of sound-open-firmware is to be a firmware that communicates with ALSA and not ALSA itself, so the DSP needs something with Linux connected to work Before read your post I tried a bit more, probably no one will use this, but just...
- Sun Jul 15, 2018 9:04 pm
- Forum: General Discussion
- Topic: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
- Replies: 3
- Views: 6989
Re: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
make[2]: Leaving directory '/home/copercini/sof.git/src/lib' Making all in arch make[2]: Entering directory '/home/copercini/sof.git/src/arch' Making all in xtensa make[3]: Entering directory '/home/copercini/sof.git/src/arch/xtensa' cat ../../platform/cannonlake/cannonlake.x.in | xtensa-esp32-elf-...
- Sun Jul 15, 2018 8:45 pm
- Forum: General Discussion
- Topic: Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
- Replies: 3
- Views: 6989
Is it possible to port Advanced Linux Sound Architecture (ALSA) to ESP32 ?
I was looking some Intel boards with xtensa DSP and found that Advanced Linux Sound Architecture (ALSA) and PortAudio http://www.portaudio.com/ works on these boards, here is the main page with more informations about ALSA for xtensa: https://www.alsa-project.org/main/index.php/Firmware I tried to c...