Add BlueNrg2
Description
Motivation and Context
How Has This Been Tested?
Not yet
Screenshots
Types of changes
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
- [ ] Bug fix (non-breaking change which fixes an issue with code or algorithm)
- [x] New feature (non-breaking change which adds functionality to code)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Config and build (change in the configuration and build system, has no impact on code or features)
- [ ] Dependencies (update dependencies and changes associated, has no impact on code or features)
- [ ] Unit Tests (add new Unit Test(s) or improved existing one(s), has no impact on code or features)
- [ ] Documentation (changes or updates in the documentation, has no impact on code or features)
Checklist:
- [ ] My code follows the code style of this project (only if there are changes in source code).
- [ ] My changes require an update to the documentation (there are changes that require the docs website to be updated).
- [ ] I have updated the documentation accordingly (the changes require an update on the docs in this repo).
- [ ] I have read the CONTRIBUTING document.
- [ ] I have tested everything locally and all new and existing tests passed (only if there are changes in source code).
- [ ] I have added new tests to cover my changes.
According to the build there are currently 699 public-facing things that need to be commented. I think it would be best if we minimize the interface as much as possible. The main way I see us do that is by integrating it with the nanoFramework.Device.Bluetooth package.
This Implementation is currently dependent on SPI getting manual support
Should this device support both nanoFramework.Device.Bluetooth and manual implementation?
@KasperJSdeVries, now a lot of things has been moving on the Bluetooth side, any chance to move this one further?
@Ellerbach I am working on this. I am however running into some issues when trying to test it. Once I fix those I will be having a look at the new bluetooth features. The bluetooth-IoT interface still needs to be decided. once that is there it shouldn't take much to fully integrate it.
I realise this is a draft and subject to change... but thought I would add the need to keep the .nuspec files inline for sucessful CI...

I realise this is a draft and subject to change... but thought I would add the need to keep the
.nuspecfiles inline for sucessful CI...
The reason the Build is failing is because of the large part of the API that hasn't been documented yet.
Hey @KasperJSdeVries are you still working on this?