-
Hello.
I use library run three same program on one Intel edison board, It's gone wrong.
It's perfect run two same program at same time.
but when I execute the program third time it's show some e…
-
I am trying to setup the 6Lowpan network with Beaglebone Black (Linux Debian) as edge router, CC2531 USB Dongle as SLIP Radio and two cc2650 flashed with cc26xx-web-demo as mesh nodes.
I am able to…
-
I'm still using Contiki-NG version 4.3 beacause i can't make a node-border router network in newer versions.
The node is a simple hello word -> In the Makefile i added the:
MAKE_MAC = MAKE_MAC_TSCH…
-
Hi,
we started develop our contiki project one month ago to adapt wireless sensor on our data logger.
Border router : 6lbr on a linux board and a launchpad cc2650 with slip-radio.
Everything works fin…
-
I have been working with the excellent noble library for a few weeks and ran into a snag with getting more than one characteristic.on("data") to work at the same time. For example, using the CC2650 s…
-
I'm connecting to a number of CC2650 SensorTag devices using a periodic scan for new devices. When I initiate a fresh scan for devices an already connected device shows up in the Scan's delegate handl…
-
I am completely new to contiki and embedded development (just a little experience with Arduino).
I cloned contiki on a Ubuntu 17.10 VM and can compile and run simple applications to make an LED bli…
-
While working on https://github.com/RIOT-OS/RIOT/pull/9323 I've run into numerous failures of `compile_and_test_for_board.py`, that seemed to be caused by the board starting before the terminal on the…
OYTIS updated
3 years ago
-
Hi
I am trying to create mesh network using cc2650 launchpad five in number making four as nodes
and one board as gateway I am planning to use udp-client.c/udp-server.c example to send and receive …
-
I'm trying to use NETSTACK_RADIO.set_value (RADIO_PARAM_PAN_ID, panid); to set the network identifier, but this works on the CC2650, but does not work when I collect the code for CC1310. I checked and…