Search found 7 matches
- Tue Apr 11, 2023 10:24 pm
- Forum: ESP-IDF
- Topic: fatal: clone of 'git@github.com:espressif/esp-debug-adapter.git'
- Replies: 2
- Views: 2059
Re: fatal: clone of 'git@github.com:espressif/esp-debug-adapter.git'
Thank you, away from the computer for a while. I'll give it a go.
- Wed Apr 05, 2023 11:31 am
- Forum: ESP-IDF
- Topic: fatal: clone of 'git@github.com:espressif/esp-debug-adapter.git'
- Replies: 2
- Views: 2059
fatal: clone of 'git@github.com:espressif/esp-debug-adapter.git'
I am trying to set up debugging under VScode on Windows
I executed
git clone --recursive https://github.com/espressif/vscode-esp-idf-extension.git
and got the message;
Submodule 'esp_debug_adapter' (git@github.com:espressif/esp-debug-adapter.git) registered for path 'esp_debug_adapter'
Cloning ...
I executed
git clone --recursive https://github.com/espressif/vscode-esp-idf-extension.git
and got the message;
Submodule 'esp_debug_adapter' (git@github.com:espressif/esp-debug-adapter.git) registered for path 'esp_debug_adapter'
Cloning ...
- Thu Dec 22, 2022 9:35 pm
- Forum: General Discussion
- Topic: Noise on serial line
- Replies: 2
- Views: 1783
Re: Noise on serial line
Very short. Maybe 10cm.
- Thu Dec 22, 2022 7:13 pm
- Forum: General Discussion
- Topic: Noise on serial line
- Replies: 2
- Views: 1783
Noise on serial line
I am connecting 2 esp32s together, communication is one-way. The sender is a Makerfab esp32uwb based on the WROOM and the receiver is a WT32-SC01 based on the WROVER.
The sender initializes the connection with
Serial1.begin(9600, SERIAL_8N1, RXD1, TXD1);
where TXD1 is 12
The receiver ...
The sender initializes the connection with
Serial1.begin(9600, SERIAL_8N1, RXD1, TXD1);
where TXD1 is 12
The receiver ...
- Sun Dec 11, 2022 11:14 am
- Forum: Hardware
- Topic: Can I power the Makerfab esp32uwb by connecting 3V to the 3V3 pin?
- Replies: 0
- Views: 886
Can I power the Makerfab esp32uwb by connecting 3V to the 3V3 pin?
Rather than using the usb connection I would like to power the board via power provided to the pins. I couldn't find any documentation about whether I could power the board that way, so I thought I'd better ask.
- Tue Jul 12, 2022 8:19 am
- Forum: Hardware
- Topic: Powering the WT32-SC01
- Replies: 2
- Views: 2102
Re: Powering the WT32-SC01
Thanks, everything seems to be powered up and running.
- Tue Jul 12, 2022 5:37 am
- Forum: Hardware
- Topic: Powering the WT32-SC01
- Replies: 2
- Views: 2102
Powering the WT32-SC01
I would like to connect to a ld06 lidar. It communicates via UART as a transmit only. I would like the wt32-sc01 to be connected to the PC through the usb port. My problem is that I cannot power the lidar from my usb port as the current is too high. So I need to use a separate power supply. I have a ...