
Terenceang
Members-
Content Count
30 -
Joined
-
Last visited
About Terenceang
-
Rank
Advanced Member
- Birthday 04/15/1968
Profile Information
-
Gender
Not Telling
-
Looks great... let me know how it is working for you.
-
[Group Buy-0] WizFi210 Serial to Wifi Module
Terenceang replied to bluehash's topic in Buy, Trade and Sell
haha.. thanks blue. -
[Group Buy-0] WizFi210 Serial to Wifi Module
Terenceang replied to bluehash's topic in Buy, Trade and Sell
I need the PCB add another $5? -
the IMU is working and pretty stable. but the motion seem to have some dampening effect at the end, if you bank 45 degrees, it will go to 40 degree then slowly go to 45... have to study more to figure out why.. maybe the sampleing rate or some time related maths. code is updated!!
-
Hi Tim, add an event counter in the breakpoint window and set breakpoint between the instructions you want to count, enable and disable the counter to reset. you can find the instructions in the FPU lab segment in the Stellaris tutorial, Cheers, Terence.
-
ok, everything is working fine, except some how after the fix, pitch and roll is mixing into each other's axis. rechecking all the axis.
-
eliminated the inverse sqaure root issue. 1.0f / sqrtf(x) instead. 104 cycles with fpu, 150 cycles without fpu, 107 with fast invsqrt routine.
-
thanks now i understand it better..
-
[Group Buy-0] WizFi210 Serial to Wifi Module
Terenceang replied to bluehash's topic in Buy, Trade and Sell
1. Bluehash-----------------2--------------------US 2. Gwdeveloper-----------1---------------------US 3. Reaper7-----------------1---------------------PL 4. DanAndDusty-----------1--------------------UK 5. JKabat--------------------2--------------------US 6. PentiumPC---------------1--------------------SG -
@Darmurg, you might want to check this out. runs ont the 430. http://invensense.com/mems/gyro/documents/PB-MPU-9150IMF%20MotionFit%20Wireless%20Developer%20Kit%20Product%20Brief.pdf
-
I tot of STMF32F3, similar setup as the PX4, maybe easier to port.. @Fred, if you have time to look at the code, I am getting running error on the Roll axis, and after fixing the update rate to 100Hz. I am getting some scaling error. I will look at it again this week end.
-
[Group Buy-0] WizFi210 Serial to Wifi Module
Terenceang replied to bluehash's topic in Buy, Trade and Sell
Blue, how much to ship to singapore? -
https://code.google.com/p/stellaris-lp-imu/source/browse/#svn%2Ftrunk%2Fstellaris-lp-imu the code is for UART1. not updated to use the UI. Please update us with you mocap experiment, thanks.
-
I am making changes to regulate the timing for the AHRS updates.. All this is pretty new to me, I am getting good Yaw and Pitch reading but roll is way off, It goes 1 way and won't return to level after awhile, seem to accumulate some error over time.
-
That is my exact set up, just change the code from UART0 to UART1 if you use this LP booster, I have it mounted on the bottom of the Stellaris. you got to check the truck for the source. https://code.google.com/p/stellaris-lp-imu/source/browse/#svn%2Ftrunk%2Fstellaris-lp-imu