Robert Łabuś

Results 10 comments of Robert Łabuś

I'm having the same issue also with `findOneBase` and `findManyBase`. For me it seems to not work, although in #591 there was a fix for this working twice. So I'm...

Yep, it's exactly what I came with in #30, just connect interrupt pin and will work fine.

To clarify - it works all right, except that RPI doubles the packets. Check if you have correct pipes addresses on both sides - in short, they should be reversed....

It's quite a long time I've coded for this, so I'm not sure pipe adresses are correct RX addr of arduino should be TX adr of PI, while TX of...

Sorry for delay, I'll present how I have it configured. On node.js side, nrf connected with interupt pin and such setup (I hope it's clear): ``` js var RadioSettings =...

Sorry you had to wait, here it is: https://gist.github.com/atomicus/88ff3b8ece5b26f75d18 Take a look at line 1948 - theres a proper "101" message received, later on 1960, theres malformed, doubled "11111" received....

Gosh, I missed github emails. I'll turn on IRQ pin and let you know if it fix it.

I've tried to use IRQ pin, but whatever I use as 3 param of connect() (i tried, 25,14,17) i get this error: node: symbol lookup error: /home/pi/nodejs/lihnode/node_modules/nrf/node_modules /pi-pins/node_modules/epoll/build/Release/epoll.node: undefined symbol:...

Yep, you were right. Enabling IRQ fixes the problem with extra packets, i'll leave it up to you if to close this issue.

* light.automatic is a group of lights * light.bedroom_ambient is single light For clarification