Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 2 of 2

Thread: Teensy to XBee Adaptor compatibility with the new XBee Wifi modules.

  1. #1
    Junior Member orn's Avatar
    Join Date
    Dec 2013
    Location
    Iceland
    Posts
    1

    Teensy to XBee Adaptor compatibility with the new XBee Wifi modules.

    Hi

    Has anyone tested one of the new XBee Wifi modules with a Teensy ?

    At the bottom of the XBee Library page is a TODO (>2 years old) about testing these and posting the results...any news ?

    Could you think of anything that would prohibit compatibility with these devices (with or without the PJRC adaptor kit) ?
    Last edited by orn; 12-08-2013 at 09:31 AM.

  2. #2
    Senior Member
    Join Date
    Jun 2013
    Location
    So. Calif
    Posts
    2,825
    As a long time user of XBee S1's, I've been intrigued by the XBee WiFi. I just did a quick read...
    Lots more current needed to run this, due to WiFi.
    Use 802.11n with WPA, both ad-hoc (peer to peer) and infrastructure (access point or wifi router)
    Supports both UART and SPI interface options. Xbee S1 were UART only and a bit if'y at 115200 due to baud rate error, but I use them reliably.
    Much more sophisticated than XBee S1 802.15.4.
    Uses same concept as S1's for the API mode. Commands/responses differ of course.
    XBee libraries for Arduino et al would not work due to messaging differences.

    XBee WiFi might make sense for an embedded app that REALLY needed high speed and could accommodate the power supply increase.
    IMO, most embedded apps don't need megabit wireless. But this XBee WiFi has its place... maybe the real driver is not speed, but convenience of being able to use existing WiFi access points.

    Note that the Digi Connectport X2 commercial is low cost and is a nice bridge between 802.15.4 and Ethernet. And like the X4's you can program that X2 gateway in python, and you need not use DIgi's iCloud back end.

    see
    http://ftp1.digi.com/support/documen...90002180_G.pdf
    Last edited by stevech; 12-09-2013 at 12:06 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •