Search found 6 matches

by ttnnttnn
Wed Dec 13, 2023 5:34 am
Forum: General Discussion
Topic: epaper slow data after partial refresh
Replies: 3
Views: 54965

Re: epaper slow data after partial refresh

The problem is not the refresh rate of the display, but that all the other data that I have to process for the project is slow, and the more lines I turn off from the display the faster they are, which does not happen if I use an OLED display.
by ttnnttnn
Tue Dec 12, 2023 4:30 pm
Forum: General Discussion
Topic: epaper slow data after partial refresh
Replies: 3
Views: 54965

Re: epaper slow data afrea partial refresh

Hi everyone, I tried to redo the code, but I just can't make the output on the serial line faster, can you please help me. #include <Adafruit_GFX.h> #include <U8g2_for_Adafruit_GFX.h> #include <GxEPD2_BW.h> #define SCREEN_WIDTH 122 #define SCREEN_HEIGHT 250 GxEPD2_BW<GxEPD2_213_BN, GxEPD2_213_BN::HE...
by ttnnttnn
Sat Dec 02, 2023 11:22 am
Forum: General Discussion
Topic: epaper slow data after partial refresh
Replies: 3
Views: 54965

epaper slow data after partial refresh

Hi everyone, I have a problem, with an esp32 wroom in which the code works perfectly with an oled, when I switch to a 2.9" epaper screen and I refresh the parts where I have the data fields that change continuously, I find myself with the data is very slow, if I leave only one string (any) everythin...
by ttnnttnn
Tue Nov 28, 2023 5:45 am
Forum: General Discussion
Topic: Esp 32 sensor bmp280 + buzzer
Replies: 0
Views: 2208

Esp 32 sensor bmp280 + buzzer

Good morning everyone, I'm writing code for a variometer, and I can't make it so that as the meters per second relative to the climb rate increases, the buzzer emits a sound with increasing frequency (the more the m/s increase, the more the beeps increase) I hope I explained myself. Everything works...
by ttnnttnn
Fri Nov 24, 2023 7:08 am
Forum: General Discussion
Topic: BMP + GPS + EPAPER
Replies: 2
Views: 5449

Re: BMP + GPS + EPAPER

Tanks I try !!
by ttnnttnn
Thu Nov 23, 2023 12:14 pm
Forum: General Discussion
Topic: BMP + GPS + EPAPER
Replies: 2
Views: 5449

BMP + GPS + EPAPER

Good morning everyone, I need to put together an espressif wroom 32 board with a BMP sensor and a Neo6 GPS and display the data on an e-paper screen. I have the problem that both the GPS and the display have a connection to the pins on RX2 and TX2. Taken individually, both work correctly, but I can'...