Search found 13 matches

by wolfrose
Wed Sep 18, 2024 4:14 pm
Forum: ESP32 Arduino
Topic: ESP32 4.3" yellow display touch issue
Replies: 1
Views: 157

ESP32 4.3" yellow display touch issue

Hi, I have a problem with the resolution of the touch coordiation. The display is 800x480 but the max resolution I can get is the default 480x320. I'm using the official Arduino TAMC_GT911 library. https://www.arduino.cc/reference/en/libraries/tamc_gt911/ Any suggestions of how to change the resolut...
by wolfrose
Sat Sep 07, 2024 3:25 pm
Forum: ESP-IDF
Topic: idf.py not recognized
Replies: 17
Views: 22324

Re: idf.py not recognized

I recommend to you to remove all environment variables you set manually. They will cause you trouble now or later. It is advised to use the Windows installer (https://docs.espressif.com/projects/esp-idf/en/release-v5.0/esp32/get-started/windows-setup.html) which will set up your environment. Thanks...
by wolfrose
Fri May 31, 2024 8:38 pm
Forum: Hardware
Topic: ESP32-8048S043C not programming
Replies: 1
Views: 854

ESP32-8048S043C not programming

Hi, I have both ESP32-3248S035C & ESP32-8048S043C. I was able to program ESP32-3248S035C easily on https://suchmememanyskill.github.io/CYD-Klipper/ and https://install.openhasp.com/ but ESP32-8048S043C isn't programming. even on arduino ide, I can't upload a simple blink code In arduino ide I get th...
by wolfrose
Fri Apr 14, 2023 9:09 am
Forum: ESP32 Arduino
Topic: Is this how I should develop my TFT ISR code ?
Replies: 0
Views: 975

Is this how I should develop my TFT ISR code ?

Hi, I'm using a simple ESP32 devkit with a 4" TFT module. I started working on a polling code, but the button press response isn't immediate, I have to press it several to many times to get the right response. I don't know what I'm doing wrong but I used the same code provided in the library example...
by wolfrose
Wed May 04, 2022 1:33 am
Forum: ESP32 Arduino
Topic: Searching for esp_timer_get_time() function definition
Replies: 1
Views: 1926

Searching for esp_timer_get_time() function definition

Hi,

I'm just searching for the definition of

Code: Select all

esp_timer_get_time()
function. I searched in the core libraries but didn't find it.

I just found its calls to millis and micros in
esp32-hal-misc.c
and that's all.
by wolfrose
Mon Nov 02, 2020 6:53 pm
Forum: ESP32 Arduino
Topic: Can't connect to my home router
Replies: 3
Views: 4613

Re: Can't connect to my home router

Hi,

Somehow it worked ! It connected to the simplewebserver example.

Thanks man for the help :)
by wolfrose
Mon Nov 02, 2020 6:18 pm
Forum: ESP32 Arduino
Topic: Can't connect to my home router
Replies: 3
Views: 4613

Re: Can't connect to my home router

Yep I've done this test before and it's working and displaying all the networks nearby.

Mine is -65 strength. It's just 3 meters away.

But the problem is that I can't launch webserver example codes.
by wolfrose
Sun Nov 01, 2020 2:29 pm
Forum: ESP32 Arduino
Topic: Can't connect to my home router
Replies: 3
Views: 4613

Can't connect to my home router

Hello, I'm trying to connect my esp32 to my wifi rounter, using Arduino examples. This is the code: /* WiFiAccessPoint.ino creates a WiFi access point and provides a web server on it. Steps: 1. Connect to the access point "yourAp" 2. Point your web browser to http://192.168.4.1/H to turn the LED on ...