Difference between revisions of "Component: Gyroscope (EBM009) (EBM Modules)"

From Flowcode Help
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 78: Line 78:
  
 
{{Fcfile|EBM009 - Test Program.fcfx|EBM009 Example}}
 
{{Fcfile|EBM009 - Test Program.fcfx|EBM009 Example}}
 +
 +
 +
 +
 +
 +
  
  
Line 86: Line 92:
 
==Macro reference==
 
==Macro reference==
  
===GetZ===
+
===GetX===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetZ'''
+
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetX'''
 
|-
 
|-
| colspan="2" | Returns the previously sampled Z axis data 
+
| colspan="2" | Returns the previously sampled X axis data 
 
|-
 
|-
 
|-
 
|-
Line 114: Line 120:
  
  
===GetX===
+
===GetZ===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetX'''
+
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetZ'''
 
|-
 
|-
| colspan="2" | Returns the previously sampled X axis data 
+
| colspan="2" | Returns the previously sampled Z axis data 
 
|-
 
|-
 
|-
 
|-
Line 128: Line 134:
  
  
===SampleDevice===
+
===Initialise===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SampleDevice'''
+
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Initialise'''
 
|-
 
|-
| colspan="2" | Reads the Axis data from the device. Returns 0 if successful 
+
| colspan="2" | Initialise the component. Returns 0 if successful 
 
|-
 
|-
 
|-
 
|-
Line 155: Line 161:
 
|-
 
|-
 
| colspan="2" | address of the register to be read 
 
| colspan="2" | address of the register to be read 
 +
|-
 +
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE
 +
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 +
|}
 +
 +
 +
===SampleDevice===
 +
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 +
|-
 +
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 +
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SampleDevice'''
 +
|-
 +
| colspan="2" | Reads the Axis data from the device. Returns 0 if successful 
 +
|-
 
|-
 
|-
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE
Line 183: Line 203:
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
|}
 
 
===Initialise===
 
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
 
|-
 
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
 
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Initialise'''
 
|-
 
| colspan="2" | Initialise the component. Returns 0 if successful 
 
|-
 
|-
 
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-u8-icon.png]] - BYTE
 
| width="90%" style="border-top: 2px solid #000;" | ''Return''
 
|}
 
 
 
  
  

Latest revision as of 13:09, 7 February 2023

Author Matrix TSL
Version 2.0
Category EBM Modules


Gyroscope component

Interface to the L3G4200D three axis digital gyroscope. Panel GUI can be used to simulate incoming data for testing.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_EBM009v1.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_EBM009v1.fcfx

Detailed description

No detailed description exists yet for this component

Examples

Sample program demonstrating the EBM009 Gyroscope Sensor.

The program plots X, Y and Z data onto the LCD screen.

FC6 Icon.png EBM009 Example







Macro reference

GetX

Fc9-comp-macro.png GetX
Returns the previously sampled X axis data 
Fc9-s16-icon.png - INT Return


GetY

Fc9-comp-macro.png GetY
Returns the previously sampled Y axis data 
Fc9-s16-icon.png - INT Return


GetZ

Fc9-comp-macro.png GetZ
Returns the previously sampled Z axis data 
Fc9-s16-icon.png - INT Return


Initialise

Fc9-comp-macro.png Initialise
Initialise the component. Returns 0 if successful 
Fc9-u8-icon.png - BYTE Return


ReadRegister

Fc9-comp-macro.png ReadRegister
Read the data byte at the given address of the device 
Fc9-u8-icon.png - BYTE Reg
address of the register to be read 
Fc9-u8-icon.png - BYTE Return


SampleDevice

Fc9-comp-macro.png SampleDevice
Reads the Axis data from the device. Returns 0 if successful 
Fc9-u8-icon.png - BYTE Return


WriteRegister

Fc9-comp-macro.png WriteRegister
Writes the data byte to the given address of the device. Returns 0 if successful 
Fc9-u8-icon.png - BYTE Reg
address of register to be written with data byte 
Fc9-u8-icon.png - BYTE data
data byte to be written to device register 
Fc9-u8-icon.png - BYTE Return


Property reference

Fc9-prop-icon.png Properties
Fc9-type-16-icon.png Output Data Rate
 
Fc9-type-16-icon.png Full Scale Selection
Specifies the maximum angular speed which the sensor can measure in degrees per second 
Fc9-type-16-icon.png X Axis
 
Fc9-type-16-icon.png Y Axis
 
Fc9-type-16-icon.png Z Axis
 
Fc9-type-10-icon.png Label
 
Fc9-conn-icon.png Connection
Fc9-type-16-icon.png Channel
Channel selection 
Fc9-type-5-icon.png SDA
Pin used for SDA (data signal) 
Fc9-type-16-icon.png SDA Remap Pin
 
Fc9-type-5-icon.png SCL
Pin used for SCL (clock signal) 
Fc9-type-16-icon.png SCL Remap Pin
 
Fc9-type-16-icon.png Baud Select
Baud rate option selector 
Fc9-type-14-icon.png Baud Rate
Baud rate to be used 
Fc9-type-7-icon.png Stop Delay
On older microcontroller devices there is a potential for the I2C hardware channel to lock up if there is not a 10ms delay between an I2C stop event and the next I2C start event. Most modern microcontrollers will not have a problem so this property can be disabled to speed up the I2C communications.  
Fc9-conn-icon.png Simulation
Fc9-type-16-icon.png Simulate Comms