Multi-Hackers


Multi-Tech's All Star Hacking Team!

You are viewing an older revision! See the latest version

ATT Developer Summit Hackathon

Table of Contents

  1. MultiTech mDot

MultiTech mDot

The MultiConnect® mDot™ offers significantly longer range and improved radio performance compared to traditional wireless solutions—resulting in greater transmission range and reduced capital expense. By leveraging LoRa™ technology, mDot simplifies local connectivity for Internet of Things (IoT) applications for the North American and European markets. By eliminating common deployment complexities, remote device connectivity is now simple and easy to deploy. With support for multiple interfaces, just about any thing can now be connected with MultiTech’s mDot technology./media/uploads/jreiss/mts_mdot_module_clear_hp1000px.png

AT Commands

  • RESET - Reset the mDot CPU
  • ATSEND <string> - Send the provided string data to the radio
  • ATSENDI <interval> <string> - Send the provided string data to the radio on the specified interval
  • ATRECV - Print the last 10 received packets

M2X Commands

The Conduit Gateways provide a link to the AT&T's M2X cloud through the following commands.

  • Set feed-id - attach a m2x blueprint feed-id to the mote-id to send stream data to
    • Both feed-id and m2x-key must be set, otherwise data will be sent to default m2x account
    • ATSEND feed-id:[new feed-id]
    • ex. ATSEND feed-id:fd7ddad4853749f2b4a86d5b70a6af0d
  • Set m2x-key - attach a m2x blueprint m2x-key to the mote id to send stream data to
    • Both feed-id and m2x-key must be set, otherwise data will be sent to default m2x account
    • ATSEND m2x-key:[new m2x-key]
    • ex. ATSEND m2x-key:39ddc135fa09721edd9aa8f141b2a9c0
  • Set mote alias
    • ATSEND alias:[new alias]
    • ex. ATSEND alias:first_floor_temp
  • Subscribe to trigger stream
    • ATSEND subscribe:[stream name]
    • ex. ATSEND subscribe:temp-trigger
  • Unsubscribe from a trigger stream
    • ATSEND unsubscribe:[stream name]
    • ex. ATSEND unsubscribe:temp-trigger
  • Update stream
    • Send data to a specified stream on m2x, mote-id or alias will be prepended to stream name
    • ATSEND [stream name]:[stream data]
    • ex. ATSEND temp:72

All wikipages