Develop/Master Branch Merge and BicyclePower Profile and Arduino Example#4
Open
captainfips wants to merge 14 commits intoorrmany:masterfrom
Open
Develop/Master Branch Merge and BicyclePower Profile and Arduino Example#4captainfips wants to merge 14 commits intoorrmany:masterfrom
captainfips wants to merge 14 commits intoorrmany:masterfrom
Conversation
Develop Merge with master
Owner
|
Oh, sorry, I have been away from coding for months now. I need some time but I will review it hopefully soon. Thank you for your work! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey,
I wrote a few comments on your blog a few months ago, since then much changed. I managed to get the bootloader with S340 Softdevice running and the ant_bleuart example worked finally. The problem was, that I used a newer version of the Adafruit Bootloader than 0.3.2 which made to changes to the Softdevice Size Configuration. Next I tried to change RX Mode to TX and with some additional functions in the HRM Profile that also worked. Now I moved on to creating the Power-Profile for my Bicycle PowerMeter which also went well. I created a first example with a HX711 Loadcell Amp to measure the bend of the crank and a basic Hall-Sensor to measure the current rpm. As that also worked with a self made Weighing cell (30x30mm Steel profile with 4 strain gauges) I wanted to share the Power Profile and also the example Program with you, as it belongs to your library.
This is my first time using Github so I already have to say sorry for all mistakes I made/will make.