Baran, just wondering, but did you try to copy and past JUST the library folder from the zip file into the same folder where your Arduino IDE's library folder is located. Let me make it clear that I'm not talking about pasting it into the Arduino library folder itself, but into the same folder that the Arduino's library folder is located. When you do this the computer will bring up a box that says you can't have two folders named library in this location and then ask if you want to consolidate them. You say yes and then they become one folder making it's so your Arduino IDE can find the now one library file.
botbite
@botbite
Best posts made by botbite
Latest posts made by botbite
-
RE: Arduion IDE error 'MyGateway' does not name a type
-
RE: Can't send message over arduino serial monitor
The setting has been "No line Ending" And I tried typing it in both ways with the \n and without (105;1;1;1;2;1\n and 105;1;1;1;2;1). What setting should I be in in the serial monitor and what should I type into the serial monitor?
Thank you so much for responding, I am really interested in all this and it looks like you guys have done such a great job! Thanks! -
RE: Can't send message over arduino serial monitor
the funny thing is I know the everything is hooked up right because everything works through a controller? Has anyone else tried to get this to work just through the serial monitor?
-
Can't send message over arduino serial monitor
Ok so I have got a few questions and a problem to solve
I have two arduino unos hooked up with the nrf24l01+ one is running the (arduino button relay) and the other is running the (serial gateway) examples. Once I plug the sensors in I Ioad arduino running the gateway into the serial moniter and it gives me the normal "0;0;3;0;14;Gateway start up complete." then I turn on the (relay button arduino) and it gives me a confirming
"105;255;0;0;18;1.4.1
0;0;3;0;9;read: 105-105-0 s=255,c=3,t=6,pt=1,l=1:0
105;255;3;0;6;0
0;0;3;0;9;read: 105-105-0 s=255,c=3,t=11,pt=0,l=14:Relay & Button
105;255;3;0;11;Relay & Button
0;0;3;0;9;read: 105-105-0 s=255,c=3,t=12,pt=0,l=3:1.0
105;255;3;0;12;1.0
0;0;3;0;9;read: 105-105-0 s=1,c=0,t=3,pt=0,l=5:1.4.1
105;1;0;0;3;1.4.1"So, I have good connection and the node is all set up. So then I try and give the node a command to turn on or off, so I type into the serial monitor
105;1;1;1;2;1\n
or 105;1;1;1;2;0\n
or 105;1;0;1;2;1\n
or 105;1;1;0;2;0\n
or 105;0;1;1;2;1\n
or 105;0;1;1;2;0\n
just about every variation that you could imagine and nothing.
The biggest question I have is, Am i supposed to type anything in before 105;1;1;1;2;1\n ?
Is there a method that I am supposed to call up? I am writing directly into the serial monitor form the arduino ide, and am running the 1.4 library of Mysensors. Is there supposed to be anything else with the message"105;1;1;1;2;1\n" to help this message to compute to the relay?
thanks? -
RE: Arduion IDE error 'MyGateway' does not name a type
@hek There we go! Ok, so it's 'just' the library folder that we're supposed to move to the arduino sketch folder, and then let it merge with the existing arduino library file. That makes more sense.
Thanks! -
RE: Arduion IDE error 'MyGateway' does not name a type
@hek I have to agree with Baran. I just downloaded the new 1.4 file twice and followed the download instructions exactly, and I can't get it to recognize any of the # include files aside from SPI. There might be something wrong with how the new version the files were ordered in the zip file or something. If not could you tell us the correct order the files should go?