-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Is it possible to use Bluefruit LE UART with an arduino pro micro? #2274
Comments
After having spent some more time on this, I have been successful on my own. For documentation purposes here is what I did:
option I recreated the 32u4 feather setup:
This is still missing power, but that's next. Edit: added image The only issue I am having now is that when I press one key and then press another one, the first one gets typed again. I have read about this somewhere during my research on this, but I can't find it anymore. @wez can you remeber something like this? Thanks very much for your work on this, anyways! |
FWIW, https://github.com/wez/qmk_firmware/commits/flutterby is the branch in my fork for the I also wrote up a build log here, that includes a schematic: A couple of problems I found when integrating against the BLE modules from adafruit:
|
Awesome, thanks for the feedback! Will check it out and see if the firmware update helps. |
@wez The firmware downgrade did improve latency a lot! Thanks for the tip. Can you make any sense of the problem with pressing multiple keys (see further up) |
Sounds like something might be explicitly clearing the keyboard and sending the cleared state to the spifriend each time the matrix is changing? Hard to say. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
Closing due to inactivity. |
I am looking to hook this up to a pro micro (32u4)
So far, I had no luck getting any output over the serial port.
Is it possible? If so, how?
Thanks! QMK is awesome 🥇
The text was updated successfully, but these errors were encountered: