Arduino UNO + serial gateway
-
Hi, it is my first post in forum.
I have a raspberryPi 2 and an arduino UNO with a relay module. I am a newbie with arudino, but I am a developer with more 10 years experience.
I want to connect raspberryPi to arduino using just a USB serial cable. My intention is automate house like turn on/off lights, to open gates and in the future, measure consumption of water and energy.
I downloaded the libraries from MySensors, and I am using serial gateway. I compiled and did upload to arduino, but when I check a serial monitor, the output is:
0;0;3;0;9;check wires
I do not know what is this problem. Someone can help me ?
-
Tks Hek!
I changed the source, but now I do not compile the code.
Do you know what is that ?
MyGatewayTransport.cpp:In function 'void gatewayTransportProcess()
MyGatewayTransport.cpp:54:16: error: cannot resolve overloaded function 'receive' based on conversion to type 'bool
:if (receive) {
Error compiling project sourcesI am using RelayActuator.