I would like to migrate my whole setup from a Raspberry Pi to an Odroid N2+. The question is if there is any chance to use a RaspBee on an Odroid N2+.
Comparing the GPIO pins of the Odroid with the one from a Raspberry is quite encouraging, both have a very similar layout at the first 12 pins. Especially 5V, 3.3V, GND, UARR TX and UART RX are at the same pins.
The serial connection to GPIOs 8 and 10 is working, I successfully connected to it with an USB UART from another host and could exchange data between the two via the serial connection. The serial device at the Odroid bound to the GPIOs is at /dev/ttyAML1
.
However deconz and GCFFlasher_internal
do not seem to find the RaspBee connected to the GPIOs of the Odroid. I tried with GCFFlasher_internal -l
, GCFFlasher_internal -l -d /dev/ttyAML1
. I also tried symlinking /dev/ttyUSB0
to /dev/ttyAML1
.
I also tried to start deCONZ
with DECONZ_DEVICE=/dev/ttyAML1
, also no luck.
Anything else I could try?
One solution would be of course to use a Conbee instead of a RaspBee. That actually works, I have tried it. However it would be nicer to use the RaspBee as it would then be in the box and not a USB dongle attached to it.
Any ideas?