jzobac

Results 7 comments of jzobac

Hi, for me it is not working. This sketch receives nothing and on this page is ESP not in supported list. https://github.com/gioblu/PJON/tree/master/strategies/OverSampling I have try all combinations of settings (with,...

Hi, doesn't know why, but on the fifth line should be (and I have)` PJON bus(44);` Tested nodemcu with 5V receiver (PJON 6,2) and still nothing :/. I have test...

Hi, I'm glad to hear these good news. Radius

Hi gioblu, very thanks for your time. I will try it when it will be available, but still wait for full support (I use acknowledge). With best regards Radius

Yes, there are some problems: 1) esp-link sometimes freezes wifi connection, sw reset works from mcu 2) programming atmega is still alfa stage, programming routine must be run multiple times...

Currently still fails to upload firmware, I have try everything what I have write before and nothing works. Still one thing, before was compilation done of fw on Windows... hmmm...

With this sketch #include void setup() { Serial.begin(115200); RFControl::startReceiving(0); } void loop() { // put your main code here, to run repeatedly: if(RFControl::existNewDuration()){ Serial.print(RFControl::getLastDuration() * RFControl::getPulseLengthDivider()); Serial.print(", "); static byte...