adafruit / adafruit/Adafruit_CircuitPython_BNO08x
sensor's timestamp functionality?
- Dominant language
- Python
- Stars
- 41
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
The bno080_085-Datasheet.pdf in section 1.3.5.3 (page 28), discusses the Sensor's timestamping functionality, is this implemented in CircuitPython?
It appears to be in the Adafruit Arduino code for bno08x.
[https://github.com/adafruit/Adafruit_BNO08x/blob/master/src/sh2.c](https://github.com/adafruit/Adafruit_BNO08x/blob/master/src/sh2.c)
Here is an example of it being used in Arduino user code:
[https://docs.sparkfun.com/SparkFun_VR_IMU_Breakout_BNO086_QWIIC/arduino_examples/#example-10-timestamp](https://docs.sparkfun.com/SparkFun_VR_IMU_Breakout_BNO086_QWIIC/arduino_examples/#example-10-timestamp)
Contributor guide
No contributing guide indexed for this repository
Research direction
Read section 1.3.5.3 on page 28 of bno080_085-Datasheet.pdf, then compare the CircuitPython library's available sensor-report handling with src/sh2.c in the linked Adafruit Arduino code. Use the linked timestamp example to identify the expected behavior; done means establishing whether timestamp support exists and defining the required CircuitPython change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100