I'm getting gibberish on the serial monitor, which kind of freezes...
Anything i forgot? should i connect vRef to ground also or is that not necessary?
I also tried serveral baudrates, but that should not have anything to do with the gyro reading right?
You are used to Java perhaps? Yes the print functions are very limited on a small microcontroller. I'd always advise getting one thing working at a time before moving to the next - don't put yourself in the position of having made a dozen changes and only then find your code has stopped working, test each change (or set of related changes) so that you have immediate feedback that you got it right!
Thanks for the tip! And yeah, i'ts javascript/actionscript not much string to int / into to string stuff needed there
I am now getting readouts, however, it's hovering at around ~1023 which is the max for a 10 bit ADC, but i'm not moving the gyro...
What could this be?
I'm using this guide to get to the angular rotation speed (in degrees, ultimately).
[edit]: okay, wth, to be sure i'm now also measuring Y out 4x, not just the X out 4x, and they're both 1023 exact and not changing. What can be the cause of this?
Why can i get a deg/second readout higher than 300 deg/second? (highlighted in the CoolTerm program)
300 deg/second should be the max. range of my gyro?.
I am using this guide, and as i want the degrees per second,
not the degree (for adjusting geolocation or something, i did not add the code for the time difference with millis(); ).
P.S:
I was messing around for so long because i could not solder the gyro,
because i did not knew if the measuring range and sensitivity were what i was looking for.
While moving the gyro, it was sometimes disconnected from the analog output wire...
and yeah my mac crashed several times... probably not that much of a best practice :>