Skip to content

I'm piecing together code to broadcast iOS sensor data to a socket over UPD for use with microcontroller frameworks. I'm starting with a focus on accelerometer and gyroscope parameters now, and hopefully adding support for gps later.

Notifications You must be signed in to change notification settings

13protons/gyroBroadcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gyroBroadcast

I'm piecing together code to broadcast iOS sensor data to a socket over UPD for use with microcontroller frameworks. I'm starting with a focus on accelerometer and gyroscope parameters, and working towards support for gps later. This is meant specifically to work with The beaglebone (http://beagleboard.org/bone) and

UDP is being handled by AsyncUdpSocket. The library is public domain, originally written by Dustin Voss, and now maintained by Deusty and the Cocoa community. https://github.com/roustem/AsyncSocket

Gyroscope and Accelerometer code originally from a tutorial by Hersh Bhargava http://h2micro.com, http://www.youtube.com/watch?v=Xk5cJlhePCI

About

I'm piecing together code to broadcast iOS sensor data to a socket over UPD for use with microcontroller frameworks. I'm starting with a focus on accelerometer and gyroscope parameters now, and hopefully adding support for gps later.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published