-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to compile BLE_Keyboard #7
Comments
I had the same problem. |
I've found a workaround that works, I'm using platformIO instead of Arduino IDE and now I can compile and modify without problems. Probably there is some setup in arduino ide config missing in the docs. Thx anyway @allthemod for your offer. |
Well I didn't know that. |
I had the same problem and solved it by changing the "flash mode" in the Arduino IDE from "QUI" to "DOUT". Flashing seems to work fine now. Cheers. |
Thanks and have a great day. |
Hey can someone help me to get taht stuff back to work ? |
Hi, I'm trying to compile the BLE_Keyboard sample.
I followed the instructions (installed latest arduino ide 2.0.4, installed latest usb driver, addded board, selected ESP32C, added the two libs and compile and upload.
Everything seems to be OK, but the keyboard is now locked (nothing on screen)
This is my compiler output.
Thx for your help
To add some more info, if I open the serial console, the keyboar is in this loop:
One more clue. I've compiled and upload the "blink" sample and ends up un the same loop. I've must be missing some config
The text was updated successfully, but these errors were encountered: