-
power on all nodes,network ok,all nodes can communication check with ping node-addr.
later some nodes loss network,can not ping ok.
anyone knows this problems?
thankyou
-
Mixing rf233, rf212b in the same binary is currently not supported because of `#ifdef MODULE_AT86RF212B` etc.
-
I can build gnrc_networking applications for samr30-xpro boards - but never see any packets.
The DEFAULT_CHANNEL is 5 for some reason (US) and I have now changed that to 0 (EU 868) - but there must b…
-
Hello,
Does linux-wpan project support sub 1GHz bands? If so, is there any hardware compatible that I can use like [ATUSB](https://shop.sysmocom.de/ATUSB-IEEE-802.15.4-USB-Adapter/atusb) stick for …
-
Currently the at86rf2xx radio driver does not support sub-ghz channels (e.g. 868 Mhz or 915Mhz). Microchip's [AT86RF215](https://www.microchip.com/en-us/product/AT86RF215) and [AT86RF212B](https://www…
-
According to the [chip's errata (Section 1.8.1)](http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_L21_Family_Errata_DS80000781B.pdf), the LSB is not usable as entropy source. Despite the errata sug…
jue89 updated
2 years ago
-
#### Description
Seems like LoraMAC-node package is not working.
I'm trying to join Nucleo-F446 + Modtronix InAir9b (SX1276 w/ PA_BOOST enabled i.e. +20dB) to a LoRaWAN network.
Similar setup b…
ilf-S updated
2 years ago
-
I have been working on trying to get LWMAC working with the SAMR30-XPRO boards for a little bit now and have noticed there seem to be problems with the boards receiving things. Debug outputs suggest t…
-
#### Description
I am not able to connect from an Atmel SAM R21 to the mosquito.rsmb on my local machine. I followed the steps in [https://github.com/RIOT-OS/RIOT/tree/master/examples/emcute_…
ghost updated
3 years ago
-
# Problem Description
The `int (*recv )(netdev_t *dev, void *buf, size_t len, void *info)` member in `netdev_driver_t` ([see Doxygen](http://api.riot-os.org/structnetdev__driver.html#ae2c8cad80067e…