Home

Tuscarora Framework is now Open Source  

Tuscarora is a framework for developing highly scalable and portable Network Patterns (NP) and applications. The Framework serves as the narrow waist of the system, decoupling the Application Layer and the Network Patterns from the underlying radio and hardware platform, enabling portability, scalability and extensibility. Tuscarora was partly funded by DARPA.

The source has been released on GitHub at https://github.com/Samraksh/Tuscarora/. Learn More.

 

 

About Samraksh  

 

 Wireless Sensor Network Expertise We are experts in low-power, reliable wireless sensor networks (WSN) with world-class experience and deep, innovative research into the hardware, software and algorithmic issues they present. We design, manufacture and sell inexpensive high-performance, low-power, scalable and easy-to-program components and systems.

WSN-Enabling Products Besides the eMote .NOW and the BumbleBee highlighted below,  we also provide a range of other sensors and supporting items. Complete network solutions can be deployed using these components.

 

Download zip archive

Key Ideas

Configuring a GPIO pin for output and toggling it.

Description

eMote .NOWs provide a number of pins that can be configured for digital input or output. In this app note, one of the pins is configured for output and then toggled once per second. You can use a multitester to see how the output voltage fluctuates.

Compatibility

eMote.NOW 1.0, eMote version 4.3.1.12 and Visual Studio 2012.

Complexity Level

Introductory

Setup

The setup is the same as for the Hello World app note.

Getting Started

Connect your eMote .NOWs to your PC. Open this app note in Visual Studio and make sure it builds correctly. When all is well, deploy and run it.

Running the Program

After the program starts running, take a multitester and set it to measure DC voltage 5 volts or higher (use the smallest setting that's at least 5 volts). Touch the black (ground) probe to J12 pin 10 and the red (input) probe to J12 pin 1. See the Product Pinouts & Connection documentation for the layout of the .NOW. Once a second you'll see the values change between 0 and about 5 volts (may be lower). Depending on your multitester, the values read may fluctute a little when they change.

Suggestions

Change the program so that the GPIO alternately toggles for 5 seconds, then goes low (false) for 5 seconds.