kevvz
kevvz
Yes, I think with my code you can easily slip in the deep sleep code. My code uses a "fancy" state machine so I think you can slip in the...
Is there already code that allows us to interact with the sd card or do we have to write it ourselves?
https://github.com/user-attachments/assets/3aa1b4ad-e9d6-45f0-a729-d743854bcac5 Im gonna wait until the accelerometer PR is done since my main branch has that code on accident and I can't seem to move anything without destroying that branch...
I used the nrf SDK and followed the instructions on the friend firmware guide to build, and it seems to work for me, so maybe try using that.
> I'd suggest we add the logic for determining click | long press | double-click in the firmware, and instead of sending a counter, we send explicit events. Something like...
I won't exactly make give it two button support, but in thinking about what you've suggested, I realized how unreadable my code is, so I have rewritten the code to...
> I was looking at the firmware_1.5 and how that code deals with buttons, and I noticed it uses k_work_reschedule to deal with the delays instead of the way you...
> @kevvz tested but didn't work for me > > Was able to cnnect and run. Installed firmware. clicked the button in tens of different ways > > Expected behavior:...
Added. It will printing in the debug console if you download the uf2 file provided in the PR.
Merging the firmware appears to have given me a whole slew of problems. I can't seem to even connect to the BLE scanner app anymore. Give me a little more...