Skip to content

Cornell-Baja/hermes-emw3162

 
 

Repository files navigation

About

This is a wireless DAQ application developed for the EMW3162 development board based on a custom network protocol.

Dependencies

Download the latest nanopb library and place it in <WICED-SDK-PATH>/libraries/nanopb/

Create and add the following to a file called nanopb.mk within that directory

NAME := Lib_nanopb
$(NAME)_SOURCES := pb_common.c *.c
GLOBAL_INCLUDES := .

Development

To compile and download to the board:

./make EMW3162-FreeRTOS-LwIP-hermes run

About

Realtime wireless DAQ implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.7%
  • Protocol Buffer 6.2%
  • Makefile 3.1%