mattdibi / redox-w-firmware

Firmware for nordic MCUs used in the Redox wireless keyboard
MIT License
73 stars 42 forks source link

Slow the data rate and configure an interleaved channel table #7

Closed LucidityCrash closed 5 years ago

LucidityCrash commented 5 years ago

Created a Channel Table on the Receiver with 6 channels and then used 3 channels on each transmitter, alternating the list of channels between the 2 transmitters. This now lines up with the recommended method as documented by Nordic.

I've also dropped the Data Rate and tweaked the appropriate timeslot settings to match in the hopes that the range/connection stability might be improved but I'm not sure how much difference it makes ... though it might now be possible to decrease the TX power to extend battery life without impacting performance.

mattdibi commented 5 years ago

Great work! Thank you for your contribution!