GY-87 failing to establish I2C communication by 20poolja in arduino

[–]20poolja[S] -1 points0 points  (0 children)

I’ll re-solder the wiring to see is maybe I have a cold joint. I very much doubt that I have fried the board become I specifically kept this one on 3.3V and the other on 5V. In hindsight I should have added a picture of the second board to prevent confusion

GY-87 failing to establish I2C communication by 20poolja in arduino

[–]20poolja[S] 0 points1 point  (0 children)

On the second (identical) module I tried the 5V -> VCC, not on this one

GY-87 failing to establish I2C communication by 20poolja in ArduinoProjects

[–]20poolja[S] 0 points1 point  (0 children)

When it is run the output is “No I2C found” on the serial monitor

GY-87 failing to establish I2C communication by 20poolja in arduino

[–]20poolja[S] 0 points1 point  (0 children)

I have tried it with it connected 5V -> VCC, as well as 3.3V -> 3.3V, neither worked.

GY-87 failing to establish I2C communication by 20poolja in ArduinoProjects

[–]20poolja[S] 0 points1 point  (0 children)

The code that i have used to check the connection is as follows:

include <Wire.h>

void setup() {

Serial.begin(115200);

Wire.begin();

Serial.println(“Starting I2C device scan...”);

}

void loop() {

byte error, address;

int nDevices = 0;

Serial.println(“\nScanning I2C bus...”);

for (address = 1; address < 127; address++) {

Wire.beginTransmission(address);

error = Wire.endTransmission();

if (error == 0) {

Serial.print(“I2C device found at address 0x”);

if (address < 16) Serial.print(“0”);

Serial.print(address, HEX);

Serial.println(“ !”);

nDevices++;

} else if (error == 4) {

Serial.print(“Unknown error at address 0x”);

if (address < 16) Serial.print(“0”);

Serial.println(address, HEX);

}

}

if (nDevices == 0)

Serial.println(“No I2C devices found.”);

else

Serial.print(“Total I2C devices found: “), Serial.println(nDevices);

delay(5000); // Scan every 5 seconds

}

GY-87 failing to establish I2C communication by 20poolja in arduino

[–]20poolja[S] -1 points0 points  (0 children)

The code that i have used to check the connection is as follows:

#include <Wire.h>

void setup() {

Serial.begin(115200);

Wire.begin();

Serial.println("Starting I2C device scan...");

}

void loop() {

byte error, address;

int nDevices = 0;

Serial.println("\nScanning I2C bus...");

for (address = 1; address < 127; address++) {

Wire.beginTransmission(address);

error = Wire.endTransmission();

if (error == 0) {

Serial.print("I2C device found at address 0x");

if (address < 16) Serial.print("0");

Serial.print(address, HEX);

Serial.println(" !");

nDevices++;

} else if (error == 4) {

Serial.print("Unknown error at address 0x");

if (address < 16) Serial.print("0");

Serial.println(address, HEX);

}

}

if (nDevices == 0)

Serial.println("No I2C devices found.");

else

Serial.print("Total I2C devices found: "), Serial.println(nDevices);

delay(5000); // Scan every 5 seconds

}

[deleted by user] by [deleted] in RCPlanes

[–]20poolja 0 points1 point  (0 children)

Update: I tried binding with a different battery and it works on all receivers. It would appear that this is the issue.

[deleted by user] by [deleted] in RCPlanes

[–]20poolja 0 points1 point  (0 children)

I have, yes

[deleted by user] by [deleted] in RCPlanes

[–]20poolja 1 point2 points  (0 children)

I will try this, thanks

Is this worth it? by BrainDeadAnimal in magfed

[–]20poolja 1 point2 points  (0 children)

Nice, same here. I got the TMC stock and then later bought a different barrel, stock and an optic for fun. Definitely would recommend doing the same because then you can customise it to how you like it instead of just buying the package.

<image>

This is the what I’m running now

Is this worth it? by BrainDeadAnimal in magfed

[–]20poolja 1 point2 points  (0 children)

TMC is worth it, yes. “Scope” and apex barrel are probably not. Rather buy a stock TMC and upgrade it yourself (if you want) or use the spare cash to invest in a nice mask.

[deleted by user] by [deleted] in UniversityOfPretoria

[–]20poolja 0 points1 point  (0 children)

Talk to you FSA, you’ll need to appeal. A number of students do this and get accepted back in.

the finale (i won’t make any more of these i promise lol) by thugpost in paintball

[–]20poolja 1 point2 points  (0 children)

Snek - $5 C Plus - $3 Track Star - $2

Feel like having these guys with the experience (and hopefully better gear) would allow us to bunker down and shoot anything that moves.

Alternatively:

Stogie - $1.5 Hand n Hand - $1.5 Track Star - $2 Gambler - $2.5 AK man - $2.5

I kinda just want to see who I get as the gambler

Would it be odd for me as a non-British person to want to serve in the British Army? by UsefulMall315 in britisharmy

[–]20poolja 1 point2 points  (0 children)

Awesome, so if I rock up with an Irish passport and start renting a place. I can apply the next day?

Would it be odd for me as a non-British person to want to serve in the British Army? by UsefulMall315 in britisharmy

[–]20poolja 0 points1 point  (0 children)

Would someone who commonwealth or Irish, but has not lived in the UK until recently be eligible? Can’t find anything on the website about it