ARDUINO UNO
-
Yes I executed sketch of the USB gateway on pro mini and home automation and well configured to use the USB gateway.
The usb gateway is well in the domoticz log.Is there a procedure to include a device?
Yesterday I was lucky it appeared directly in the list of home automation devices and the functionality of the correctionDANIEL
-
I move slowly but surely.
My installation is as follows:I do my tests on a second raspberry so as not to disrupt the home automation system that works perfectly.
- An Arduino pro gateway mini radio NRF24L01 + USB FT232RL
-An Arduino pro mini + radio module NRF24L01 + USB FT232RL + relay card
-An Arduino Uno + DHT22.
I now find my relay card in the list of Domoticz devices, the command is sent to the gateway but the relay of the relay card does not react. I think I have a problem with the radio and especially its 3volts power supply.
The LEDs that are on the radio card never light ????
I do not find in the list of devices to domoticz the probe temperature humidity.
In the serial monitor of the card arduino uno temperature probe there is the following message:
! TSM: FFARFAIL
after that
TSM: ROIFTSM: FFAR: NO REPLY
TSM: ROIF
This sounds like error messages but I do not know how to interpret themDaniel
- An Arduino pro gateway mini radio NRF24L01 + USB FT232RL
-
The gateway is 1 meter from the arduino The hardware is in test on my work table.
-
How do I get the LEDs on the radio card?
-
How do I get the LEDs on the radio card?
@Daniel-Ruiz any leds on a NRF board ??
-
How do I get the LEDs on the radio card?
-
Bonjour Daniel,
please use only English else it will limit your ability to get help, and ability for others to learn from your experience when reading this thread.
For your questions problems:- there is no led on NRF24 radio, don't expect to see anything :)
- you need a capacitor on each radio module as close as possible to the Vcc and GND pins of the radio. Minimum 4.7uF but it's usually better to put a bit more like 10uF especially with cheap radios. If you don't put it the noise from the power supply/usb port will make the radio unstable
- It is possible that you have interferences between radio modules if they are too close, try to move modules and gateway away from each others and only keep on your desk the sensor that you are debugging
- there is no need for inclusion button on Domoticz, as you have seen it, the new modules/sensors will be added automatically to the list of devices. What you have is clearly a problem of stability of the radio link
-
Hello everyone
Now it works very well, after changing the capacitor 4.7mF by a 10mF.
Thank you again for your help.
cordially
Danie