sqrtmo / GY-85-arduino

36 stars 16 forks source link

Doesn't work for me #1

Open Justin2424 opened 9 years ago

Justin2424 commented 9 years ago

Hi sqrtmo, I tried using your example, but I could not get it to work. The sketch compiles, uploads, and runs, but nothing the values printed are do not change.. I have tested my arduino nano and GY-85 with other sketches. Is this project not currently working? Thanks for any feedback.

sqrtmo commented 9 years ago

Hello, are you wiring it correctly? I am using arduino uno in my example and it's IIC pins are A4 and A5. For nano they are D4 and D5.

sqrtmo commented 9 years ago

Sorry I forgot to mention this, does it works now?

Justin2424 commented 9 years ago

Thanks for your response (and sharing your work)  . I won't be able to confirm if it works for a few more days as I'm away. I had it connected as follows: | Sensorboard Pin

| Arduino Pin

| | Vcc_in

| 5 volt

| | GND

| Ground/GND

| | SCL

| A5

| | SDA

| A4

|

-Justin From: sqrtmo notifications@github.com To: sqrtmo/GY-85-arduino GY-85-arduino@noreply.github.com Cc: Justin2424 jlm0924@yahoo.com Sent: Tuesday, July 7, 2015 4:24 AM Subject: Re: [GY-85-arduino] Doesn't work for me (#1)

Sorry I forgot to mention this, does it works now?— Reply to this email directly or view it on GitHub.

sqrtmo commented 9 years ago

Ok, there is a problem with it, maybe with newer arduino version.. I will fix it these days and will let you know.

sqrtmo commented 9 years ago

Bhhh, my stupid mistake. I fixed it, try now and tel me how it looks.