A blog about a variety of random stuff that i do in my free time and during my projects.
Sunday, October 20, 2013
ADXL345 Accelerometer using ATmega32
The ADXL345 is a tiny, low cost and ultra-low power 3-axis accelerometer which works on both SPI and TWI interfaces. It has use selectable sensitivity and give quite reliable readings considering its cost. The ADLX345 circuit in the IMU has TWI interface. I will be using ATmega32 in the following project clocked at 8MHz using the internal oscillator.
Here is the circuit diagram of how the ADXL345 accelerometer is connected, also you can see that the slave address is given as 0x53. The address can also be found out from the I2C scanner as shown here.
The ADX345 supports the standard (100 kHz) and the fast (400 kHz) data transfer modes. For more info see datasheet.
Tuesday, October 15, 2013
Thursday, October 10, 2013
Interfacing the 10 DOF IMU with Arduino and Atmega
Starting to work on the 10 DOF Inertial measurement unit. Will be posting the updates regularly here.
Board Specifications:
Wednesday, September 18, 2013
Souce Code formatter for blogger
Here are some sites that help you to convert your code snippets into html format. The code is converted into a tabular format.
Interfacing HC-SR04 Ultrasonic Module with Arduino Pro Mini
SR04 is a module that can detect distance between 2cm to 400cm by sending out ultrasonic waves and calculating the time between the sent signal and echo received.
Steps:
Steps:
- Send the trigger signal - a TTL 10us signal
- Wait for the echo pin to get high.
- Calculate the time for which the echo pin is high using a timer.
- Calculate the distance using
Distance = high level time * velocity (340M/S) / 2
Tuesday, September 17, 2013
Saturday, May 11, 2013
Tuesday, February 26, 2013
Schileren Visualization of a Double Divergent Section
Schileren Visualization of a Double Divergent Section
@APLD lab IIST
Subscribe to:
Posts
(
Atom
)