I2C signal and power over long range (10meter cable) Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar ManaraHow to connect multiple i2c-interface devices into a single pin A4 (SDA) and A5 (SCL) on Arduino?I2C extender or repeater?I2C at 2.4 MHz with five microcontrollers over 2 metersRTC DS1307 3.3V I2C and Oscilloscope impedanceWhat makes cables suitable or unsuitable for a given purpose?I2C PCA9600 logic side offset + ringingDifference between i2c switch and i2c muxCan I use a Dupont cable with a resistor soldered in the middle as a pullup resistor for I2C comms?LCD leaking power through I2C cablesdoubt when Arduino connects to multiple i2c devices

Retract an already submitted Recommendation Letter (written for an undergrad student)

How to keep bees out of canned beverages?

What *exactly* is electrical current, voltage, and resistance?

Protagonist's race is hidden - should I reveal it?

How to translate "red flag" into Spanish?

Array Dynamic resize in heap

Why doesn't the university give past final exams' answers?

Where to find documentation for `whois` command options?

Does using the Inspiration rules for character defects encourage My Guy Syndrome?

Where did Arya get these scars?

Is a self contained air-bullet cartridge feasible?

When I export an AI 300x60 art board it saves with bigger dimensions

Errors in solving coupled pdes

Can gravitational waves pass through a black hole?

What's parked in Mil Moscow helicopter plant?

Why isPrototypeOf() returns false?

How do I deal with an erroneously large refund?

Will I be more secure with my own router behind my ISP's router?

Israeli soda type drink

What was Apollo 13's "Little Jolt" after MECO?

Suing a Police Officer Instead of the Police Department

How to check if string is entirely made of same substring?

Why do people think Winterfell crypts is the safest place for women, children and old people?

TV series episode where humans nuke aliens before decrypting their message that states they come in peace



I2C signal and power over long range (10meter cable)



Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraHow to connect multiple i2c-interface devices into a single pin A4 (SDA) and A5 (SCL) on Arduino?I2C extender or repeater?I2C at 2.4 MHz with five microcontrollers over 2 metersRTC DS1307 3.3V I2C and Oscilloscope impedanceWhat makes cables suitable or unsuitable for a given purpose?I2C PCA9600 logic side offset + ringingDifference between i2c switch and i2c muxCan I use a Dupont cable with a resistor soldered in the middle as a pullup resistor for I2C comms?LCD leaking power through I2C cablesdoubt when Arduino connects to multiple i2c devices



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








8












$begingroup$


After some reading/testing I managed to make stable communication between 2 devices using I2C with FTP CAT5 copper twisted pair cable.



  • Green wire - SCL

  • White/green wire - GND

  • Blue wire - SDA

  • White/blue wire - GND

GND is connected only at one cable end, I2C bus clock is at 10Khz and I have used 10Kom pullup resistors to VCC



It works well and stable. When I decided to use other 2 pairs of the cable for power (+12V), it stopped working. I tested +12V on one pair GND on the other pair, also +12V/GND on same pair: same result, it stopped working. Whole I2C bus stopped working, other devices attached to it too.



Wonder if I can use same cable or go to safest choice - another cable for power.










share|improve this question











$endgroup$







  • 3




    $begingroup$
    Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
    $endgroup$
    – Vladimir Cravero
    Mar 25 at 11:29






  • 4




    $begingroup$
    This is where you need an oscilloscope. Everything else will be (educated) guesswork.
    $endgroup$
    – pipe
    Mar 25 at 12:47






  • 1




    $begingroup$
    I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
    $endgroup$
    – Huisman
    Mar 25 at 12:51







  • 5




    $begingroup$
    GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
    $endgroup$
    – mkeith
    Mar 25 at 16:01






  • 1




    $begingroup$
    Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
    $endgroup$
    – Andrew Morton
    Mar 25 at 19:03

















8












$begingroup$


After some reading/testing I managed to make stable communication between 2 devices using I2C with FTP CAT5 copper twisted pair cable.



  • Green wire - SCL

  • White/green wire - GND

  • Blue wire - SDA

  • White/blue wire - GND

GND is connected only at one cable end, I2C bus clock is at 10Khz and I have used 10Kom pullup resistors to VCC



It works well and stable. When I decided to use other 2 pairs of the cable for power (+12V), it stopped working. I tested +12V on one pair GND on the other pair, also +12V/GND on same pair: same result, it stopped working. Whole I2C bus stopped working, other devices attached to it too.



Wonder if I can use same cable or go to safest choice - another cable for power.










share|improve this question











$endgroup$







  • 3




    $begingroup$
    Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
    $endgroup$
    – Vladimir Cravero
    Mar 25 at 11:29






  • 4




    $begingroup$
    This is where you need an oscilloscope. Everything else will be (educated) guesswork.
    $endgroup$
    – pipe
    Mar 25 at 12:47






  • 1




    $begingroup$
    I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
    $endgroup$
    – Huisman
    Mar 25 at 12:51







  • 5




    $begingroup$
    GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
    $endgroup$
    – mkeith
    Mar 25 at 16:01






  • 1




    $begingroup$
    Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
    $endgroup$
    – Andrew Morton
    Mar 25 at 19:03













8












8








8


3



$begingroup$


After some reading/testing I managed to make stable communication between 2 devices using I2C with FTP CAT5 copper twisted pair cable.



  • Green wire - SCL

  • White/green wire - GND

  • Blue wire - SDA

  • White/blue wire - GND

GND is connected only at one cable end, I2C bus clock is at 10Khz and I have used 10Kom pullup resistors to VCC



It works well and stable. When I decided to use other 2 pairs of the cable for power (+12V), it stopped working. I tested +12V on one pair GND on the other pair, also +12V/GND on same pair: same result, it stopped working. Whole I2C bus stopped working, other devices attached to it too.



Wonder if I can use same cable or go to safest choice - another cable for power.










share|improve this question











$endgroup$




After some reading/testing I managed to make stable communication between 2 devices using I2C with FTP CAT5 copper twisted pair cable.



  • Green wire - SCL

  • White/green wire - GND

  • Blue wire - SDA

  • White/blue wire - GND

GND is connected only at one cable end, I2C bus clock is at 10Khz and I have used 10Kom pullup resistors to VCC



It works well and stable. When I decided to use other 2 pairs of the cable for power (+12V), it stopped working. I tested +12V on one pair GND on the other pair, also +12V/GND on same pair: same result, it stopped working. Whole I2C bus stopped working, other devices attached to it too.



Wonder if I can use same cable or go to safest choice - another cable for power.







power i2c






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 25 at 12:11









Huisman

1,577314




1,577314










asked Mar 25 at 11:25









user3503519user3503519

414




414







  • 3




    $begingroup$
    Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
    $endgroup$
    – Vladimir Cravero
    Mar 25 at 11:29






  • 4




    $begingroup$
    This is where you need an oscilloscope. Everything else will be (educated) guesswork.
    $endgroup$
    – pipe
    Mar 25 at 12:47






  • 1




    $begingroup$
    I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
    $endgroup$
    – Huisman
    Mar 25 at 12:51







  • 5




    $begingroup$
    GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
    $endgroup$
    – mkeith
    Mar 25 at 16:01






  • 1




    $begingroup$
    Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
    $endgroup$
    – Andrew Morton
    Mar 25 at 19:03












  • 3




    $begingroup$
    Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
    $endgroup$
    – Vladimir Cravero
    Mar 25 at 11:29






  • 4




    $begingroup$
    This is where you need an oscilloscope. Everything else will be (educated) guesswork.
    $endgroup$
    – pipe
    Mar 25 at 12:47






  • 1




    $begingroup$
    I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
    $endgroup$
    – Huisman
    Mar 25 at 12:51







  • 5




    $begingroup$
    GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
    $endgroup$
    – mkeith
    Mar 25 at 16:01






  • 1




    $begingroup$
    Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
    $endgroup$
    – Andrew Morton
    Mar 25 at 19:03







3




3




$begingroup$
Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
$endgroup$
– Vladimir Cravero
Mar 25 at 11:29




$begingroup$
Did you check that the power on the receiving side is fine enough? No glitches, no droops... CAT5 cables are quite thin, that is why PoE uses >40 V for power.
$endgroup$
– Vladimir Cravero
Mar 25 at 11:29




4




4




$begingroup$
This is where you need an oscilloscope. Everything else will be (educated) guesswork.
$endgroup$
– pipe
Mar 25 at 12:47




$begingroup$
This is where you need an oscilloscope. Everything else will be (educated) guesswork.
$endgroup$
– pipe
Mar 25 at 12:47




1




1




$begingroup$
I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
$endgroup$
– Huisman
Mar 25 at 12:51





$begingroup$
I wouldn't twist SDA or SCL with GND because you don't want any capacitance between them. I would twist +12V with GND as you do want capacitance between them. What (return) current does the +12V have? (you might have ground bounce)
$endgroup$
– Huisman
Mar 25 at 12:51





5




5




$begingroup$
GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
$endgroup$
– mkeith
Mar 25 at 16:01




$begingroup$
GND is connected only at one cable end? Unless I am misunderstanding, that does not sound right.
$endgroup$
– mkeith
Mar 25 at 16:01




1




1




$begingroup$
Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
$endgroup$
– Andrew Morton
Mar 25 at 19:03




$begingroup$
Did you mean UTP cable? I'm sure it can be used for more protocols than just FTP ;)
$endgroup$
– Andrew Morton
Mar 25 at 19:03










4 Answers
4






active

oldest

votes


















14












$begingroup$

Maybe overkill if it was working before, but an option is to use an I2C to Differential converter such as PCA9615, LTC4331, etc. If making the resistors smaller don't work or you need to extend the cable, consider not using I2C directly.



Not only the range will be extended but you will also have better noise immunity.



enter image description hereenter image description here






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
    $endgroup$
    – Jack Creasey
    Mar 25 at 20:27










  • $begingroup$
    I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
    $endgroup$
    – Wesley Lee
    Mar 25 at 22:42






  • 1




    $begingroup$
    @JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
    $endgroup$
    – Dmitry Grigoryev
    Mar 26 at 7:38











  • $begingroup$
    @DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
    $endgroup$
    – Jack Creasey
    Mar 26 at 14:59


















9












$begingroup$

As I noted in a comment, it's hard to debug without an oscilloscope trace, but the first thing that stands out from your question is the 10 kOhm pull-up resistor. This is unusually high for I2C, although it could easily work in many cases.



I would try to lower them to 1 kOhm first, to see if it will affect anything. If it helps, you can gradually make them higher, although doing so will impact your rise-time.






share|improve this answer











$endgroup$












  • $begingroup$
    10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
    $endgroup$
    – Huisman
    Mar 25 at 13:33











  • $begingroup$
    @Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
    $endgroup$
    – pipe
    Mar 25 at 13:53






  • 6




    $begingroup$
    10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
    $endgroup$
    – Jack Creasey
    Mar 25 at 15:06






  • 1




    $begingroup$
    I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
    $endgroup$
    – 12431234123412341234123
    Mar 25 at 19:34











  • $begingroup$
    I will try lower the resistors, that is all that make sence for me after all that comments.
    $endgroup$
    – user3503519
    Mar 26 at 16:19


















5












$begingroup$

You absolutely need to drop your pullup resistors at long distances, and 10m is a long way and 10k Ohm is very high.



The value of the pullup resistor is related to three things:



  1. Cable capacitance

  2. Aiming voltage and Rx level sense.

  3. Speed

Try using any of the available calculators and start your reading here with the TI appnote on pullup values or here with the NXP I2C standard (7.1).



In terms of the problem you are having, it should be obvious that grounding additional pairs (12V,Gnd) in the cable will change the capacitance to the I2C signal wires.






share|improve this answer











$endgroup$








  • 2




    $begingroup$
    I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
    $endgroup$
    – Justme
    Mar 25 at 19:19










  • $begingroup$
    Yes I gonna test with that, but my question is why it work if there is not power over that cable?
    $endgroup$
    – user3503519
    Mar 26 at 16:20










  • $begingroup$
    A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
    $endgroup$
    – Jack Creasey
    Mar 26 at 16:25


















0












$begingroup$

First: I want to thank community for posting an answers.

Second: I have found a solution based on those answers, here is what I have done:



Tested lowering pullup resistors to 4.7K and 2K. On 2K i start to receive reponses from time to time, so I lower to 1K, then I start to receive responses, but part of data was missing from every single one of them.
After that switched pullup resistor on SDA pin with 10K and everything start working stable.

So the solution in my case is 1K pullup on SCL and 10K on SDA.



Thank you for your time.






share|improve this answer









$endgroup$












  • $begingroup$
    That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
    $endgroup$
    – pipe
    Mar 27 at 11:58










  • $begingroup$
    On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
    $endgroup$
    – user3503519
    Mar 27 at 13:40






  • 1




    $begingroup$
    If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
    $endgroup$
    – pipe
    Mar 27 at 13:42










  • $begingroup$
    Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
    $endgroup$
    – user3503519
    Mar 28 at 6:49











Your Answer






StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f428948%2fi2c-signal-and-power-over-long-range-10meter-cable%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























4 Answers
4






active

oldest

votes








4 Answers
4






active

oldest

votes









active

oldest

votes






active

oldest

votes









14












$begingroup$

Maybe overkill if it was working before, but an option is to use an I2C to Differential converter such as PCA9615, LTC4331, etc. If making the resistors smaller don't work or you need to extend the cable, consider not using I2C directly.



Not only the range will be extended but you will also have better noise immunity.



enter image description hereenter image description here






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
    $endgroup$
    – Jack Creasey
    Mar 25 at 20:27










  • $begingroup$
    I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
    $endgroup$
    – Wesley Lee
    Mar 25 at 22:42






  • 1




    $begingroup$
    @JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
    $endgroup$
    – Dmitry Grigoryev
    Mar 26 at 7:38











  • $begingroup$
    @DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
    $endgroup$
    – Jack Creasey
    Mar 26 at 14:59















14












$begingroup$

Maybe overkill if it was working before, but an option is to use an I2C to Differential converter such as PCA9615, LTC4331, etc. If making the resistors smaller don't work or you need to extend the cable, consider not using I2C directly.



Not only the range will be extended but you will also have better noise immunity.



enter image description hereenter image description here






share|improve this answer









$endgroup$








  • 1




    $begingroup$
    Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
    $endgroup$
    – Jack Creasey
    Mar 25 at 20:27










  • $begingroup$
    I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
    $endgroup$
    – Wesley Lee
    Mar 25 at 22:42






  • 1




    $begingroup$
    @JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
    $endgroup$
    – Dmitry Grigoryev
    Mar 26 at 7:38











  • $begingroup$
    @DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
    $endgroup$
    – Jack Creasey
    Mar 26 at 14:59













14












14








14





$begingroup$

Maybe overkill if it was working before, but an option is to use an I2C to Differential converter such as PCA9615, LTC4331, etc. If making the resistors smaller don't work or you need to extend the cable, consider not using I2C directly.



Not only the range will be extended but you will also have better noise immunity.



enter image description hereenter image description here






share|improve this answer









$endgroup$



Maybe overkill if it was working before, but an option is to use an I2C to Differential converter such as PCA9615, LTC4331, etc. If making the resistors smaller don't work or you need to extend the cable, consider not using I2C directly.



Not only the range will be extended but you will also have better noise immunity.



enter image description hereenter image description here







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 25 at 15:16









Wesley LeeWesley Lee

5,83652342




5,83652342







  • 1




    $begingroup$
    Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
    $endgroup$
    – Jack Creasey
    Mar 25 at 20:27










  • $begingroup$
    I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
    $endgroup$
    – Wesley Lee
    Mar 25 at 22:42






  • 1




    $begingroup$
    @JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
    $endgroup$
    – Dmitry Grigoryev
    Mar 26 at 7:38











  • $begingroup$
    @DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
    $endgroup$
    – Jack Creasey
    Mar 26 at 14:59












  • 1




    $begingroup$
    Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
    $endgroup$
    – Jack Creasey
    Mar 25 at 20:27










  • $begingroup$
    I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
    $endgroup$
    – Wesley Lee
    Mar 25 at 22:42






  • 1




    $begingroup$
    @JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
    $endgroup$
    – Dmitry Grigoryev
    Mar 26 at 7:38











  • $begingroup$
    @DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
    $endgroup$
    – Jack Creasey
    Mar 26 at 14:59







1




1




$begingroup$
Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
$endgroup$
– Jack Creasey
Mar 25 at 20:27




$begingroup$
Great answer, this is exactly what should be done, but of course it may be a radical change for the OP.
$endgroup$
– Jack Creasey
Mar 25 at 20:27












$begingroup$
I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
$endgroup$
– Wesley Lee
Mar 25 at 22:42




$begingroup$
I mean, they are super easy to implement (if compared to moving to RS-485, CAN, etc), but yes compared to changing some resistors it is a radical change.
$endgroup$
– Wesley Lee
Mar 25 at 22:42




1




1




$begingroup$
@JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
$endgroup$
– Dmitry Grigoryev
Mar 26 at 7:38





$begingroup$
@JackCreasey OP's problem is not just cable capacitance, they seem to suffer from noise on 12V line they have added. Lowering pull-up resistors provides some extra noise immunity, but they can't keep lowering that resistance indefinitely.
$endgroup$
– Dmitry Grigoryev
Mar 26 at 7:38













$begingroup$
@DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
$endgroup$
– Jack Creasey
Mar 26 at 14:59




$begingroup$
@DmitryGrigoryev Since the OP gave no details I'm not sure how you could suggest that noise was being injected. I agree you can't just keep lowering the termination/pullup ….but the OP is too large by 10:1.
$endgroup$
– Jack Creasey
Mar 26 at 14:59













9












$begingroup$

As I noted in a comment, it's hard to debug without an oscilloscope trace, but the first thing that stands out from your question is the 10 kOhm pull-up resistor. This is unusually high for I2C, although it could easily work in many cases.



I would try to lower them to 1 kOhm first, to see if it will affect anything. If it helps, you can gradually make them higher, although doing so will impact your rise-time.






share|improve this answer











$endgroup$












  • $begingroup$
    10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
    $endgroup$
    – Huisman
    Mar 25 at 13:33











  • $begingroup$
    @Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
    $endgroup$
    – pipe
    Mar 25 at 13:53






  • 6




    $begingroup$
    10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
    $endgroup$
    – Jack Creasey
    Mar 25 at 15:06






  • 1




    $begingroup$
    I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
    $endgroup$
    – 12431234123412341234123
    Mar 25 at 19:34











  • $begingroup$
    I will try lower the resistors, that is all that make sence for me after all that comments.
    $endgroup$
    – user3503519
    Mar 26 at 16:19















9












$begingroup$

As I noted in a comment, it's hard to debug without an oscilloscope trace, but the first thing that stands out from your question is the 10 kOhm pull-up resistor. This is unusually high for I2C, although it could easily work in many cases.



I would try to lower them to 1 kOhm first, to see if it will affect anything. If it helps, you can gradually make them higher, although doing so will impact your rise-time.






share|improve this answer











$endgroup$












  • $begingroup$
    10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
    $endgroup$
    – Huisman
    Mar 25 at 13:33











  • $begingroup$
    @Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
    $endgroup$
    – pipe
    Mar 25 at 13:53






  • 6




    $begingroup$
    10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
    $endgroup$
    – Jack Creasey
    Mar 25 at 15:06






  • 1




    $begingroup$
    I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
    $endgroup$
    – 12431234123412341234123
    Mar 25 at 19:34











  • $begingroup$
    I will try lower the resistors, that is all that make sence for me after all that comments.
    $endgroup$
    – user3503519
    Mar 26 at 16:19













9












9








9





$begingroup$

As I noted in a comment, it's hard to debug without an oscilloscope trace, but the first thing that stands out from your question is the 10 kOhm pull-up resistor. This is unusually high for I2C, although it could easily work in many cases.



I would try to lower them to 1 kOhm first, to see if it will affect anything. If it helps, you can gradually make them higher, although doing so will impact your rise-time.






share|improve this answer











$endgroup$



As I noted in a comment, it's hard to debug without an oscilloscope trace, but the first thing that stands out from your question is the 10 kOhm pull-up resistor. This is unusually high for I2C, although it could easily work in many cases.



I would try to lower them to 1 kOhm first, to see if it will affect anything. If it helps, you can gradually make them higher, although doing so will impact your rise-time.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 25 at 15:20

























answered Mar 25 at 12:52









pipepipe

10.4k42659




10.4k42659











  • $begingroup$
    10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
    $endgroup$
    – Huisman
    Mar 25 at 13:33











  • $begingroup$
    @Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
    $endgroup$
    – pipe
    Mar 25 at 13:53






  • 6




    $begingroup$
    10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
    $endgroup$
    – Jack Creasey
    Mar 25 at 15:06






  • 1




    $begingroup$
    I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
    $endgroup$
    – 12431234123412341234123
    Mar 25 at 19:34











  • $begingroup$
    I will try lower the resistors, that is all that make sence for me after all that comments.
    $endgroup$
    – user3503519
    Mar 26 at 16:19
















  • $begingroup$
    10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
    $endgroup$
    – Huisman
    Mar 25 at 13:33











  • $begingroup$
    @Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
    $endgroup$
    – pipe
    Mar 25 at 13:53






  • 6




    $begingroup$
    10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
    $endgroup$
    – Jack Creasey
    Mar 25 at 15:06






  • 1




    $begingroup$
    I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
    $endgroup$
    – 12431234123412341234123
    Mar 25 at 19:34











  • $begingroup$
    I will try lower the resistors, that is all that make sence for me after all that comments.
    $endgroup$
    – user3503519
    Mar 26 at 16:19















$begingroup$
10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
$endgroup$
– Huisman
Mar 25 at 13:33





$begingroup$
10 k$Omega$ isn't that big for an I2C bus on 10 kHz, though? (Or should it be 100 kHz OP?)
$endgroup$
– Huisman
Mar 25 at 13:33













$begingroup$
@Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
$endgroup$
– pipe
Mar 25 at 13:53




$begingroup$
@Huisman Two good points. 10 kOhm wouldn't worry me at 10 kHz on a normal PCB but maybe it's not enough over the cable. And 10 kHz is unusual but not crazy unusual I guess.
$endgroup$
– pipe
Mar 25 at 13:53




6




6




$begingroup$
10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
$endgroup$
– Jack Creasey
Mar 25 at 15:06




$begingroup$
10k Ohm is huge for I2C over any distance. That is the primary problem the OP has.
$endgroup$
– Jack Creasey
Mar 25 at 15:06




1




1




$begingroup$
I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
$endgroup$
– 12431234123412341234123
Mar 25 at 19:34





$begingroup$
I guess it is better to split the resistors and use one on each end. 2 pullup-resistors @4.7kΩ, one on each end, should be a better choice than a single 2.2kΩ pullup-resistors.
$endgroup$
– 12431234123412341234123
Mar 25 at 19:34













$begingroup$
I will try lower the resistors, that is all that make sence for me after all that comments.
$endgroup$
– user3503519
Mar 26 at 16:19




$begingroup$
I will try lower the resistors, that is all that make sence for me after all that comments.
$endgroup$
– user3503519
Mar 26 at 16:19











5












$begingroup$

You absolutely need to drop your pullup resistors at long distances, and 10m is a long way and 10k Ohm is very high.



The value of the pullup resistor is related to three things:



  1. Cable capacitance

  2. Aiming voltage and Rx level sense.

  3. Speed

Try using any of the available calculators and start your reading here with the TI appnote on pullup values or here with the NXP I2C standard (7.1).



In terms of the problem you are having, it should be obvious that grounding additional pairs (12V,Gnd) in the cable will change the capacitance to the I2C signal wires.






share|improve this answer











$endgroup$








  • 2




    $begingroup$
    I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
    $endgroup$
    – Justme
    Mar 25 at 19:19










  • $begingroup$
    Yes I gonna test with that, but my question is why it work if there is not power over that cable?
    $endgroup$
    – user3503519
    Mar 26 at 16:20










  • $begingroup$
    A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
    $endgroup$
    – Jack Creasey
    Mar 26 at 16:25















5












$begingroup$

You absolutely need to drop your pullup resistors at long distances, and 10m is a long way and 10k Ohm is very high.



The value of the pullup resistor is related to three things:



  1. Cable capacitance

  2. Aiming voltage and Rx level sense.

  3. Speed

Try using any of the available calculators and start your reading here with the TI appnote on pullup values or here with the NXP I2C standard (7.1).



In terms of the problem you are having, it should be obvious that grounding additional pairs (12V,Gnd) in the cable will change the capacitance to the I2C signal wires.






share|improve this answer











$endgroup$








  • 2




    $begingroup$
    I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
    $endgroup$
    – Justme
    Mar 25 at 19:19










  • $begingroup$
    Yes I gonna test with that, but my question is why it work if there is not power over that cable?
    $endgroup$
    – user3503519
    Mar 26 at 16:20










  • $begingroup$
    A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
    $endgroup$
    – Jack Creasey
    Mar 26 at 16:25













5












5








5





$begingroup$

You absolutely need to drop your pullup resistors at long distances, and 10m is a long way and 10k Ohm is very high.



The value of the pullup resistor is related to three things:



  1. Cable capacitance

  2. Aiming voltage and Rx level sense.

  3. Speed

Try using any of the available calculators and start your reading here with the TI appnote on pullup values or here with the NXP I2C standard (7.1).



In terms of the problem you are having, it should be obvious that grounding additional pairs (12V,Gnd) in the cable will change the capacitance to the I2C signal wires.






share|improve this answer











$endgroup$



You absolutely need to drop your pullup resistors at long distances, and 10m is a long way and 10k Ohm is very high.



The value of the pullup resistor is related to three things:



  1. Cable capacitance

  2. Aiming voltage and Rx level sense.

  3. Speed

Try using any of the available calculators and start your reading here with the TI appnote on pullup values or here with the NXP I2C standard (7.1).



In terms of the problem you are having, it should be obvious that grounding additional pairs (12V,Gnd) in the cable will change the capacitance to the I2C signal wires.







share|improve this answer














share|improve this answer



share|improve this answer








edited Mar 25 at 19:24

























answered Mar 25 at 15:04









Jack CreaseyJack Creasey

15.4k2823




15.4k2823







  • 2




    $begingroup$
    I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
    $endgroup$
    – Justme
    Mar 25 at 19:19










  • $begingroup$
    Yes I gonna test with that, but my question is why it work if there is not power over that cable?
    $endgroup$
    – user3503519
    Mar 26 at 16:20










  • $begingroup$
    A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
    $endgroup$
    – Jack Creasey
    Mar 26 at 16:25












  • 2




    $begingroup$
    I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
    $endgroup$
    – Justme
    Mar 25 at 19:19










  • $begingroup$
    Yes I gonna test with that, but my question is why it work if there is not power over that cable?
    $endgroup$
    – user3503519
    Mar 26 at 16:20










  • $begingroup$
    A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
    $endgroup$
    – Jack Creasey
    Mar 26 at 16:25







2




2




$begingroup$
I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
$endgroup$
– Justme
Mar 25 at 19:19




$begingroup$
I agree, CAT5 cable can be assumed to have about 50pF per meter so 10 meters exceed the 400pF capacitance limit of I2C specification. And reaching 400kHz I2C clock can't be achieved with 400pF capacitance by using the specified 3mA pull-up current from resistors. Fortunately, slowing speed down will help - unless the devices have a minimum clock speed limitation. We don't know what devices these are and what is the I2C bus voltages but indeed pullups should be adjusted to provide at least 3mA and if devices allow and agree on the bus low level voltage then even more.
$endgroup$
– Justme
Mar 25 at 19:19












$begingroup$
Yes I gonna test with that, but my question is why it work if there is not power over that cable?
$endgroup$
– user3503519
Mar 26 at 16:20




$begingroup$
Yes I gonna test with that, but my question is why it work if there is not power over that cable?
$endgroup$
– user3503519
Mar 26 at 16:20












$begingroup$
A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
$endgroup$
– Jack Creasey
Mar 26 at 16:25




$begingroup$
A floating cable pair does not have the same capacitance to your signal pair that it has when the cable is grounded. For your configuration both the +12 and the Gnd are essentially the same ….they have capacitance to the signal cable that impacts your risetime. .
$endgroup$
– Jack Creasey
Mar 26 at 16:25











0












$begingroup$

First: I want to thank community for posting an answers.

Second: I have found a solution based on those answers, here is what I have done:



Tested lowering pullup resistors to 4.7K and 2K. On 2K i start to receive reponses from time to time, so I lower to 1K, then I start to receive responses, but part of data was missing from every single one of them.
After that switched pullup resistor on SDA pin with 10K and everything start working stable.

So the solution in my case is 1K pullup on SCL and 10K on SDA.



Thank you for your time.






share|improve this answer









$endgroup$












  • $begingroup$
    That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
    $endgroup$
    – pipe
    Mar 27 at 11:58










  • $begingroup$
    On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
    $endgroup$
    – user3503519
    Mar 27 at 13:40






  • 1




    $begingroup$
    If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
    $endgroup$
    – pipe
    Mar 27 at 13:42










  • $begingroup$
    Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
    $endgroup$
    – user3503519
    Mar 28 at 6:49















0












$begingroup$

First: I want to thank community for posting an answers.

Second: I have found a solution based on those answers, here is what I have done:



Tested lowering pullup resistors to 4.7K and 2K. On 2K i start to receive reponses from time to time, so I lower to 1K, then I start to receive responses, but part of data was missing from every single one of them.
After that switched pullup resistor on SDA pin with 10K and everything start working stable.

So the solution in my case is 1K pullup on SCL and 10K on SDA.



Thank you for your time.






share|improve this answer









$endgroup$












  • $begingroup$
    That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
    $endgroup$
    – pipe
    Mar 27 at 11:58










  • $begingroup$
    On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
    $endgroup$
    – user3503519
    Mar 27 at 13:40






  • 1




    $begingroup$
    If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
    $endgroup$
    – pipe
    Mar 27 at 13:42










  • $begingroup$
    Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
    $endgroup$
    – user3503519
    Mar 28 at 6:49













0












0








0





$begingroup$

First: I want to thank community for posting an answers.

Second: I have found a solution based on those answers, here is what I have done:



Tested lowering pullup resistors to 4.7K and 2K. On 2K i start to receive reponses from time to time, so I lower to 1K, then I start to receive responses, but part of data was missing from every single one of them.
After that switched pullup resistor on SDA pin with 10K and everything start working stable.

So the solution in my case is 1K pullup on SCL and 10K on SDA.



Thank you for your time.






share|improve this answer









$endgroup$



First: I want to thank community for posting an answers.

Second: I have found a solution based on those answers, here is what I have done:



Tested lowering pullup resistors to 4.7K and 2K. On 2K i start to receive reponses from time to time, so I lower to 1K, then I start to receive responses, but part of data was missing from every single one of them.
After that switched pullup resistor on SDA pin with 10K and everything start working stable.

So the solution in my case is 1K pullup on SCL and 10K on SDA.



Thank you for your time.







share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 27 at 8:11









user3503519user3503519

414




414











  • $begingroup$
    That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
    $endgroup$
    – pipe
    Mar 27 at 11:58










  • $begingroup$
    On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
    $endgroup$
    – user3503519
    Mar 27 at 13:40






  • 1




    $begingroup$
    If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
    $endgroup$
    – pipe
    Mar 27 at 13:42










  • $begingroup$
    Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
    $endgroup$
    – user3503519
    Mar 28 at 6:49
















  • $begingroup$
    That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
    $endgroup$
    – pipe
    Mar 27 at 11:58










  • $begingroup$
    On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
    $endgroup$
    – user3503519
    Mar 27 at 13:40






  • 1




    $begingroup$
    If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
    $endgroup$
    – pipe
    Mar 27 at 13:42










  • $begingroup$
    Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
    $endgroup$
    – user3503519
    Mar 28 at 6:49















$begingroup$
That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
$endgroup$
– pipe
Mar 27 at 11:58




$begingroup$
That's crazy though. What kind of hardware do you use here? Maybe something is misconfigured.
$endgroup$
– pipe
Mar 27 at 11:58












$begingroup$
On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
$endgroup$
– user3503519
Mar 27 at 13:40




$begingroup$
On one side it is ESP32 with micropython, on other side is atmega8 programmed with arduino IDE. I finally do not consider that as safe communication, so gonna switch to serial (RS232) , as I tested it works fine on those ranges
$endgroup$
– user3503519
Mar 27 at 13:40




1




1




$begingroup$
If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
$endgroup$
– pipe
Mar 27 at 13:42




$begingroup$
If I were you I would also take a look at RS-485 which would be even more robust and even simpler. Drawback is that it requires more signal wires but you already have a lot of those in your CAT5.
$endgroup$
– pipe
Mar 27 at 13:42












$begingroup$
Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
$endgroup$
– user3503519
Mar 28 at 6:49




$begingroup$
Well, i do not see how gonna directly implement RS-485 on atmega processor or ESP 32 without additional convertors&hardware so RS-232 is best choice here. Only one TTL level shifter gonna be used.
$endgroup$
– user3503519
Mar 28 at 6:49

















draft saved

draft discarded
















































Thanks for contributing an answer to Electrical Engineering Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f428948%2fi2c-signal-and-power-over-long-range-10meter-cable%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

He _____ here since 1970 . Answer needed [closed]What does “since he was so high” mean?Meaning of “catch birds for”?How do I ensure “since” takes the meaning I want?“Who cares here” meaningWhat does “right round toward” mean?the time tense (had now been detected)What does the phrase “ring around the roses” mean here?Correct usage of “visited upon”Meaning of “foiled rail sabotage bid”It was the third time I had gone to Rome or It is the third time I had been to Rome

Bunad

Færeyskur hestur Heimild | Tengill | Tilvísanir | LeiðsagnarvalRossið - síða um færeyska hrossið á færeyskuGott ár hjá færeyska hestinum