I bought a Rflink from Nodo-shop.nl, the RFLink 433.42 (Somfy RTS) version. I had Nodo to solder it. So there should not be any problem on this end
I connected it to my MacbookAir, and followed the instructions on Domoticz wiki to upload the firmware into the RFlink. It apparently uploaded the firmware successfully.
Then I updated and upgraded my RPI (Linux raspberrypi 5.4.79-v7+ #1373 SMP Mon Nov 23 13:22:33 GMT 2020 armv7l GNU/Linux) and hooked it up to my Raspberry Pi 3 .
I tried to identify the port with
Code: Select all
dmesg
Here is the end of the output:
Code: Select all
[3902580.423329] usb 1-1.1.2: new full-speed USB device number 9 using dwc_otg
[3902580.568650] usb 1-1.1.2: New USB device found, idVendor=2341, idProduct=0042, bcdDevice= 0.01
[3902580.568671] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[3902580.568685] usb 1-1.1.2: Manufacturer: Arduino (www.arduino.cc)
[3902580.568699] usb 1-1.1.2: SerialNumber: 55037313237351714260
when I use the command
Code: Select all
ls /dev | grep tty*
when I use the command
Code: Select all
lsusb
Output :
Code: Select all
Bus 001 Device 009: ID 2341:0042 Arduino SA Mega 2560 R3 (CDC ACM).
I even bought a power supply for my Arduino Mega as some wrote that it may not get enough power from the RPI's USB. But I still have the same problem...
If anyone has the knowledge to help me shed some light onto my problem, I will be grateful.
Thanks, Julien