Search found 6 matches

by avidNewb
Fri Mar 17, 2023 5:04 am
Forum: ESP-IDF
Topic: Does the ESP32-C6 support example apps in new ESP Matter SDK?
Replies: 2
Views: 2021

Re: Does the ESP32-C6 support example apps in new ESP Matter SDK?

mwirth wrote:
Thu Feb 16, 2023 7:06 pm
To be perfectly clear, I should have said "Does the ESP32-C6 support Thread example apps in new ESP Matter SDK?"
I still haven't gotten this to work.
by avidNewb
Wed Jul 31, 2019 4:40 am
Forum: ESP32 Arduino
Topic: Options to resolve: "IRAM0 segment data does not fit"
Replies: 3
Views: 4525

Re: Options to resolve: "IRAM0 segment data does not fit"

Update:
I now understand that the iram2 segment is actually flash so this doesn't help me.
by avidNewb
Wed Jul 31, 2019 4:24 am
Forum: ESP32 Arduino
Topic: Options to resolve: "IRAM0 segment data does not fit"
Replies: 3
Views: 4525

Re: Options to resolve: "IRAM0 segment data does not fit"

It's an aquarium light controller with some tasks in IRAM such as the dimmer task. Other than that, I'm not really. I've moved almost everything out that I can. It's not even when I'm adding to these tasks that the error occurs. For instance, I'm working on esp now communication and somehow breached...
by avidNewb
Tue Jul 30, 2019 8:31 pm
Forum: ESP32 Arduino
Topic: Options to resolve: "IRAM0 segment data does not fit"
Replies: 3
Views: 4525

Options to resolve: "IRAM0 segment data does not fit"

Using Arduino IDE and ESP-IDF 1.0.2 I've got a very large project that I keep hitting the limits of IRAM for. Each time I refactor any code I can to decrease the load and end up removing the "IRAM_ATTR" attribute from one of my tasks. However, I'm running out of opportunities to do that and I'm not ...
by avidNewb
Tue Jul 30, 2019 7:52 pm
Forum: ESP32 Arduino
Topic: ILI9341 Graphics Test Errors
Replies: 1
Views: 3064

Re: ILI9341 Graphics Test Errors

Changed out resistors and got it working. Closing.
by avidNewb
Sat Jun 29, 2019 11:55 pm
Forum: ESP32 Arduino
Topic: ILI9341 Graphics Test Errors
Replies: 1
Views: 3064

ILI9341 Graphics Test Errors

I'm trying to get this display (https://tinyurl.com/yyc8hrxo) working with this board (https://tinyurl.com/y5whqvrf). I'm using the Adafruit_ILI9341 library and the ESP32_ILI9341_Graphicstest. I'm compiling and uploading with Arduino IDE 1.8.9 (tried both store and desktop versions on Windows 10). N...