@phill No one is helping here.............
azlan
@azlan
Best posts made by azlan
Latest posts made by azlan
-
RE: Implementing Controller(arduino yun) In Gateway
-
RE: Implementing Controller(arduino yun) In Gateway
@hek Hi There,
Does MySensors library has any similarities with RF24.h library, for example for receiving data could this"radio.read(&text, sizeof(text));" be used. -
RE: Implementing Controller(arduino yun) In Gateway
@hek So you do not want to help no more...
-
RE: Implementing Controller(arduino yun) In Gateway
@hek Hi There,
Thank you for your help,
I am trying to understand this code. On controller side you define the sensor with first line, but there will be multiple sensors so how do you determine on "void receive()" method that from which sensor we receive the data? -
RE: Implementing Controller(arduino yun) In Gateway
@hek You got it wrong, of course I want sensors and actuators to be controlled wirelessly, if not why would I want to use MySensors Library, but to write controller on raspberry pi without having mysensors library for Rasp.Pi is too complicated for me, so I decided to do it on arduino since you have the library for arduino, that is all.
-
RE: Implementing Controller(arduino yun) In Gateway
@hek No, the problem is there is no controller on this site that I can use, so I have to write code for my controller, simple one just to fit my needs, but the problem is "mysensors library is not used on the raspberry pi" so controller code will have to run on arduino.
-
RE: Implementing Controller(arduino yun) In Gateway
@hek I am sorry but I am confused; what do you mean by controller and what do you mean by greenhouse, by greenhouse do you mean sensors and actuators???
And also do you suggest having one gateway acting as gateway and also have another arduino having gateway code but used as controller??? -
Implementing Controller(arduino yun) In Gateway
Because none of controllers fit my needs(which is hydroponic greenhouse automation), I want to code my greenhouse automation in gateway, the reason for that is there is no MySensors code for Raspberry PI, but there is for arduino.
What I need is some help with;
" How do I pull data to use in my controller code which is actually the gateway instead of forwarding to Raspberry PI. Can you help me with a sample code showing how it can be done?". -
RE: Greenhouse controller
@Oitzu Well, What I want to do is; Make gateway my controller ( intend to use arduino yun), the reason for that is none of the controllers fit my need, which is I want to automate hydroponic greenhouse and it is something like this ; https://www.youtube.com/watch?v=-IfvbrZJ4sY
I want to ask again " How do I pull data to use in my controller code in gateway instead of forwarding to Raspberry PI. Can you help me with a simple code showing how it can be done?". -
RE: Greenhouse controller
@Oitzu I have another question. If I decide to use gateway as controller, How do I pull data to use in my controller code in gateway instead of forwarding to Raspberry PI. Can you help me with a simple code showing how it can be done?