Pavel Fedin

Results 37 comments of Pavel Fedin

Hello! I am also reproducing the issue, this time only with rpi4's built-in ethernet. It happens on system bootup. And yes, my version is also 8.1.2 I am a developer...

Okay, thank you for hints; i don't have time right now, i think i'll just try to build the new version for my system.

> has seen 900uS mark, but others have recorded 1000uS mark, including my testing This is a surprise-surprise! I've dug down my archives and found raw_sampler dumps made by @dremugit....

By the way, those who aren't afraid of Arduinos, can do two-way dump right now: 1. Download code from my repo. The sketch you need is in Tools/Simulators/CN_WIRED/bridge 2. Uncomment...

@revk Good thing to check. You may look at schematic of "Daichi" controller in my repo under Hardware/; maybe this will give you some hints. I agree that Tx circuit...

!!! BREAKING NEWS !!! IT WORKS !!! Glinka65 has found a blown FET on his ESP8266 board. After replacing it everything works like a charm! https://github.com/Sonic-Amiga/ESP8266-Faikin commit 6e7f26748a7d9ca20de9497b7d76b1ef1a345a0b - this...

Hello everyone!  Recent experiment proved that 16ms delay, then 2ms low pulse after the packet is mandatory. Without them the conditioner does not accept the packet. I am on a...

And you also have a 10K pullup; totally the same as Daichi board has... Next week i am leaving for vacation; will be back on 16th of March. I checked...

So, i switched TX back to timer interrupts; and it all works fine. The only thing i had to keep is 16ms high, 2ms low termination sequence. I guess Daichi...

Updated the protocol doc. Please pay attention to swing control details; appears quirky.