-
Hi Sir,
How can I buy the CoreCell Interface board?
Thanks a lot.
-
Hi!
Is this Basic Station compatible with [libloragw](https://github.com/Lora-net/sx1302_hal ) for sx1302?
-
I could be wrong but it seems the core cells are not being updated correctly after a node status change. For example,
``` python
>>> import landlab
>>> grid = landlab.RasterModelGrid((4, 5))
>>> grid…