More actions
m (Text replacement - "Category:3DS homebrew applications" to "") |
|||
Line 48: | Line 48: | ||
* GBAtemp - https://gbatemp.net/threads/r-o-b-a-3ds-homebrew-app-to-display-and-log-gyroscope-and-accelerometer-data.497964 | * GBAtemp - https://gbatemp.net/threads/r-o-b-a-3ds-homebrew-app-to-display-and-log-gyroscope-and-accelerometer-data.497964 | ||
[[Category:Other 3DS homebrew applications]] | [[Category:Other 3DS homebrew applications]] |
Revision as of 03:37, 6 Mayıs 2024
R.O.B. | |
---|---|
General | |
Author | Swiftloke |
Type | Other Apps |
Version | 1.0 |
License | Mixed |
Last Updated | 2018/02/13 |
Links | |
Download | |
Website | |
Source | |
R.O.B. is a 3DS homebrew that logs the data of the 3DS' accelerometer and gyroscope.
Features
- Logging of the gyroscope and accelerometer data in CSV format. One can easily import it into a spreadsheet or something similar.
- Logging will continue when the screen is closed, so one can just drop a 3DS running this in their bag/pocket and see the results.
- Slightly modified system font example for displaying the values on screen, this means none of the flickering typically present in apps using the console API.
Installation
Copy the .3dsx to the 3ds folder on your SD card.
Run it with the Homebrew Launcher.
User guide
Open the app and it'll do the rest. Logs are stored in CSV format which looks a little something like this:
Entry, Accel X, Y, Z, Gyro Yaw, Pitch, Roll
Where Entry is the iteration of the log, and all other values all self explanatory.
It will also display these values on the screen.
Values are saved in /3ds/data/ROB/Test_X.csv, where X is an incrementing number dependent on how many test files there are before it.
In other words, if you've run the app 4 times and start it a 5th, expect to see your results in Test_5.csv.
Credits
Smealum, fincs, mtheall, yellows8 and co. - libctru and all the amazing work in reverse engineering the 3DS.
fincs - Citro3D and lots of help with using it.
Henke37#6119 on Discord - Commissioning this program to be created.