Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob

Tag 4 Platform Driver and Demo

lock attach
Attachments are accessible only for community members.

Tag 4 Platform Driver and Demo

JacobT_81
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Back to main page: Leveraging TAG4 to better understand the WICED Smart Programming Environment

The Tag4 platform driver can be downloaded below.

Tag 4 Quick Demo Setup:

       1. Download driver below

       2. Copy driver into your application folder

       3. In your apps make file add:

                 include $(DIR)/tag_IV_driver/makefile.mk
       4. In your application include:

                 #include './tag_IV_driver/tag_IV_demo.h'

       5. Call tag_IV_demo() in a loop from within you application.

       6. Ensure that SW9 is on in all positions.

       7. Run traces on the app.

       Your application folder should look like this:

  pastedImage_1.png

Tag 4 Driver Use:

       1. In your apps make file add:

                 include $(DIR)/tag_IV_driver/makefile.mk

       2. In your application include:

                 #include './tag_IV_driver/tag_IV_driver.h'

       3. To use sensors, ensure that SW9 is on in all positions.

       4. Call tag_IV_ functions from main application

       NOTE: see tag_IV_demo.h for a demonstration of API use.

Jacob W Torres

Back to main page: Leveraging TAG4 to better understand the WICED Smart Programming Environment

Attachments
723 Views
Contributors