Search found 4 matches

by ersatz
Sun Feb 28, 2021 10:23 pm
Forum: ESP32 Arduino
Topic: Multiple issues: pins not working, not always connecting, sometimes high latency
Replies: 0
Views: 1719

Multiple issues: pins not working, not always connecting, sometimes high latency

Hi folks, I'm trying to make a custom game controller with an esp32 based on the ESP32-BLE-Gamepad library , but I'm running into a few problems: I'm able to `analogRead` the six pins I need for the controller axes, but it seems that I can only get `digitalRead` to work on pins 27 and 14. I've tried...
by ersatz
Mon Feb 22, 2021 6:46 pm
Forum: IDEs for ESP-IDF
Topic: vscode: "Something went wrong while getting the serial port list"
Replies: 4
Views: 14184

Re: vscode: "Something went wrong while getting the serial port list"

Maybe you have a missing PySerial package in the virtual environment. Can you run the ESP-IDF: Install ESP-IDF extension Python Packages command (CTRL + Shift + P and type the command) Hmmm, I wrote another follow up reply about this a couple days ago, but I guess it didn't go through... Yes, the i...
by ersatz
Sat Feb 20, 2021 8:16 pm
Forum: IDEs for ESP-IDF
Topic: vscode: "Something went wrong while getting the serial port list"
Replies: 4
Views: 14184

Re: vscode: "Something went wrong while getting the serial port list"

Another update: I uninstalled the Arduino and ESP-IDF vscode plugins and deleted the folder where the ESP-IDF build tools where saved, then did a clean install. I'm still getting the same error and cannot select any boards. Ideas and help most appreciated! :)
by ersatz
Sat Feb 20, 2021 2:32 am
Forum: IDEs for ESP-IDF
Topic: vscode: "Something went wrong while getting the serial port list"
Replies: 4
Views: 14184

vscode: "Something went wrong while getting the serial port list"

Hi, I'm trying to get up and running using the ESP-IDF explorer in VS Code (Windows 10), and I believe I've gone though the plugin's automatic installation flow successfully, but when I try to select a port with the plug icon in the bottom left, I get the message "Something went wrong while getting ...