-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add nrfmicro_13_52833 support #912
Conversation
fd10492
to
983e408
Compare
The only thing that's somewhat weird is that the bootloader LED does not seem to blink at startup, only on resets/wakeups, but that's bootloader-related. |
Can you post the link to 1.4.X revision here please? |
It's his main branch now: https://github.com/joric/nrfmicro/ |
, <7 0 &gpio0 24 0> /* D6/A7 */ | ||
, <8 0 &gpio0 10 0> /* D8/A8 */ | ||
, <9 0 &gpio1 6 0> /* D9/A9 */ | ||
, <10 0 &gpio1 11 0> /* D10/A10 */ |
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.
Analog pin should also be changed to <10 0 &gpio1 4 0>
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.
@megamind4089 done cc: @krikun98
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.
One catch on the metadata file.
Co-authored-by: Pete Johanson <peter@peterjohanson.com>
Can you please rebase on latest |
d98e9b5
to
20cb904
Compare
Screwed up commit's dates at first but now the history seems fine and it builds |
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.
Thanks, looks good.
This PR adds support for E73-2G4M08S1E (nrf52833-based module from EBYTE) to use with nrfmicro 1.3+ board instead of E73-2G4M08S1C.
Since E73-2G4M08S1E is cheaper and more or less available on the aliexpress for reasonable price, 52833-based nrfmicro could be seen as affordable alternative to 52840-based nrfmicro. Also for a wireless split builds there is no need to have 1mb flash memory and 512kb is enough in most cases.
Nrfnicro boards with 2G4M08S1E module has been battle-tested on several builds (fifi, helix, skeletyl) by myself and I'm aware of at least several boards built by @krikun98. I hope he will also provide more details on how 1.11 pin now works.