443mhz transciver help
mattm_nscc
Posts: 13
Hello, Me and my project partner are using a 443mhz transciver (parallax) and we've written a very basic code to send it. but it dosn't work correctly.
Heres what we got, a ADC to the BS2 to the 443 transciver. then to the Rx to the DAC, ive attached the TX and RX code we came up with .
this is a very first code project so any help or suggestions are welcome.
Thanks Matt M
Heres what we got, a ADC to the BS2 to the 443 transciver. then to the Rx to the DAC, ive attached the TX and RX code we came up with .
this is a very first code project so any help or suggestions are welcome.
Thanks Matt M
Comments
On the 443ADCv1.0 program, move the PULSOUT so that it's immediately before the SEROUT serdat
...and add a "SYNC string" to the data you are sending... additionally make use of the WAIT command on the receiver side.
On the 433rx program make sure that you are listening for the "SYNC string" ...
We are sending an audio signal.... our project is a wireless guitar amp...I know the 433 isn't the best choice by far but it's what we have to work with...We got it transmitting something yesterday on the rx side we get "results= 0, 8,16,20,32 ,100, ( random numbers in general ) & lots of 0's....we should expect 0 & 1 ... shouldn't we ?
Also I've built a JFET preamp, that works, but when we hook it up to the ADC0831, we get only 20-100mV on the DO pin and very small digtial blips (time wise) ....any suggestions ?
Thanks Matt M
When we first started selling the 433MHz transceivers, I did some early experiments along these lines. With some additional circuitry you can tweak the 10kHz limit for much higher throughput by using the signal strength pin on the receiver INSTEAD of the data pin, but at a cost of proportionally decreasing the effective range between the transmitter and receiver.