Improvements for M365 Dashboard Lisp
Features to be added:
- [x] Add speed modes (double tap on button)
- [x] Add lock mode with beeping and braking (double press while braking)
- [x] Add min-speed feature (makes it more secure)
- [x] Add shutdown feature (turn it off by long press and back on by single tap)
- [x] Add battery in idle feature
- [x] Add separate ADC version
Fixes to be done (Probably my own issues because no one else has it):
- [x] ~~Figure out why 0x64 packets are not being read. (on my setup)~~ (Can be ignored due to the fact that we do not have to receive any 0x64 packets to sent our own 0x64 back)
- [x] ~~Figure out why button reading is randomly~~ (can be fixed with 470R resistor between 3.3v and RX)
I have read the CLA Document and I hereby sign the CLA I have read the CLA Document and I hereby sign the CLA
CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.
I have read the CLA Document and I hereby sign the CLA
You can retrigger this bot by commenting recheck in this Pull Request
I have read the CLA Document and I hereby sign the CLA
recheck
I have read the CLA Document and I hereby sign the CLA
Recheck
https://user-images.githubusercontent.com/69533520/173804915-3ef6adf2-6026-400d-8658-1dc1feb2f66b.mp4
https://user-images.githubusercontent.com/69533520/173804955-1bd4c5dd-21b4-4a9e-8de8-e61fb45013ac.mp4
https://user-images.githubusercontent.com/69533520/173804991-12a35381-9bcb-4bb0-93b6-2d898aa54ebf.mp4
Hello @vedderb, so far the script has been working great, but after updating my bldc firmware it sstarted stuttering when using set-current
The issue is most likely caused by the commit: https://github.com/m365fw/bldc_flipsky75100/commit/360f0ef9a932c673da89a695848fb34916b5128c
Fixed by https://github.com/vedderb/bldc/pull/514