Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have protocol 802.15.4 supported over usb port #46

Closed
jsvalderrama opened this issue Mar 7, 2014 · 6 comments
Closed

have protocol 802.15.4 supported over usb port #46

jsvalderrama opened this issue Mar 7, 2014 · 6 comments

Comments

@jsvalderrama
Copy link

documents
Hi,
My aim is to make the robot communicate using protocol 802.15.4 through usb dongle 802.15.4 over 6LoWPAN.
the robot has to be able to get information from TelosB captor
Do you think it can be possible ?

@dlech
Copy link
Member

dlech commented Mar 7, 2014

Which specific 802.15.4 USB dongle are you planning on using?

@dlech
Copy link
Member

dlech commented Mar 7, 2014

This is what is available in out kernel. Of course none of it is turned on now. If you want to try compiling your own kernel, see mindboards/ev3dev-rootfs#8

  ┌──────────────────────────── Search Results ─────────────────────────────┐
  │ Symbol: IEEE802154 [=n]                                                 │  
  │ Type  : tristate                                                        │  
  │ Prompt: IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks supp │  
  │   Defined at net/ieee802154/Kconfig:1                                   │  
  │   Depends on: NET [=y] && EXPERIMENTAL [=y]                             │  
  │   Location:                                                             │  
  │     -> Networking support (NET [=y])                                    │  
  │       -> Networking options                                             │  
  │                                                                         │  
  │                                                                         │  
  │ Symbol: IEEE802154_DRIVERS [=n]                                         │  
  │ Type  : tristate                                                        │  
  │ Prompt: IEEE 802.15.4 drivers                                           │  
  │   Defined at drivers/ieee802154/Kconfig:1                               │  
  │   Depends on: NET_CORE [=y] && NETDEVICES [=y] && IEEE802154 [=n]       │  
  │   Location:                                                             │  
  │     -> Device Drivers                                                   │  
  │       -> Network device support (NETDEVICES [=y])                       │  
  │         -> Network core driver support (NET_CORE [=y])                  │  
  │                                                                         │  
  │                                                                         │  
  │ Symbol: IEEE802154_6LOWPAN [=n]                                         │  
  │ Type  : tristate                                                        │  
  │ Prompt: 6lowpan support over IEEE 802.15.4                              │  
  │   Defined at net/ieee802154/Kconfig:14                                  │  
  │   Depends on: NET [=y] && IEEE802154 [=n] && IPV6 [=n]                  │  
  │   Location:                                                             │  
  │     -> Networking support (NET [=y])                                    │  
  │       -> Networking options                                             │  
  │         -> IEEE Std 802.15.4 Low-Rate Wireless Personal Area Networks s │  
  │                                                                         │  
  │                                                                         │  
  │ Symbol: IEEE802154_FAKEHARD [=n]                                        │  
  │ Type  : tristate                                                        │  
  │ Prompt: Fake LR-WPAN driver with several interconnected devices         │  
  │   Defined at drivers/ieee802154/Kconfig:13                              │  
  │   Depends on: NETDEVICES [=y] && NET_CORE [=y] && IEEE802154_DRIVERS [= │  
  │   Location:                                                             │  
  │     -> Device Drivers                                                   │  
  │       -> Network device support (NETDEVICES [=y])                       │  
  │         -> Network core driver support (NET_CORE [=y])                  │  
  │           -> IEEE 802.15.4 drivers (IEEE802154_DRIVERS [=n])            │  
  │                                                                         │  
  │                                                                         │  
  │                                                                         │  
  │                                                                         │  
  │                                                                         │  
  │                                                                         │  
  │                                                                         │  
  ├─────────────────────────────────────────────────────────────────(100%)──┤  
  │                                < Exit >                                 │  
  └─────────────────────────────────────────────────────────────────────────┘  

@dlech
Copy link
Member

dlech commented Mar 7, 2014

@jsvalderrama
Copy link
Author

Hi,
Thanks a lot for all this information. Here is the type of USB dongle TelosB Crossbow (http://www.willow.co.uk/TelosB_Datasheet.pdf) that I will use with the robot.
I will try to follow your advise and try to compile for the robot. I will let you know about the progress Best regards,

@dlech
Copy link
Member

dlech commented Mar 9, 2014

Since the dongle has it's own microcontroller, you may not need any of the 802.15.4 stuff compiled into the kernel. It looks like the USB just uses a standard USB/serial port driver.

@dlech
Copy link
Member

dlech commented Apr 8, 2014

Closing this issue since you mentioned that it was working in #43.

@dlech dlech closed this as completed Apr 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants