BigWumpus
- 28th October 2004, 22:09
I realize a projekt with a 868MHz-sender, which acts like a home-sign.
The sender acts OK, but the receiver makes me worry....
I don't use the internal Hardware-UART of the 16F872 (so far)...
I use the SERIN-command. It works ...
But if the sender is off, the receiver gets a lot of noise, so the Timeout of the SERIN-Command will not work, it restarts while it gets some high Input...
I have tried a lot of tricks, but it don't solve my problem (counting the impulses on the input takes to much of codespace, using a FOR-NET-Loop instead isn't better...)
The ISM-Connecting works fine (10 Bytes $55 or so to sync and 1 Start-byte $96 and 4 Bytes ($A5 or so) to carry 8 bit of information ... I am a lousy pragmatiker)
But the timeout in the SERIN (and more in the SERIN2) -Command makes me worry....
At the weekend I begin to change the librarys of PBP !
BTW: Accessing X[1] or so with the SERIN / SEROUT-command will not work, it seems to be fouly....
The sender acts OK, but the receiver makes me worry....
I don't use the internal Hardware-UART of the 16F872 (so far)...
I use the SERIN-command. It works ...
But if the sender is off, the receiver gets a lot of noise, so the Timeout of the SERIN-Command will not work, it restarts while it gets some high Input...
I have tried a lot of tricks, but it don't solve my problem (counting the impulses on the input takes to much of codespace, using a FOR-NET-Loop instead isn't better...)
The ISM-Connecting works fine (10 Bytes $55 or so to sync and 1 Start-byte $96 and 4 Bytes ($A5 or so) to carry 8 bit of information ... I am a lousy pragmatiker)
But the timeout in the SERIN (and more in the SERIN2) -Command makes me worry....
At the weekend I begin to change the librarys of PBP !
BTW: Accessing X[1] or so with the SERIN / SEROUT-command will not work, it seems to be fouly....