Search found 2 matches

by 7374616e74
Wed Jun 16, 2021 2:15 pm
Forum: ESP-IDF
Topic: External vs internal ram management
Replies: 1
Views: 1674

External vs internal ram management

Hi :) I'm trying to add the esp32-camera to an existing project. The camera example from esp-who works on one side ( with external ram), and my existing project also works on its side ( without external ram). Now the problem I have is I run out of memory when trying to have them both in the same fir...
by 7374616e74
Sat Jan 12, 2019 4:07 pm
Forum: ESP-IDF
Topic: [ Feedback Request ] I made a boilerplate (or starter-kit) that generates code for you, so you can focus on your code..
Replies: 0
Views: 2184

[ Feedback Request ] I made a boilerplate (or starter-kit) that generates code for you, so you can focus on your code..

So after spending few months playing with esp-idf, I thought that once you got past wifi/ble/ota/http/key-value/etc... setup, which can be a real pain in the a**, it's actually very cool to code on the esp-idf:) So I thought maybe having a well structured starting point that implements most of these...