any news?
idstone
@idstone
Best posts made by idstone
Latest posts made by idstone
-
RE: Pin change interrupt not firing with MySensors
Hi again. I can confirm, that I got similar problems... the state of the interrupt pin wasn't correctly recognized, too.
May be You could try downgrading Arduino-IDE and (very important) avr boards (1.6.8) ?! -
RE: Pin change interrupt not firing with MySensors
I'm not familiar with your problem, but mine was, that the interrupt on pin3 didn't work as expected. So I was not able to use my new sensor as watchdog for my windows/doors. With downgrade of the Arduino-IDE AND especially AVR Boards 1.6.8 my problem is solved now and every change on that interrupt-pin is correctly recognised and send to gateway.
-
RE: Pin change interrupt not firing with MySensors
Hey!
Got some news... the new charge of Arduino Pros arrived, but the problem persists. So I started more trail ' n error and got something:I installed the Arduino-IDE and mysensors-1.5.4-library on an manjaro-based notebook. I had to do some symlinking to get a newer version of avrdude working and now the same sketch I used before works now!
Back to my Mac, flashing the same sketch, the node doesn't work correctly?!
So problem seems to be the version of avrdude, which is offered by the arduino-ide?!
I finally downgraded to IDE 1.6.8 and especially AVR Boards 1.6.8.
Now everything works as expected .... -
RE: Pin change interrupt not firing with MySensors
@Yveaux
https://www.amazon.de/Aukru-Redesign-atmega328-ATmega128-Compatible/dp/B00PLD3E1S5.0 von 5 SternenWunderbar!
Von Ludwig Enfield am 19. Juli 2015Bei den Arduino Remakes gibt es immer wieder kleine Abweichungen im Pinout. Also aufpassen - das betrifft hier insbeondere die Interrupt-Pins 0 und 1 bzw. die Pins A6/A7 (u.a. Analog-Ports).
-
RE: Pin change interrupt not firing with MySensors
Hi. It seems, that the problem is related to complete charge of my 3,3V arduino pro's.
Reaction on interrupt while closing a door-switch on pin 3 works on an older 5V arduino.
I've read about problems at a customer-evalutation (amazon), especially with arduino pro clones and their interrupt-function.
Bought some more over store from mysensors on ebay... hope these will work correctly -
RE: Pin change interrupt not firing with MySensors
Hi.
Perhaps I ran into a similar issue?
I created a new node with older 1.5.x version of my sensors-library.
But I was not able to get a door-contact working via interrupt on pin 3 with a sketch I used more than 5 times before.
Last change I can remember, was updating Arduino IDE for MacOS Sierra....How can I get back a working interrupt controlled door-switch?!
-
RE: How to force static use of an repeater-node...?
Hi martinhjelmare...
so I think I got it...
changed from:
// gw.begin();
to
// Test - nur ΓΌber Repeaternode 103 senden!
gw.begin(NULL, AUTO, false, 103);fhem now shows parentId 103...
I'll confirm after some testingThanks a lot
-
How to force static use of an repeater-node...?
Hi all,
may be someone would be so kind to tell me, how to force the usage of an specified repeater-node?
I've set up a repeater-node with an NRF24L01+PA+LNA antenna version. This node is powered by 3,3v DC and working properly. A sensor, which monitors my dehumidifier-water-tank, sends via that node.
My problem is, that a new sensor at my entrance door reaches the gateway not always, so I get an dead node. I would prefer this node also being connect via this antenna-pimped repeater next to itself.Thanks in advance!
Sincerely
Carsten