-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Help] redox w can’t send any key presses #146
Comments
To refine the question, Is there an easy way to check whether the nrf51822’s are working properly. And if not to find out why they are not working? |
Hi @jjwspring,
I see you like challenges, I respect that.
I developed the first prototype of the Redox W with the full size Core51822. There's no difference HW-wise It's just a different form factor. In this case the Core51822 is a good choice since it's more suitable for a hand wired board. To further proceed in the debug process I would recommend you to double check how the firmware works, the schematics and then further dig into the various steps in the chain: does the arduino receives data from the Core51822 running the receiver code? If so, does the Core51822 running the receiver code receives data from the Core51822 running the transmitter code? Try modify the firmware and log whatever you can for further debugging. |
Hi @mattdibi |
Hi I am very new to this and would appreciate any help if possible.
Im currently trying to build a redox w keyboard, but wanted to hand wire it, (so no pcbs). I think I’ve managed to flash the pro micro and the nrf51822’s but when I try to send a key press nothing happens. I’m really stuck trying to find the problem.
I haven’t soldered up the whole matrix yet, I just started with one key on one of the receivers but that didn’t work.
I’m using core51822’s but no the 51822(B) would that make a difference?
How could I go about fixing the problem?
The text was updated successfully, but these errors were encountered: