Search found 4 matches

by rtfuller
Tue Dec 31, 2013 5:47 pm
Forum: Using Externals
Topic: IOS Externals Help
Replies: 0
Views: 2576

IOS Externals Help

I followed the video tutorial to create the "batteryLevel" external, but when I build it I get this error:

error: linking step of external dylib build failed, probably due to missing framework or library references - check the contents of the rrtest.ios file

Anyone have an idea of what's wrong?
by rtfuller
Wed Jun 26, 2013 5:25 am
Forum: iOS Deployment
Topic: rotation sensor reading returns noise
Replies: 4
Views: 3013

Re: rotation sensor reading returns noise

How would one use the "send" command?
by rtfuller
Mon Jun 24, 2013 2:54 am
Forum: iOS Deployment
Topic: rotation sensor reading returns noise
Replies: 4
Views: 3013

Re: rotation sensor reading returns noise

Yes it has rotation sensors. If I use the on rotationRateChanged xValue, yValue, zValue structure, I get reasonable data. However this only updates when the rotation rate changes. I should be able to get the rotation rate on a periodic basis.
by rtfuller
Mon Jun 24, 2013 12:39 am
Forum: iOS Deployment
Topic: rotation sensor reading returns noise
Replies: 4
Views: 3013

rotation sensor reading returns noise

I'm trying to monitor the angle of the iphone as it turns. I'm using mobilesensorreading("rotation rate", true) and the data that comes back is just noise. The accelerometer, and heading works, but just noise from the gyro's. Any suggestions? Code: on updateScreen if sRunning is true then put the lo...

Go to advanced search