Search found 8 matches

by hape65
Sun Jun 02, 2024 5:00 pm
Forum: ESP32 Arduino
Topic: ESP32 V3.0.0 doesn't support LCD8, LCD16 and RGBPanel anymore - what can i do now?
Replies: 1
Views: 793

ESP32 V3.0.0 doesn't support LCD8, LCD16 and RGBPanel anymore - what can i do now?

the problem is this: i own a ESP32-S3 with a display on it (JC8048W550). In the ESP32 V2.0.x i used the RGBPanel function everything works. Now i have a ESP32-C6 and installed V3.0.0 because that is the only version which includes ESP32-C6. If i now try to compile the old program for the ESP32-S3 th...
by hape65
Wed May 08, 2024 11:46 am
Forum: Hardware
Topic: JC8048W550-C Pin distribution question
Replies: 1
Views: 756

Re: JC8048W550-C Pin distribution question

[quote]Serial Number Pin Notes Connect 1 IO8 U1RXD DB1(B) b0 2 IO3 DB2(B) b1 3 IO46 DB3(B) b2 4 IO9 DB4(B) b3 5 IO1 DB5(B) b4 6 IO39 HSYNC x 7 IO41 VSYNC x 8 IO40 DE x 9 IO5 DB6(G) g0 10 IO7 DB8(G) g2 11 IO15 DB9(G) g3 12 IO16 DB10(G) g4 13 IO4 DB11(G) g5 14 IO45 DB13(R) r0 15 IO48 DB14(R) r1 16 IO...
by hape65
Wed May 08, 2024 11:44 am
Forum: Hardware
Topic: JC8048W550-C Pin distribution question
Replies: 1
Views: 756

JC8048W550-C Pin distribution question

hi i have the above board and this are the pins: https://ibb.co/jwmQhSG my question : there are a few pins which are bound to different things like IO8 is U1RXD as also b(lue)0 for parallel output pin for display. So it is possible to share pins between different functions? The pins on the right lik...
by hape65
Thu May 02, 2024 8:02 pm
Forum: IDEs for ESP-IDF
Topic: ESP32-C6 in Arduino IDE library ESP32Servo doesn't work anymore
Replies: 0
Views: 1728

ESP32-C6 in Arduino IDE library ESP32Servo doesn't work anymore

hi
as written the library ESP32Servo give compile errors on the changed syntax of LEDC (ledcDetachPin not declared etc).
Does anybody know where i get the version of ESP32Servo which works in Arduino with this new definitions?
regards
hape
by hape65
Mon Apr 22, 2024 1:31 pm
Forum: IDEs for ESP-IDF
Topic: fundamaental work of #include in VSCode
Replies: 2
Views: 1899

Re: fundamaental work of #include in VSCode

hi ok thats interesting. On some of the examples is the file you mentioned (idf_component.yml). But on C:\Users\hape\esp\v5.2.1\esp-idf\examples\bluetooth\bluedroid\classic_bt\bt_discovery there isn't any of these files. So there must be another trick. Also the esp_bt.h is there for every ESP32 (C2 ...
by hape65
Fri Apr 19, 2024 8:32 am
Forum: IDEs for ESP-IDF
Topic: fundamaental work of #include in VSCode
Replies: 2
Views: 1899

fundamaental work of #include in VSCode

hi i have read a lot of material in the WEB. But i didn't find an answer to one question. If i want to add to a project example another feature like i have softap_example choosen - so it works. Now i want to add also bluetooth to this code. If i try to #include "esp_bt.h" it doesn't work (and i foun...
by hape65
Thu Apr 18, 2024 9:39 am
Forum: IDEs for ESP-IDF
Topic: include wifi.h can't be resolved in VSCode
Replies: 3
Views: 2787

Re: include wifi.h can't be resolved in VSCode

hi thx for answering. I understood your point. But for me (as a beginner in the ESP32 world) it seems to be easier to make #include <WiFi.h> Serial.begin(115200); Serial.println(); Serial.print("ESP Board MAC Address: "); Serial.println(WiFi.macAddress()); as to make this with the correct esp_wifi.h...
by hape65
Wed Apr 17, 2024 9:16 am
Forum: IDEs for ESP-IDF
Topic: include wifi.h can't be resolved in VSCode
Replies: 3
Views: 2787

include wifi.h can't be resolved in VSCode

hi i'm new to the ESP32 world. I have bought a few ESP32-C6-DevKitC-1. I have managed to get the "helloworld" in VSCode to get build and flashed. I have also managed to get the Hardware debugging to work. But the simple #include "wifi.h" couldn't be resolved. the includes: #include <stdio.h> #includ...