Skip to content
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

Open
jjwspring opened this issue May 31, 2022 · 3 comments
Open

[Help] redox w can’t send any key presses #146

jjwspring opened this issue May 31, 2022 · 3 comments

Comments

@jjwspring
Copy link

jjwspring commented May 31, 2022

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?

@jjwspring
Copy link
Author

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?

@mattdibi
Copy link
Owner

Hi @jjwspring,

Im currently trying to build a redox w keyboard, but wanted to hand wire it, (so no pcbs).

I see you like challenges, I respect that.

I’m using core51822’s but no the 51822(B) would that make a difference?

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.

@jjwspring
Copy link
Author

Hi @mattdibi
Thank you for your reply, and for making this project!
It’s good to hear that the only difference between the core51822s is the form factor, that’s what I was hoping!
How would I go about editing the firmware on the Core51822s? If I edit the files in my clone of the redox-w-firmware folder and then follow the flashing procedure will the changes be included, or do I need to do an extra compiling step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants