Non HE280 accelerometer upgrade
Posted: Mon Apr 17, 2017 10:50 am
So I didn't feel too keen to buy the HE280, cabling and rewire my v2. I looked at the wiring diagram and config.h code and figured that any accelerometer that communicated with SDA and SCL would work.
So I picked up this one on amazon. UCTRONICS MPU-6500 6-Axis Sensor Module Gyroscope Accelerometer https://www.amazon.com/gp/product/B01DI ... UTF8&psc=1
From the wiring diagram http://seemecnc.dozuki.com/Document/31/.pdf and https://cdn.shopify.com/s/files/1/0276/ ... 1473171987
on the I2C the red wire goes to SDA and black wire goes to SCL. I have a rambo 1.3L board so I'm not sure how much different that is from the board the v3 is using but they look similar.
Anyways I ran my wires and hooked it up and booted up my terminal in matter control and when I turn the printer on I get stuck on a loop with this message:
<-start
<- Free Ram 869
<- X:0.00 Y:0.00 Z:0.00 E:0.00
<- Autoretract: 0
<-SpeedMultiply:100
<- iis2dh accelerometer initializing...
It just loops after that. From looking at the code it isn't getting a reading response from the accelerometer so it isn't initializing. I've seen people have similar issues with the HE280 and the suggestions were the wiring. I've checked that don't believe that the be the issue. I even used my breadboard wires and hooked it right into the board and get the same issue.
I was reading on this post http://forum.seemecnc.com/viewtopic.php?t=10876 Which is where I got the wiring diagrams and it was wondering if I need to connect the INT Probe wire as well. Does anything use that on the v2 board right now?
Is there a way to trouble shoot if the accelerometer is working without matterhackers?
I have a raspberry pi and breadboard so I can trouble shoot the accelerometer if I need too but I'm not sure how I'd do that. I attached a photo for the accelerometer and board and my configuration.h If anyone has any ideas on how or if I can get this working let me know.
So I picked up this one on amazon. UCTRONICS MPU-6500 6-Axis Sensor Module Gyroscope Accelerometer https://www.amazon.com/gp/product/B01DI ... UTF8&psc=1
From the wiring diagram http://seemecnc.dozuki.com/Document/31/.pdf and https://cdn.shopify.com/s/files/1/0276/ ... 1473171987
on the I2C the red wire goes to SDA and black wire goes to SCL. I have a rambo 1.3L board so I'm not sure how much different that is from the board the v3 is using but they look similar.
Anyways I ran my wires and hooked it up and booted up my terminal in matter control and when I turn the printer on I get stuck on a loop with this message:
<-start
<- Free Ram 869
<- X:0.00 Y:0.00 Z:0.00 E:0.00
<- Autoretract: 0
<-SpeedMultiply:100
<- iis2dh accelerometer initializing...
It just loops after that. From looking at the code it isn't getting a reading response from the accelerometer so it isn't initializing. I've seen people have similar issues with the HE280 and the suggestions were the wiring. I've checked that don't believe that the be the issue. I even used my breadboard wires and hooked it right into the board and get the same issue.
I was reading on this post http://forum.seemecnc.com/viewtopic.php?t=10876 Which is where I got the wiring diagrams and it was wondering if I need to connect the INT Probe wire as well. Does anything use that on the v2 board right now?
Is there a way to trouble shoot if the accelerometer is working without matterhackers?
I have a raspberry pi and breadboard so I can trouble shoot the accelerometer if I need too but I'm not sure how I'd do that. I attached a photo for the accelerometer and board and my configuration.h If anyone has any ideas on how or if I can get this working let me know.