02-13-2020, 07:51 PM
Dear Sebastian,
thanks for your help. I did a lot wrong. So i have to connnect with the Micro:Bit App, but it needn't to be active (see screenshot) Then the measurement works fine and there is no need to add the name of the specific Micro:Bit.
After the succes i tried to use your file and read the magnetic Bearing from the build in Server according to https://github.com/ukBaz/python-bluezero...icrobit.py.
But there also the Micro:Bit diddn't offer the characteristic
With the nrfConnect App (see second screenshot) i could only discover the Characteristics of the PIN.
Is there any config file for build in sensor. It would be great to use the cheap Micro:Bit for measurements and display it via PhyPhox.
Best wishes Johannes Almer
thanks for your help. I did a lot wrong. So i have to connnect with the Micro:Bit App, but it needn't to be active (see screenshot) Then the measurement works fine and there is no need to add the name of the specific Micro:Bit.
After the succes i tried to use your file and read the magnetic Bearing from the build in Server according to https://github.com/ukBaz/python-bluezero...icrobit.py.
But there also the Micro:Bit diddn't offer the characteristic
Code:
MAGNETO_BEARING = 'E95D9715-251D-470A-A062-FA1922DFA9A8'
Code:
IO_PIN_SRV = 'E95D127B-251D-470A-A062-FA1922DFA9A8'
IO_PIN_DATA = 'E95D8D00-251D-470A-A062-FA1922DFA9A8'
IO_AD_CONFIG = 'E95D5899-251D-470A-A062-FA1922DFA9A8'
IO_PIN_CONFIG = 'E95DB9FE-251D-470A-A062-FA1922DFA9A8'
IO_PIN_PWM = 'E95DD822-251D-470A-A062-FA1922DFA9A8'
Best wishes Johannes Almer