I am trying to do the communication between thermocam and pc wirelessly using xbee.
Xbee is connected to pc using usb explorer
xbee is connected to arduino using xbee shield and thermocam is connected to the same arduino board.
I connected the tx of thermocam to rx of xbee shield, and vice versa.
From the pc, using thermocam program, when i click arrows and settings, it seems that xbee that is connected to pc is transfering something (cause, everytime i click, led of xbee blinks).
But when i see the receiver side, it does not do anything. no led blinking, not working.
No need to shout. We may be a bunch of grumpy old men, but we aren't deaf.
I connected the tx of thermocam to rx of xbee shield, and vice versa.
This looks like a problem to me. The camera should be connected to the Arduino. The Arduino should be collecting the data from the camera, using a software serial link, and sending it out the serial port, via the XBEE to the PC (via the other XBee).
and then chenge all my serial. commands to mySerial.
It does not work still …
And for xbee side, when i click button from camera software, transmitter and receiver side of xbee all blinks which i am assuming both are comminicating without any problem.
I think the only problem is to take out input and output of the thermal camera(via arduino) to connect it to xbee’s rx and tx pin…