my pi pico 2040 has freeze after open game on steam or some program how #338
Unanswered
BinaryBearzz
asked this question in
Q&A
Replies: 1 comment
-
i think i found issue when i keyboard pico with usb hub but connect direct to usb port on computer that still working good how!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i make pi pico as HID device keyboard develop on platformio with earlephilhower when i entry game on steam or some program my keyboard has freeze and sometime window noti about usb not reconize. i must deattach cable a few time what i do wrong
more description i develop on pio c++
this env on pio
[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.mcu = rp2040
board_build.f_cpu = 133000000L
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
monitor_speed = 9600
platform_packages =
maxgerhardt/framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
maxgerhardt/toolchain-pico@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.1-a/x86_64-w64-mingw32.arm-none-eabi-7855b0c.210706.zip
build_flags =
-DUSE_TINYUSB
upload_protocol = picotool
upload_port = E:
lib_deps =
mathertel/RotaryEncoder@^1.5.3
adafruit/Adafruit SSD1306@^2.5.7
bblanchon/ArduinoJson@^6.21.3
adafruit/Adafruit TinyUSB Library@^2.2.4
Beta Was this translation helpful? Give feedback.
All reactions