-
I think this is why i can't see sensors. But I don't know what to do with it.
I am using the platform cc1120
-
Hi laurentderu,
I am trying to upload z1 data to ubidots.com by following this link :
https://github.com/marcozennaro/IPv6-WSN-book/blob/master/5.asc
I installed 6lbr on raspberrypi, connected it w…
-
Hej,
After this step below I receive the error:
user@instant-contiki:/usr/lib/6lbr/bin$ /usr/lib/6lbr/bin/nvm_tool --update --channel 25
/etc/6lbr/nvm.dat
Channel : 25
PAN ID : abcd
WSN network p…
-
```
What steps will reproduce the problem?
- try to send packet with length 15 bytes and more of payload without
RF230_SLOW_SPI defined or slightly more bytes with RF230_SLOW_SPI defined
What is th…
-
Am I right if I'd say that this serial protocol is not SLIP at all? SLIP only supports sending IPv4 packets.
This is just a custom protocol whose framing resembles the SLIP one. Isn't this name mislea…
-
```
It seems that the Dummy Extended Address, named LocalIeeeEui64C, has
been included for micaz, but not for intelmote2.
As the /opt/tinyos-2.x/tos/chips/cc2420/control/CC2420ControlC.nc
file wires …
-
I followed the 'Hello 6LBR' example with a RPI connected to a CC2538DK as slip-radio using the maint_1.3.2 branch. I'm still unable to access the webserver on `http://[bbbb::100]` from another machine…
-
**Original reporter**: _kojraai@gmail.com_
Sorry , i didn't find the reply option, so i open a new ticket.
My .ini file looks like the same of your guide example :
[rbl]
server=dnsbl.ahbl.org
se…
-
`enc28j60_ip64_driver_process()` unconditionally passes all the Ethernet packets to `IP64_INPUT()` (`ip64_eth_interface_input()`) almost as soon as they are received. Ethernet Rx being way faster than…
-
Hi,
I am following the below link from TI Wiki to configure the **6lbr** as **Router** using **TI CC2531** on **BBB**:
http://processors.wiki.ti.com/index.php/Cc26xx_sw_examples
I am able to run the…