-
Notifications
You must be signed in to change notification settings - Fork 4
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
EasyDIY OpenSource Ebike display compatibility #3
Comments
No, it should be quite simple. You would need to build for a different SOC (the DIY display uses nrf52840 instead of 51822), and adjust the pin numbers. Other than that I don't think there would be any major changes. One thing to note is that the UI uses all four buttons (up/down/M/power), so you should build the 4-button version of the display. |
It seems to be necessary to update the SDK The PCA10056 development board is supported but all examples and libraries The following SDK features are supported on the new nRF52840 chip:
The following SDK features are not supported on the new nRF52840 chip:
|
Just now, I found this... |
Update. |
Hello,
do You think it is complicated to modify Your SW102 code to OpenSource display (based on nordic nrf52 usb dongle)?
Thank's
dodo
The text was updated successfully, but these errors were encountered: