Instructions
• Deploy the binaries (please refer: How to Compile for Raspberry Pi or copy.
• When needed set the access rights of your gateway connected to your Raspberry Pi:
sudo chmod 777 /dev/ttyAMA0
• Run it. Please remember to follow the licensing of EnOcean Link - Trial License Agreement . Enjoy.
Makefile:
This section will helps you to compile EOLink from the makefile. There are three possibilities:
• ReleaseLib - EOLink library with release compiler settings
• DebugLib - EOLink library with debug compiler settings
• DebugSandbox - Example EOLink application
After starting the command prompt, navigate to the directory of the main makefile called makefile. For
example
to compile ReleaseLib, you should do this:
#:~/workspace$ cd EOLink/ReleaseLib/
#:~/workspace/EOLink/ReleaseLib$ make all
This compiles EOLink and generates library libEOLink.a in the directory. The DebugSendbox
generates
EOLink executable.