![]()
Making BNO-055 Library for Linux SBC in Object Pascal
2023.11.22 20:36
Making BNO-055 Library for Linux SBC in Object Pascal
I made my testing board. The board was originally made to make library for BNO-055 which produces 9 Axis sensor fusion data output of real world orientation.




| No. | Subject | Author | Date | Views |
|---|---|---|---|---|
| 14 |
i2c ADC 4 channel (ADS1115)
| me | 2023.12.20 | 621 |
| 13 |
Ultrasonic with free pascal
| me | 2023.12.05 | 424 |
| 12 |
Trigger Test with pascalio
| me | 2023.12.04 | 370 |
| 11 |
3. my note for pascalio with MCP23017 - 16 bit I/O expanding board.
| me | 2023.12.03 | 707 |
| 10 |
2. my note for pascalio with MCP23017 - 16 bit I/O expanding board.
| me | 2023.12.03 | 700 |
| 9 |
Bitwise Operation in Object Pascal
| me | 2023.11.25 | 485 |
| » |
Making BNO-055 Library for Linux SBC in Object Pascal
[1] | me | 2023.11.22 | 850 |
| 7 |
Nano Seconds Control : Failed, but micro seconds levels worked.
| me | 2023.11.22 | 708 |
| 6 |
1. my note for pascalio with MCP23017 - 16 bit I/O expanding board.
| me | 2023.11.20 | 728 |
| 5 |
pascalio on Orange Pi 5 for I2C control
| me | 2023.11.20 | 759 |
| 4 |
Working UDP between Orange Pi 5 <=> PC
| me | 2023.09.29 | 460 |
| 3 | Simple UDP Sensor Server in Python <=> Object Pascal [1] | me | 2023.09.27 | 530 |
| 2 |
Simple Joystick with SdpoJoystick Component on Linux
| me | 2023.09.22 | 324 |
| 1 |
Virtual Lidar for test
[1] | me | 2023.07.20 | 552 |
// Make sure adafruit library demo to be run to test connection.
// You might have to change # address $28 or $29 and i2c-# port from code.
// Adafruit library for BNO055 for test
pip3 install adafruit-circuitpython-bno055
pip3 install adafruit_extended_bus