Welcome![Sign In][Sign Up]
Location:
Search - I2C ADXL345

Search list

[OtherADXL345 DATASHEET

Description: The ADXL345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is acces-sible through either a SPI (3- or 4-wire) or I2C digital interface.
Platform: | Size: 490926 | Author: huujun@gmail.com | Hits:

[SourceCodePIC I2C

Description: ADXL345 I2C
Platform: | Size: 3040 | Author: huujun@gmail.com | Hits:

[Embeded-SCM Developi2c_set

Description: i2c-test,i2c程序和测试,arm-linux下编译-i2c-test, i2c procedures and testing, arm-linux compiler under
Platform: | Size: 2048 | Author: ron | Hits:

[Game EngineI2C_ADXL345

Description: 16bit 游戏开发平台与ADXL345加速度IC的接口I2c驱动源码。-16bit mcu ,AdXL345,I2c driver
Platform: | Size: 2048 | Author: 陈权 | Hits:

[SCMadxl

Description: keil编译环境下C8051F020驱动加速度传感器ADXL345的程序。采用的是I2C总线-keil compiler environment ADXL345 accelerometer C8051F020-driven process. Using the I2C bus
Platform: | Size: 4096 | Author: | Hits:

[SCMGY29MCUIICCOM

Description: 单片机的I2C通信程序,主机和从机的设置和通信流程。-I2C microcontroller communication program, master and slave settings and communication processes.
Platform: | Size: 111616 | Author: tian.jason | Hits:

[Program doccc2430-ADXL345

Description: 使用I2C协议编写成功的程序,三轴加速度计ADXL-I2C protocol to write a successful program, triaxial accelerometer ADXL
Platform: | Size: 45056 | Author: thdsyin | Hits:

[SCMADXL345-C51

Description: ADXL345加速度传感器,C51源程序,I2C通讯-ADXL345 acceleration sensor, the C51 source, I2C communication
Platform: | Size: 3072 | Author: 涂强 | Hits:

[Other Embeded programADXL345-test

Description: CC2530模块通过I2C通信接收ADXL345传感器采集到的数据并通过串口通信传递给电脑,亲自调试测试可用-CC2530 module through the I2C communication receiver the ADXL345 sensor to the data passed to the computer through the serial port communication, the person commissioning tests available
Platform: | Size: 31744 | Author: 翁XX | Hits:

[SCMADXL345-test---2

Description: CC2530 ADXL345 I2C读写-CC2530 ADXL345 I2C read and write ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Platform: | Size: 27648 | Author: soul | Hits:

[SCMSTC51-ADXL345-IIC

Description: ADXL345_51单片机通信程序 I2C调试程序-ADXL345_51 SCM communication procedures I2C debugger
Platform: | Size: 3072 | Author: hexiao | Hits:

[OtherADXL345

Description: 数字加速度计.ADXL345是一款小而薄的超低功耗3轴加速度计,分辨率高(13位),测量范围达± 16g。数字输出数据为16位二进制补码格式,可通过SPI(3线或4线)或I2C数字接口访问。-Digital accelerometer
Platform: | Size: 870400 | Author: jiangliang | Hits:

[Linux driveradxl345.c

Description: ADXL345 three axis accelerometer I2C source code
Platform: | Size: 1024 | Author: myads | Hits:

[SCMmsp430-and-ADXL345-

Description: msp430与ADXL345的I2C通信c语言程序-msp430 I2C communication with the ADXL345 c language program
Platform: | Size: 8192 | Author: 张瀚文 | Hits:

[DSP programhmc5883-P-ADXL345-_I2C-Simulate

Description: dsp 28335 i2c , ADS345 , HMC5883 程序.
Platform: | Size: 857088 | Author: 蔡松涛 | Hits:

[Embeded-SCM DevelopADXL345

Description: ADXL345是一款小而薄的超低功耗3轴加速度计,分辨率高(13位),测量范围达±    16g。数字输出数据为16位二进制补码格式,可通过SPI(3线或4线)或I2C数字接口访问。ADXL345非常适合移动设备应用-ADXL345 is a small, thin, ultra-low-power 3-axis accelerometer with high resolution (13), the measurement range of ± 16g. 16-bit digital output data is twos complement format, I2C digital interface access via SPI (3-wire or 4-wire) or. The ADXL345 is well suited for mobile device applications
Platform: | Size: 4096 | Author: yang | Hits:

[SCMstm32-I2C-driver

Description: 这个是我们四轴飞行器课设时候留下的各种驱动程序和资料,stm32模拟I2C驱动L3G4200,ADXL345,HMC5883,BMP085成功,含大量中文资料-This is our four axis flight vehicle class set time to leave a variety of drivers and data, STM32 simulation I2C driver L3G4200, ADXL345, HMC5883, BMP085 success, with a large number of Chinese information
Platform: | Size: 16775168 | Author: 王小雷 | Hits:

[SCMadxl345-python-master

Description: 树莓派上使用三轴加速度传感器 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.)
Platform: | Size: 3072 | Author: almo | Hits:

[SCMADXL345

Description: 这是一个arduino的库,用来控制adxl345 (三轴加速度计),通过使用I2C 口(This is a library of arduino,you can use it to connect and control the sensor ADXL345)
Platform: | Size: 49152 | Author: is_kayla | Hits:

[SCMADXL345模块

Description: 基于STM32的ADXL345的读写,I2C,时序输出(Read and write, I2C and timing output of ADXL345 based on STM32.)
Platform: | Size: 1463296 | Author: 我爱8051单片机 | Hits:
« 12 »

CodeBus www.codebus.net