Statistics
| Branch: | Revision:

adafruit_bno055 / examples @ master

# Date Author Comment
a64dd7d6 2019-08-12 21:02 Melissa LeBlanc-Williams

Updated connection notes in sensorapi example

e5a77cdb 2019-07-18 17:45 Gintaras

Added default I2C address (#72)

  • Default address
  • Default address
  • Default address

Also changed serial baud rate to 115200

  • Default I2C address
  • Default I2C address
  • Default I2C address

Also changed serial baud rate to 115200

  • Update bunny.ino...
ecdc6229 2019-03-08 19:44 Jan Hoffmann

explaining comments in restore_offsets

7faf77c3 2019-03-08 16:05 Jan Hoffmann

added examples from PR#46

e2eb4fa5 2019-03-07 17:27 Jan Hoffmann

Merge pull request #54 from Tones29/bugfix_typo

Fix typo in rawdata example, closes #49

55e2f6d1 2019-01-10 14:50 Jan Hoffmann

doxygen + travis + fixes

27c81822 2018-07-23 11:21 Andreas Wachaja

Fix typo in rawdata example, closes #49

e02f9bd4 2018-01-11 21:56 Kevin Townsend

Merge pull request #42 from rampageservices/trim-magCal

trim list4 so that it parses as an int correctly

842cfd42 2018-01-11 20:53 Kevin Townsend

Merge pull request #28 from zelfor5436/patch-1

Add comment regarding order of operations for calibration restoration.

12f8537c 2017-04-15 19:50 rampageservices

trim list4 so that it parses as an int correctly

Add trim to list4 when assigning mag calibration data to magCal variable. This always parses as a 0 if the new line is not trimmed from list4. Mag was always set to 0 before this change. Now correct calibration data for the magnetometer will show in the gui.

23cf3c90 2016-11-02 00:57 Kevin Townsend

Use external crystal

659bf4c1 2016-09-16 02:04 zelfor5436

Add comment regarding order of operations for calibration restoration.

Per behavior I've discovered and tested today, the external crystal for the BNO055 must be configured only AFTER calibration data has loaded (setSensorOffsets). Failing to adhere to this order of operations prevents loaded calibration data from taking effect....

93ce5fac 2016-03-23 23:08 PaulStoffregen

Use intrinsic rotations in bunny visualization

463eabf7 2015-11-14 08:26 Wetmelon

Fix Whitespace

8e095f02 2015-11-14 05:25 Wetmelon

Return to unsigned ints, fix some formatting

e0b5db7e 2015-11-13 22:54 Wetmelon

Fix Example

312a5b9e 2015-11-13 22:41 Wetmelon

Add Calibration Functionality

32ddee6e 2015-09-02 04:46 Kevin Townsend

Cleaned up output text, and added cal data by default

3237e6e5 2015-08-27 01:50 Kevin Townsend

Added displayCalStatus() helper

8ac2d6f6 2015-08-26 02:02 Kevin Townsend

Added system status helper

2fa9c672 2015-07-28 21:23 Tony DiCola

Update bunny rotate example to display calibration status.

f12bf4b5 2015-07-28 20:44 Tony DiCola

Fix #3 and add calibration status to raw example.

664ebdb0 2015-04-22 21:53 Kevin Townsend

Merge branch 'master' of github.com:adafruit/Adafruit_BNO055

dd57d4fa 2015-04-22 21:52 Kevin Townsend

Fixed Euler rotation output

c82fdc7d 2015-04-22 20:32 ladyada

tiny bit slower

67f3cff5 2015-04-20 22:46 Kevin Townsend

Removed debug Serial.print calls

1f54374f 2015-04-20 19:17 Kevin Townsend

Fixed typo

8cc46552 2015-04-20 19:14 Kevin Townsend

Added rotating bunny sketch

c4f272e1 2015-04-20 18:45 ladyada

added external xtal capability, sensor reset into begin(), removed 'printdouble'

0e2e2723 2015-04-07 10:54 Kevin Townsend

Added getTemp()

fcd68623 2015-04-06 22:13 Kevin Townsend

Added printDouble helper

881d8ad0 2015-04-06 15:59 Kevin Townsend

Updated the example to include units

48741e1f 2015-04-06 15:27 Kevin Townsend

Added getVector and getQuat functions

4bc1c0c1 2015-04-05 01:45 Kevin Townsend

First commit