-
Notifications
You must be signed in to change notification settings - Fork 119
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
Board Request Seeedstudio XIAO BLE #142
Comments
If anyone is interested in the modified platform core: Here is my working PlatformIO Projekt with a BLE Server. |
Users also get it wrong following that tutorial, we need official support here. |
As I said, the inclusion of the Modification of the Fork into the main branch where pretty straightforward if you are good with a diff tool. But you need to be brave enough to modify the platform code. The Merged platform package i linked in my previous code still works. They also do a hack where they increase the version number to 999 to force the usage of this version over others. This might cause problems |
Hi!,
I just started to play around with the XIAO BLE.
I got it to work with PlatformIO using this: https://medium.com/@alwint3r/working-with-seeed-xiao-ble-sense-and-platformio-ide-5c4da3ab42a3
It's basically:
I did a diff over the seeedstudio fork and it basically just adds their board variants without changing too much.
Would it be possible to do this also for the official platform-nordicnrf52 core? I don't understand the PlatformIO structure enough to create a custom core or something like that.
I can provide working code for BLE as well as the modified "packages\framework-arduino-mbed" and "platforms\nordicnrf52"
The text was updated successfully, but these errors were encountered: