Timeline for Help with MPU-6050
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 1, 2022 at 9:39 | comment | added | Juraj♦ | @Mahshida, the code is in the Answer | |
| May 1, 2022 at 8:31 | comment | added | Mahshida | hey teja would you mind sharing the code, as I am also stuck on this for quite a while. | |
| Sep 4, 2016 at 16:32 | comment | added | Teja Allani | @Len, I read through every line of code in .h and .cpp file patiently. I finally got an outline of how it works. The problem when I first saw those files was my C++ programming. I didn't know how library is made and what does .h have to do with .cpp file. I thought they were separate and had no link to each other. After hours of googling finally I was capable of understanding link between .h and .cpp that .cpp had function definitions which were declared in .h file. Now I can use that library with satisfaction :D. Thank you for the help. | |
| Sep 4, 2016 at 14:33 | vote | accept | Teja Allani | ||
| Sep 2, 2016 at 15:01 | comment | added | Len | @TejaAllani also, I get that not understanding the library can be frustrating, but I know for sure that it works really good. Sometimes that's enough and that's also a bit why you'd want a library: you don't have to write and understanding everything yourself because the library will do the hard work for you. Good luck with your project. | |
| Sep 2, 2016 at 14:44 | answer | added | Teja Allani | timeline score: 3 | |
| Sep 2, 2016 at 14:30 | comment | added | Teja Allani | Yea I opened and read library and cpp. I will try to go through again :). I got a work around for now thank you @Len | |
| Sep 2, 2016 at 12:54 | comment | added | Len | Just use Jeff Rowberg's code and go through all the lines in his code, perhaps even open up the .cpp and the .h to get a better understanding what is being done with your code. | |
| Sep 2, 2016 at 12:54 | comment | added | Len | All the references of Jeff Rowberg's library are in his library. His code is pretty well commented. I used the raw.ino of his examples for one of my projects and it worked perfectly. | |
| Sep 2, 2016 at 12:01 | history | edited | Teja Allani |
edited tags
|
|
| Sep 2, 2016 at 12:01 | comment | added | Teja Allani | Angular velocity = Degrees per second, I want gyro values in degrees @EugeneSh. | |
| Sep 1, 2016 at 15:20 | review | Close votes | |||
| Sep 17, 2016 at 3:03 | |||||
| Aug 31, 2016 at 19:26 | history | migrated | from electronics.stackexchange.com (revisions) | ||
| Aug 31, 2016 at 18:50 | comment | added | Eugene Sh. | This code gives good gyroscope values in terms of angular velocity but I want it in degrees is there any way to change those gyro values to degrees(like in first case)? - And what the angular velocity is measured in? | |
| Aug 31, 2016 at 18:47 | history | asked | Teja Allani | CC BY-SA 3.0 |