Skip to content

rghunter/LoggoDAQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

***************************
* Loggomatic V2 Firmware Mod
* ADXL345 Accelerometer Support (I2C)
* Ryan Hunter - TR Aeronautics
* <rhunter@traeronautics.com>
****************************


Description:
	This firmware for the loggomatic provides a bitbanged I2C driver that supports the Analog Devices ADXL345 Accelerometer.
	
	
Installation:

	Hardware
	On the IMU Board -> break out the SDA, SCL, GND, and 3.3v lines
	
	Connection diagram:
		
		IMU Board		Loggomatic V2
			3.3v	->	3.3v
			GND		->	GND
			SDA		->	MISO
			SCL		->	SCK
			
	Firmware Installation:
	Simply copy the firmware file (FW.SFE) to a micro sd card formatted with fat16 and power on the board.



References:

	This firmware is based on the Loggomatic Kwan <http://code.google.com/p/logomatic-kwan/> 
	The I2C bitbang algorithim is derived from <http://forum.sparkfun.com/viewtopic.php?f=11&t=22774>

About

The goal of this project is to implement fimrware for the SFE Loggomatic V2 capapble of reading data from the sparkfun IMU digital combo board. This is to be used to collect and stream vibration data for a wind turbine prototype.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors