-
-
Hi,
I have just bought both RaspBee and ConBee and was planning on replacing my Hue Hub and Xiaomi Gateway with just one RaspBee.
Before I go ahead and reset about 60 devices I wanted to ask if…
-
I have almost the same issue as https://github.com/ebaauw/homebridge-hue/issues/14
I'm building some Hue-compatible lights myself (they work perfectly) but the Philips bridge only makes Philips-lig…
-
Un nouvel objet Zigbee à intégrer, la Philips Hue Go.
Manipulations effectuées:
- Mode semi-auto
- Abeille en mode Inclusion
- Appuie court sur le bouton de la lampe (ON)
- Appuie 10s sur le bo…
-
Are the sources to the modified bootloader for the JN5168 available?
Is the binary also valid for the JN5169?
-
I try to send rather large packages (payload between 500-900 bytes) to a jn5168 based node. It works _mostly_, but I also see some `sicslowpan input: Dropping 6lowpan packet that is not a fragment` er…
-
I use a jn5168 module with an external FEM to boost the tx signal. I compile contiki using the parameter `-DRADIO_TEST_MODE=RADIO_TEST_MODE_HIGH_PWR`.
I suspect the sending power of my node is too lo…
-
I tried to enable both UARTs on JN5168 chip and redirect printf output to UART1. I changed the putc function in:
https://github.com/contiki-os/contiki/blob/master/platform/jn516x/lib/slip.c#L442
to us…
-
_`I didn't know where to ask this ... i feel it may not be the right place ...`_
**my question:**
I'm trying to connect a sensor with `i2c` protocol to my `jn5168` chip.
I'm not using the entire Mesh_…
-
We are porting tinyos to the jn5168 platform, and have a problem
The coap c lib defines ssize_t (as an unsigned integer, which is wrong anyhow), but the jennic toolchain defines this type as well, but…