Anylsite / anyl-wallet

🏦 Anyl Embedded Wallet for Internet of Things
Apache License 2.0
30 stars 16 forks source link

[META] Getting data out of the board #53

Closed pcppcp closed 5 years ago

pcppcp commented 5 years ago

A very important part is a working network connection from the board to the outside world.

LoWPAN6 BLE connection

Our primary target

Pros:

Cons:

PPP

network transport utilizing serial port. Not sure if it is possible to have more USB serial connections in Zephyr

Pros:

Cons:

Mock script

For a quick demo we can set up a script reading data from the ttyACM serial line and sending them to our gateway/ethereum node/Leshan

Pros:

Cons:

pcppcp commented 5 years ago

this example for 6lowpan connection from Zephyr works quite well, will investigate further

https://docs.zephyrproject.org/1.13.0/samples/bluetooth/ipsp/README.html

pcppcp commented 5 years ago

We will use 6lowpan (nrf52x) and SLIP (qemu) as the networking stack.

devtodev commented 5 years ago

Hi! I know, this issue is closed, but I want to let you know my vision about it. Maybe could be a wise idea keeping decoupling between the Anyledger-Wallet C Library and the board or any OS, in this case Zephyr and have a new project to do this kind of demos.

randomshinichi commented 5 years ago

Of course, we have no plans to be beholden to Zephyr or the board!