Search found 477 matches

by username
Thu Sep 21, 2023 1:36 am
Forum: ESP-IDF
Topic: UART data corrupted and events delayed while connecting to Wifi
Replies: 1
Views: 688

Re: UART data corrupted and events delayed while connecting to Wifi

Have you made any changes in menuconfig ?
Like changing the CPU speed from default 160mhz to 240 ?
There are allot of other options in there such as placing uart functions into IRAM.
by username
Tue Aug 22, 2023 11:35 pm
Forum: General Discussion
Topic: Using printf with \r does not print anything
Replies: 10
Views: 3104

Re: Using printf with \r does not print anything

Well....I thank you and all for your time. I tried this on several devices, and even installed IDF v4.4.1 all with same results. The really weird thing about all this is that (hope you believe me) \r did work on my espressif devices before. In any event, if anyone else runs into this like you all sa...
by username
Tue Aug 22, 2023 1:48 pm
Forum: General Discussion
Topic: Using printf with \r does not print anything
Replies: 10
Views: 3104

Re: Using printf with \r does not print anything

I would like to thank everyone for pitching in. Before you write me off as crazy consider this. As I have mentioned in all my 25+ years I have never used fflush(stdout); before and printf would print without using \n. Something has changed using printf, not sure what. Many times in the past when I d...
by username
Mon Aug 21, 2023 1:20 am
Forum: General Discussion
Topic: Using printf with \r does not print anything
Replies: 10
Views: 3104

Re: Using printf with \r does not print anything

boarchuz wrote:He's right, put a "fflush(stdout);" in there.
I did add fflush(stdout); and same result.

Something is strange, because i just tried something simple like printf("A"); and even that does not work.
In the past I have never had to use fflush(stdout); before. So what's changed ?
by username
Sun Aug 20, 2023 8:50 pm
Forum: General Discussion
Topic: Using printf with \r does not print anything
Replies: 10
Views: 3104

Re: Using printf with \r does not print anything

I don't think thats the case. printf should print regardless of whats in its buffer.
by username
Sun Aug 20, 2023 5:02 am
Forum: General Discussion
Topic: Using printf with \r does not print anything
Replies: 10
Views: 3104

Using printf with \r does not print anything

Using M5Stamp ESP32S3 Module. ESP-IDF 5.1 https://shop.m5stack.com/products/m5stamp-esp32s3-module When I printf with \n or \r\n things work fine in the terminal. Yet if I just use \r I get nothing. #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" void app_main(void) { u_...
by username
Thu Aug 17, 2023 11:44 am
Forum: ESP-IDF
Topic: How to add PSRAM
Replies: 1
Views: 522

Re: How to add PSRAM

Find any of the dev kits that have PSRAM. Every devkit has a schematic.
by username
Thu Aug 17, 2023 11:40 am
Forum: ESP32 Arduino
Topic: ESP32-S3-MINI-1 wouldn't start
Replies: 1
Views: 851

Re: ESP32-S3-MINI-1 wouldn't start

I had the same problem. What worked for me was to delete .platformio folder in your users folder. The next time you open platformIO it will reinstall everything and then it worked properly.