I'm very new to all this but one thing is certain, this is awesome.
Happy birthday and excellent job to all.
It's such a rush when we see something working after spending so many hours trying 
hugo_pn
@hugo_pn
Best posts made by hugo_pn
-
RE: Happy 2nd Birthday to MySensors!!!!posted in General Discussion
Latest posts made by hugo_pn
-
RE: Sending sensor data from raspberry via NRF24L01+ to arduinoposted in Troubleshooting
@ LaMB95 Sorry can't really help you out there.
Just to give a feedback on my two temperature sensors.
Got them working fine. Two separate graphics, only had to connect the sensor to the wright spots.
Thanks for the help.
-
RE: Sending sensor data from raspberry via NRF24L01+ to arduinoposted in Troubleshooting
Got it working, IDE updated and everything working.
My temperature already getting values.
Going to try and attached another DS18B20 as shown in the example.
Don´t really know what is going to show up.
Thanks
-
RE: Sending sensor data from raspberry via NRF24L01+ to arduinoposted in Troubleshooting
Hi all,
Sorry for the delay, my IDE is 1.6.5 going to try and update.
Thanks in advance.
cheers
-
RE: Sending sensor data from raspberry via NRF24L01+ to arduinoposted in Troubleshooting
Hi all,
@LaMB95
I'll have to get back to you later on that.@gohan
The software says it's installed. Is there a way to uninstall and install again?Thanks
-
RE: Sending sensor data from raspberry via NRF24L01+ to arduinoposted in Troubleshooting
Hi,
I'm having problems exactly the same as @LaMB95
The MySensors library is installed, at least is says so doing as shown in the link @mfalkvidd sent.
This is my error:
"
DallasTemperatureSensor.ino:36:25: fatal error: MySensors.h: No such file or directory
Compilation terminated.
"Thanks
-
RE: Error Sending switch commandposted in Domoticz
Hi all,
After trying several things, I decided to try a downgrade on Domoticz going back to Domoticz V2.2563.
Seems to be flawless, Suddenly everything is working fine for the past 6 days.
What do you make of this?
Thanks
-
RE: Error Sending switch commandposted in Domoticz
@sundberg84 Thanks for the reply.
That's great news for all of US with this issue. With how many Amp's are you feeding the Arduino now?
Regarding the power supply, as @sundberg84 has said " Here is a great discussion: http://forum.mysensors.org/topic/1607/safe-in-wall-ac-to-dc-transformers"
Chears
-
RE: Error Sending switch commandposted in Domoticz
Thanks for the reply, the thing is that I'm powering the Nano via USB from the raspberry Pi (serial Gateway with the external antenna).
The wires I don't think are the problem because it works with the integrated antenna.Can I power Up the Nano with the Raspbery Pi USB and a 5V Transformer with out burning everything?
From what I remember, parallel tension doesn't sum up, but the current does. Wright?
Will I damage everything, including the Raspberry?
Thanks
-
RE: Error Sending switch commandposted in Domoticz
Made a test (with the external antenna on Gateway) the other day and this is what happens.
I put the nrf24 with the external antenna attached to the Nano and Upload the Serial Gateway Scetch onto it.
Ran The Serial Monitor and get this
0;0;3;0;9;gateway started, id=0, parent=0, distance=0
0;0;3;0;14;Gateway startup complete.
I remove it from the PC, attach it to the Raspberry Pi I give two switch commands that work, then at the third attempt the message comes to life "Error sending switch command, check device/hardware !"
2016-01-06 01:04:25.708 MySensors: Using serial port: /dev/ttyUSB0
2016-01-06 01:04:27.186 MySensors: Gateway Ready...
2016-01-06 01:04:27.262 MySensors: Gateway Version: 1.5
2016-01-06 01:04:28.329 Hardware Monitor: Fetching data (System sensors)
2016-01-06 01:04:56.024 User: admin initiated a switch command
2016-01-06 01:04:58.436 Hardware Monitor: Fetching data (System sensors)
2016-01-06 01:05:05.599 User: admin initiated a switch command
2016-01-06 01:05:28.560 Hardware Monitor: Fetching data (System sensors)
Back to PC this is what I get.
0;0;3;0;9;radio init fail
After a few minutes It's OK again like the beginning.
Thanks