More actions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|title=ROB | |title=ROB | ||
|image=ROB.jpg | |image=ROB.jpg | ||
|description= | |description=Display and log gyroscope and accelerometer data. | ||
|author=Swiftloke | |author=Swiftloke | ||
|lastupdated=2018/02/13 | |lastupdated=2018/02/13 | ||
|type= | |type=Other Apps | ||
|version=1.0 | |version=1.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/3dshomebrews/rob3ds.7z | ||
|website=https://gbatemp.net/threads/r-o-b-a-3ds-homebrew-app-to-display-and-log-gyroscope-and-accelerometer-data.497964 | |website=https://gbatemp.net/threads/r-o-b-a-3ds-homebrew-app-to-display-and-log-gyroscope-and-accelerometer-data.497964 | ||
|source=https://github.com/Swiftloke/ROB | |source=https://github.com/Swiftloke/ROB | ||
}} | }} | ||
R.O.B. is a 3DS homebrew that logs the data of the 3DS' accelerometer and gyroscope. | |||
==Features | ==Features== | ||
* Logging of the gyroscope and accelerometer data in CSV format. One can easily import it into a spreadsheet or something similar. | * 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 | * 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, | * 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. | ||
==Usage | ==Usage== | ||
The CSV format looks a little something like this: | The CSV format looks a little something like this: | ||
<pre>Entry, Accel X, Y, Z, Gyro Yaw, Pitch, Roll</pre> | <pre>Entry, Accel X, Y, Z, Gyro Yaw, Pitch, Roll</pre> | ||
Where Entry is the iteration of the log, and all other values all self explanatory. | |||
It will also display these values on the screen. | It will also display these values on the screen. | ||
Values are saved in /3ds/data/ROB/ | 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. | |||
== | ==External links== | ||
* | * GitHub - https://github.com/Swiftloke/ROB | ||
* | * GBAtemp - https://gbatemp.net/threads/r-o-b-a-3ds-homebrew-app-to-display-and-log-gyroscope-and-accelerometer-data.497964 | ||
[[Category:3DS homebrew applications]] | |||
[[Category:Other 3DS homebrew applications]] |
Revision as of 11:56, 5 February 2022
ROB | |
---|---|
File:ROB.jpg | |
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.
Usage
The CSV format 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.