Hello,
sorry i must use “Google translate”.
Following problem.
I would like to use pimatic with an arduino.
This is connected to the raspberry 3.
The logs say:
*make reset
make[1]: Verzeichnis „/home/pi/homeduino“ wird betreten
/home/pi/homeduino/arduino-mk/bin/ard-reset-arduino /dev/ttyUSB0
make[1]: Verzeichnis „/home/pi/homeduino“ wird verlassen
make do_upload
make[1]: Verzeichnis „/home/pi/homeduino“ wird betreten
/usr/share/arduino/hardware/tools/avr/…/avrdude -q -V -D -p atmega328p -C /usr/share/arduino/hardware/tools/avr/…/avrdude.conf -c arduino -b 57600 -P /dev/ttyUSB0
-U flash:w:build-nano328/homeduino.hex:i
avrdude: AVR device initialized and ready to accept instructions
avrdude: Device signature = 0x1e950f (probably m328p)
avrdude: reading input file "build-nano328/homeduino.hex"
avrdude: writing flash (11780 bytes):
avrdude: 11780 bytes of flash written
avrdude: safemode: Fuses OK (E:00, H:00, L:00)
avrdude done. Thank you.
make[1]: Verzeichnis „/home/pi/homeduino“ wird verlassen*
11:03:18.933 [pimatic-homeduino] debug: data: "ready"
11:03:18.946 [pimatic-homeduino] info: Connected to homeduino device.
11:03:18.956 [pimatic-homeduino] debug: data: "PING"
11:03:18.999 [pimatic-homeduino] debug: data: "ACK"
11:03:19.005 [pimatic-homeduino] debug: Receiving on pin 0
11:04:42.484 [pimatic-homeduino] debug: Sending Protocol: switch2 houseCode:3 unitCode:8 all:false state:false Pin:4 Repeats:7
11:04:42.799 [pimatic-homeduino] debug: data: "ACK"
11:05:04.763 [pimatic-homeduino] debug: Sending Protocol: switch2 houseCode:3 unitCode:8 all:false state:true Pin:4 Repeats:7
11:05:06.496 [pimatic-homeduino] debug: data: “ACK”
This looks like it’s going to work out.
Unfortunately I can not send or receive anything.
If I connect the 433 MHz transmitter directly to the raspberry it works.
Where could the problem be?