GPS2 click with i2c on Raspberry pi 3

Discussion on projects that are created by users and posted on mikroElektronika website.
Post Reply
Author
Message
SebastienThiry
Posts: 7
Joined: 29 May 2018 13:53

GPS2 click with i2c on Raspberry pi 3

#1 Post by SebastienThiry » 20 Sep 2018 08:34

Hello,

I want to make a Raspberry pi 3 and a GPS2 click to communicate with i2c, so I have moved jumpers, and enabled i2c on raspberry pi. So on Raspberry Pi, I execute i2cdetect -y 1 and the GPS should appear at address 0x60 and 0x62, but I get this

pi@raspberrypi:~ $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- 25 -- -- -- -- -- -- -- -- -- 2f
30: -- -- -- -- -- -- 36 -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
pi@raspberrypi:~ $ i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- 0c -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- 1e --
20: -- -- 22 -- -- -- -- -- 28 29 2a 2b -- 2d 2e 2f
30: -- -- 32 -- 34 -- -- -- 38 39 -- 3b 3c 3d 3e 3f
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: 60 61 62 -- 64 -- 66 67 68 69 -- 6b 6c -- -- 6f
70: -- 71 72 73 74 -- 76 --
pi@raspberrypi:~ $

Is anyone can explain me why I get this and if it can work?
Thanks,
Sébastien Thiry

Post Reply

Return to “User Projects”