Skip to content
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 New Board: BlueMicro833 #226

Merged
merged 13 commits into from Oct 13, 2021
Merged

Conversation

jpconstantineau
Copy link
Contributor

Adding a nRF52833 board with the form factor of a Pro Micro that uses the EByte E73-2G4M08S1E Module.

Waiting on approval of PID request at openmoko:
openmoko/openmoko-usb-oui#34

If anyone is interested:
Hardware design files: https://github.com/jpconstantineau/BlueMicro833_hardware

@jpconstantineau
Copy link
Contributor Author

PR from openmoko got approved and merged. VID/PID matches their database.

Copy link
Member

@hathach hathach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look good, thank you

@hathach hathach merged commit f205fcd into adafruit:master Oct 13, 2021
@carrino
Copy link

carrino commented Nov 27, 2021

I'm interested in getting nRF52833 working as well.

It looks like the Flash and RAM are both wrong.

  204, 0x100000,                                // FLASH_BYTES = 0x100000
  205, 0x40000,                                 // RAM_BYTES = 0x40000

These should both be halved.

I am interested to know what testing was done because my understanding from the other PRs is that more than 4 files need to change to get nRF52833 working.

@jpconstantineau
Copy link
Contributor Author

That's a good question. I took the config from the PCA10100 here and used that. Since they are both nrf52833, I assumed that they would be good.

@hathach perhaps you can comment.
@dhalbert would this cause the issue with Circuitpython on the nrf52833?

Jasonbroker pushed a commit to KeyStarStudio/Adafruit_nRF52_Bootloader that referenced this pull request Apr 11, 2022
* adding BlueMiicro833 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants