-
-
Notifications
You must be signed in to change notification settings - Fork 771
boards: add wm1110-dev board #3653
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems pretty uncontroversial, seeing this is -- for now -- just another nRF52840DK board.
I'm waiting on re-writing the artifact publish CI task for tock-bootloader so I can add installing the bootloader to these instructions. |
- Better pin mappings - Update bootloader install
Ok this is ready to merge. This board file works, and we've verified the temperature sensor works and that we can communicate with the LR1110. I think at this point we can work on the library in userspace without needing to change the board definition. |
Last call! |
Pull Request Overview
This is a new board with nRF52840 and LoRa: https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html
Pretty easy to bring up because it's based on the nrf52840.
We've verified being able to use the temperature sensor and communicate with the LR1110 radio.
Code for userspace under development and will be based on https://github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board/tree/master.
Testing Strategy
running on the board
blink and c_hello work
TODO or Help Wanted
I need to get the bootloader and directions sorted out. Barebones directions now but need to make them more user friendly.Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.