Hi,
Is anybody here to tell me how to use the UART1 (GPIO9 & GPIO10)?
By default, only UART0 and UART2 can be used. To use UART1, we have
to redefine the pins because default pins of UART1 such as GPIO9 and GPIO10
are internally connected to the SPI flash memory.
What is the meaning of ...
Search found 10 matches
- Mon Feb 06, 2023 9:06 am
- Forum: Hardware
- Topic: UART 1 on ESP32
- Replies: 1
- Views: 1273
- Wed Jan 11, 2023 9:05 am
- Forum: Hardware
- Topic: ESP32 C3 DEVKIT and SPI
- Replies: 4
- Views: 3008
Re: ESP32 C3 DEVKIT and SPI
Here is the solution:
Serial.begin(115200);
Serial.print("MOSI: ");
Serial.println(MOSI);
Serial.print("MISO: ");
Serial.println(MISO);
Serial.print("SCK: ");
Serial.println(SCK);
Serial.print("SS: ");
Serial.println(SS);
Serial.begin(115200);
Serial.print("MOSI: ");
Serial.println(MOSI);
Serial.print("MISO: ");
Serial.println(MISO);
Serial.print("SCK: ");
Serial.println(SCK);
Serial.print("SS: ");
Serial.println(SS);
- Mon Jan 09, 2023 9:43 am
- Forum: Hardware
- Topic: ESP32 C3 DEVKIT and SPI
- Replies: 4
- Views: 3008
Re: ESP32 C3 DEVKIT and SPI
Thank you for your quick answer,
but in my example code there are only 2 GPIO's
#define SS_PIN 5
#define RST_PIN 0
How to handle MISO & MOSI???
Bernd
but in my example code there are only 2 GPIO's
#define SS_PIN 5
#define RST_PIN 0
How to handle MISO & MOSI???
Bernd
- Mon Jan 09, 2023 8:02 am
- Forum: Hardware
- Topic: ESP32 C3 DEVKIT and SPI
- Replies: 4
- Views: 3008
ESP32 C3 DEVKIT and SPI
Hi,
I'm just working with the ESP32 C3 DEVKIT but I can't find the right ports
for MOSI, MISO, SCK and SS on the devboard!
Thank you for any help,
Bernd
I'm just working with the ESP32 C3 DEVKIT but I can't find the right ports
for MOSI, MISO, SCK and SS on the devboard!
Thank you for any help,
Bernd
- Wed Dec 07, 2022 7:16 am
- Forum: Hardware
- Topic: No upload connection
- Replies: 1
- Views: 1440
Re: No upload connection
I've solved my problem!
I think that the GND of the controller didn't have connection after soldering.
Now it works fine!
Bernd
I think that the GND of the controller didn't have connection after soldering.
Now it works fine!
Bernd
- Mon Dec 05, 2022 8:59 am
- Forum: Hardware
- Topic: No upload connection
- Replies: 1
- Views: 1440
No upload connection
Hello,
I'm trying to flash an ESP32-C3FN4 controller via an ESP32-C3-DEVKITM1 (without an "ESP32-C3 Mini1" board).
I've connected my board to the devkit (3V3, GND, EN, GPIO9, TX and RX). I don't know how to connect the "SPI" pad.
When I connect the ESP32-C3 Mini1 board it works right and I'm able to ...
I'm trying to flash an ESP32-C3FN4 controller via an ESP32-C3-DEVKITM1 (without an "ESP32-C3 Mini1" board).
I've connected my board to the devkit (3V3, GND, EN, GPIO9, TX and RX). I don't know how to connect the "SPI" pad.
When I connect the ESP32-C3 Mini1 board it works right and I'm able to ...
ESP32-C3
Hi,
I would like to flash only an ESP32-C3 controller via wire and the ESP32-C3-DevKitM-1.
Do I need an extern Memory (4Mb) in this case for my single controller?
Is there are a better solution to flash my controllers.
Many thanks!
I would like to flash only an ESP32-C3 controller via wire and the ESP32-C3-DevKitM-1.
Do I need an extern Memory (4Mb) in this case for my single controller?
Is there are a better solution to flash my controllers.
Many thanks!
- Thu Oct 27, 2022 8:53 am
- Forum: Hardware
- Topic: ESP32-C3 flashing
- Replies: 1
- Views: 1520
ESP32-C3 flashing
Hello,
I'm going to flash the controller via ESP-PROG Board.
Do I need an external quartz for the controller in this case?
Thank you for help!
Bernd
I'm going to flash the controller via ESP-PROG Board.
Do I need an external quartz for the controller in this case?
Thank you for help!
Bernd
- Wed Oct 26, 2022 6:58 am
- Forum: ESP-IDF
- Topic: ESP32-C3 How to flash
- Replies: 3
- Views: 3223
Re: ESP32-C3 How to flash
Thank you for the quick answer!
I bought this programmer:
(https://www.amazon.de/iHaospace-ESP-Prog-Program-Downloader-Development/dp/B097N1BZRK/ref=sr_1_5?adgrpid=1199567836504409&hvadid=74973107844740&hvbmt=be&hvdev=c&hvlocphy=128206&hvnetw=o&hvqmt=e&hvtargid=kwd-74973187238931%3Aloc-72&hydadcr ...
I bought this programmer:
(https://www.amazon.de/iHaospace-ESP-Prog-Program-Downloader-Development/dp/B097N1BZRK/ref=sr_1_5?adgrpid=1199567836504409&hvadid=74973107844740&hvbmt=be&hvdev=c&hvlocphy=128206&hvnetw=o&hvqmt=e&hvtargid=kwd-74973187238931%3Aloc-72&hydadcr ...
- Tue Oct 25, 2022 7:03 am
- Forum: ESP-IDF
- Topic: ESP32-C3 How to flash
- Replies: 3
- Views: 3223
ESP32-C3 How to flash
Thank you to be here!
I'm familiar with ATMEL and ARM-controller but now I'm interested in ESP32-c3.
I do need help for the first steps because I'm going to use the ESP32-c3 without
the DEV-kid's. Only the controller!
What kind of programmer do I need?
Could I use VS code?
How could I debug my code ...
I'm familiar with ATMEL and ARM-controller but now I'm interested in ESP32-c3.
I do need help for the first steps because I'm going to use the ESP32-c3 without
the DEV-kid's. Only the controller!
What kind of programmer do I need?
Could I use VS code?
How could I debug my code ...