CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - adxl345
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - adxl345 - List
[
Documents
]
三轴加速度计ADXL345中文手册
DL : 0
这是analog最新的三轴加速度计ADXL345的中文手册。
Update
: 2011-03-30
Size
: 844.36kb
Publisher
:
fansty7703@163.com
[
SCM
]
ADXL345加速度传感器模块测试程序
DL : 1
adxl345加速度模块测试程序,保证能用!
Update
: 2012-02-01
Size
: 12.1kb
Publisher
:
jackiejinster@live.cn
[
Embeded-SCM Develop
]
ADXL345
DL : 0
有关ADXL345加速度传感器芯片的pdf文档、测试源码、原理图等。
Update
: 2012-04-18
Size
: 1.37mb
Publisher
:
luoweihua1986
[
ARM-PowerPC-ColdFire-MIPS
]
ADXL345-1
DL : 0
ADXL345 加速传感器的读取程序,里面写的很清楚。-ADXL345 acceleration sensor reading program, which writing is clear.
Update
: 2025-02-17
Size
: 10kb
Publisher
:
szpgh
[
SCM
]
ADXL345.
DL : 1
基于三轴加速度计ADXL345的计步器,非常好的参考应用-ADXL345 three-axis accelerometer-based pedometer
Update
: 2025-02-17
Size
: 768kb
Publisher
:
贾江峰
[
Other Embeded program
]
adxl345
DL : 0
avr32 library for ADXL345 3-Axis, ±2 g/±4 g/±8 g/±16 g Digital Accelerometer
Update
: 2025-02-17
Size
: 3kb
Publisher
:
glatho
[
Embeded-SCM Develop
]
ADXL345
DL : 1
提供给51单片机使用的ADXL345模块程序,采用IIC接口通讯-Provided to the microcontroller using ADXL345 51 module program, with IIC interface communication
Update
: 2025-02-17
Size
: 103kb
Publisher
:
yy
[
SCM
]
ADXL345
DL : 0
the datasheet of adxl345
Update
: 2025-02-17
Size
: 514kb
Publisher
:
Gu Lei
[
SCM
]
ADXL345
DL : 1
角度传感器ADXL345驱动及应用,已加入PID算法-Angle sensor ADXL345 drivers and applications, has joined the PID algorithm
Update
: 2025-02-17
Size
: 28kb
Publisher
:
刁杰
[
DSP program
]
GY-29-ADXL345
DL : 0
ADXL345加速度测量模块资料 可开发角度测量以及倾斜角测量-ADXL345 accelerometer module data can be developed, and tilt angle measurement angle measurement
Update
: 2025-02-17
Size
: 5.59mb
Publisher
:
luwei
[
SCM
]
ADXL345
DL : 0
三轴加速度传感器(倾角传感器)ADXL345中文资料、原理图、测试程序-Three-axis accelerometer (tilt sensor) ADXL345 Chinese data, schematics, test procedures
Update
: 2025-02-17
Size
: 1.37mb
Publisher
:
默默无闻
[
SCM
]
ADXL345
DL : 0
倾角传感器ADXL345模块,采用c51编程,已通过测试。-ADXL345 tilt sensor module, the use of c51 programming, has been tested.
Update
: 2025-02-17
Size
: 35kb
Publisher
:
gxu
[
Other Embeded program
]
CC2430-based-application-ADXL345
DL : 0
这个是基于CC2430的ADXL345加数度传感器的应用(基于IAR),是通过加速度的变化远程控制终端节点的灯闪情况,是无线嵌入式开发的非常好的演示程序,是嵌入式即物联网相关的开发应用,对ZIGBEE研究人员有极好的指导作用,程序已经实验通过,保证质量。-The ADXL345 is based on the CC2430 application (based on IAR), is a very good wireless embedded development demonstration program is embedded that things related to the development and application of ZIGBEE researchers have an excellent guide, experimental procedures have been adopted to ensure quality.
Update
: 2025-02-17
Size
: 49kb
Publisher
:
张翔
[
SCM
]
ADXL345
DL : 0
用ATmega16写的,ADXL345的读写程序,通过IIC总线读写。-read the signal of the ADXL345 using the IIC BUS and the ATmegal16
Update
: 2025-02-17
Size
: 55kb
Publisher
:
[
SCM
]
89C51-ADXL345
DL : 0
基于51单片机开发的通过IIC总线的ADXL345信号读取程序,通过LCD1602显示。-Based on 51 SCM development by IIC bus ADXL345 signal reading program, through the LCD1602 display.
Update
: 2025-02-17
Size
: 94kb
Publisher
:
[
SCM
]
ADXL345-SPI
DL : 0
msp430x16x与ADXL345的spi通讯-msp430x16x the ADXL345 spi communication
Update
: 2025-02-17
Size
: 32kb
Publisher
:
唐出
[
SCM
]
adxl345-python-master
DL : 0
树莓派上使用三轴加速度传感器 ADXL345的python库项目。(adxl345-python Raspberry Pi Python i2c library for the ADXL3453-axis MEMS accelerometer IC which is used in breakout boards like the Adafruit ADXL345 Triple-Axis Accelerometer (http://shop.pimoroni.com/products/adafruit-triple-axis-accelerometer). This library is a basic implementation of the i2c protocol for the IC offering a simple way to get started with it on the Raspberry Pi. You can import the module and get a sensor reading like this: from adxl345 import ADXL345 adxl345 = ADXL345() axes = adxl345.getAxes(True) print "ADXL345 on address 0x%x:" % (adxl345.address) print " x = %.3fG" % ( axes['x'] ) print " y = %.3fG" % ( axes['y'] ) print " z = %.3fG" % ( axes['z'] ) or you can run it directly from the command line like this: sudo python ADXL345.py which will output the current x, y, and z axis readings in Gs.)
Update
: 2025-02-17
Size
: 3kb
Publisher
:
almo
[
SCM
]
TFT&PWM&ADXL345
DL : 0
用tft2.0显示adxl345角度,包含pwm,tft2.0和adxl345的驱动(Use TFT to display angles)
Update
: 2025-02-17
Size
: 99kb
Publisher
:
淇淇
[
Embeded-SCM Develop
]
ADXL345
DL : 0
adxl345的C51测试程序,用于说明模块的用法。(Adxl345's C51 test program)
Update
: 2025-02-17
Size
: 51kb
Publisher
:
didida
[
Com Port
]
ADXL345
DL : 0
利用CC2530对加速度传感器ADXL345进行读写操作和串口通讯(UART based on CC2530 and ADXL345)
Update
: 2025-02-17
Size
: 2kb
Publisher
:
lyric91
«
1
2
3
4
5
6
7
8
9
10
...
18
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.