UAS/Notes/L3G4200D: Difference between revisions
Jump to navigation
Jump to search
en>Jmussemann (Created page with 'This page contains developers notes on the L3G4200D 3 axis gyro') |
m (4 revisions imported) |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
This page contains developers notes on the L3G4200D 3 axis gyro | This page contains developers notes on the L3G4200D 3 axis gyro | ||
A lot of the information of this page comes from the datasheets, but it has been interrupted and filtered to how it can and should be used on this project. | |||
this units provides dps (degrees per seconds) as well as temperature | |||
== Registers == | |||
=== WHO_AM_I (0x0F) === | |||
writing to register 0x0f should return the value 0xD3 11010011(binary) D3(hex) or 211 (dec) | |||
=== Register 4 (0x23) === | |||
control register | |||
this is how we are configuring the device<BR> | |||
BDU BLE FS1 FS0 --- ST1 ST0 SIM <BR> | |||
0 0 1 1 0 0 0 0 |
Latest revision as of 20:30, 30 March 2024
This page contains developers notes on the L3G4200D 3 axis gyro
A lot of the information of this page comes from the datasheets, but it has been interrupted and filtered to how it can and should be used on this project.
this units provides dps (degrees per seconds) as well as temperature
Registers
WHO_AM_I (0x0F)
writing to register 0x0f should return the value 0xD3 11010011(binary) D3(hex) or 211 (dec)
Register 4 (0x23)
control register
this is how we are configuring the device
BDU BLE FS1 FS0 --- ST1 ST0 SIM
0 0 1 1 0 0 0 0