RS-485 -
srd100 - 15-05-2017
Hello
can use rs485 instead RF on WDPro2 tx?
RE: RS-485 -
werk_ag - 16-05-2017
Hi srd100, welcome
No, only RF.
RE: RS-485 -
srd100 - 16-05-2017
(16-05-2017, 00:46)Werk_AG Wrote: Hi srd100, welcome
No, only RF.
Can i make changes to arduino nano to send data over rx/tx serial line (pin 30,31) ?
RE: RS-485 -
werk_ag - 16-05-2017
You can do the all the changes you want, however I'm afraid that to achieve what you want, you will have to do very large modifications to the WeatherDuino Pro2 code (both on TX and RX software).
Nano only have 1 UART (pins 30 and 31), if you use those pins to communicate with any device, you will lose the capability to communicate with the Nano through the USB port.
RE: RS-485 -
StaLeWaR - 24-06-2017
Hi srd100.
Your test was successful?
RE: RS-485 -
srd100 - 02-07-2017
(24-06-2017, 20:08)StaLeWaR Wrote: Hi srd100.
Your test was successful?
Hope I will test soon.
If somebady test only TX via SoftwareSerial ?