jadonk / beagleconnect

Moved to https://git.beagleboard.org/beagleconnect/freedom
https://git.beagleboard.org/beagleconnect/freedom
34 stars 16 forks source link

SW/Docs: Sub-G 802.15.4 Greybus demo #20

Open jadonk opened 3 years ago

jadonk commented 3 years ago
cfriedt commented 3 years ago

LIkely will remove the requirement for coordinator. It's unnecessary for 6LowPAN and currently not anywhere close to being implemented on the Linux side. IEEE 802.15.4 joining isn't even necessary to use 6LowPAN over 15.4.

The host demo application is essentially the same as that for BLE and 2.4GHz 15.4.

This ticket should probably also be a Milestone.

There are really 2 remaining issues to complete this Milestone:

cfriedt commented 3 years ago

Video of SubGHz Blinky

https://twitter.com/cfriedt/status/1324757273026154496

I2C transactions over SubGHz: wireshark-greybus-i2c

Just working on SPI now.

jadonk commented 2 years ago

@lorforlinux @vaishnavachath I think we can almost close this, but we need to

  1. re-open the upstream pull-request for BeagleConnect Freedom (BCF),
  2. align with upstream on adding the Greybux-for-Zephyr module and
  3. get this demo documented in-tree (.rst files per Zephyr documentation).

One of the discussions with the GSoC students got into creating a Posix target for Greybus-for-Zephyr.

I think we need a combination of:

  1. a posix board target for Greybus-for-Zephyr and
  2. a stand-alone test bench to perform various bus actions over virtual serial and network sockets

With these 5 items, we should be able to finally really close this issue.

Check items: