beemac
10 kW
rananna said:On the good news/bad news front, I have tracked down the intermittent unresponsiveness of the remote issue.
Unfortunately, it relates to the sdk pwm implementation of Nordic's that I am using for LED control. There appears to be a timer conflict with the s340 soft device that causes intermittent hangups.
I cannot find any fix to the issue.
So, I undertook today to rewrite the firmware to eliminate pwm control. Needless to say, as I had spent considerable time implementing pwm, I was disappointed to have to do this.
However, most battery power loss is due to the time spent NOT riding the bike, so there should be minimal power hit due to this change.
Anyway, the firmware now appears stable and I gave not seen any intermittent hangs.
So, that bug seems to be squashed.
I want to write a testing checklist this evening to follow tomorrow to be sure the firmware works well, and I should be able to send you a release candidate along with updated docs later that day.
Ok - so you're no longer enabling softblink or pwm_low_power in the SDK? I'd enabled them in the latest PR to the wireless controller as I planned to add the LED control in so I should remove if so...