The maximun output power for the transmitter is 14DBm or 25.11mW
Is that correct?
http://www.linxtechnologies.com/Docu...Data_Guide.pdf
The maximun output power for the transmitter is 14DBm or 25.11mW
Is that correct?
http://www.linxtechnologies.com/Docu...Data_Guide.pdf
Hi Fredrick,
Ha, Skimask was thinking the same thing I was, overdriving the transmitter chip, but I guess that is not it, so . . . I would make sure the transmitter is away from the power supply a bit, and make sure to tie the grounds together all in the same place, it will help if you can tie to an earth ground. One question, are you still using serin and serout? I ask only because HERSERIN and HERSEROUT will only work in TRUE mode and not INVERTED.
HTH
JS
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
No.
From ELECTRICAL SPECIFICATIONS/TRANSMITTER SECTION/Output Power:
At 2.1V the power is - 4dBm = 0.398 mW
At 3.0V the power is 0dBm = 1 mW
At 3.6V the power is 4dBm = 2.511 mW
Do not modify the hardware you got from Parallax.
1 mW or 2.5 mW do not make any difference.
but 1mW and 25mW makes diffrents...
Connect the LADJ to vcc will give +10DB and itīs allowd in sweden.
By the way i have get my code to work now whit inverted mode, idonīt know exaktly what makes it work but i think it have something whit the sync to.
there maybe som other solution to it but this works.
FOR I = 1 TO 3
SEROUT TransmitterPIN,N2400,[$55,$55,$55,63519,Counter,Check]
NEXT I
and yes i sending the code whitout pauses three times i think this helps the transmitter to syncronise.
The Level Adjust (LADJ) line allows the transmitter’s output power to be easily
adjusted for range control, lower power consumption, or to meet legal
requirements. This is done by placing a resistor between VCC and LADJ. The
value of the resistor determines the output power level. When LADJ is connected
to VCC, the output power and current consumption will be at its maximum. Figure
4 on Page 3 shows a graph of the output power vs. LADJ resistance.
This line is very useful during FCC testing to compensate for antenna gain or
other product-specific issues that may cause the output power to exceed legal
limits. A variable resistor can be temporarily used so that the test lab can
precisely adjust the output power to the maximum level allowed by law. The
variable resistor’s value can be noted and a fixed resistor substituted for final
testing. Even in designs where attenuation is not anticipated, it is a good idea to
place a resistor pad connected to LADJ and VCC so that it can be used if needed.
For more sophisticated designs, LADJ can be also controlled by a DAC or digital
potentiometer to allow precise and digitally variable output power control.Output Power Control Range -80 – +10 dB
Last edited by Fredrick; - 18th February 2008 at 12:41.
From Figure 4:
Diagram Output Power vs. LADJ Resistance:
When LADJ Resistance = 0 then the output power is 9 dBm (7.943mW).
In theory you can get 10mW but then when you read:
The LR Series transmitter is designed to generate 1mW of output power into a
50-ohm single-ended antenna while suppressing harmonics and spurious emissions
to within legal limits.
* * *
In unidirectional links, a good designed transmission protocol will make the difference.
Use redundant data for the purpose of error correction.
And I will add again.
A good antenna is a must!
Dave
Always wear safety glasses while programming.
Yes... Now i have get the program to work very well whit inverted mode, tested it at 100 meters and there no errors or missing numbers.
But then we come to the next problem, I have searched the forum and I find out that iīm not alone whit this problem, but the solution for it doesīt work for me.
I canīt get the SERIN timeout to work, and yes the input is switching between high and low when the transmitter is off. i have tryed whit an 1K, 3K, 4.7K, 10K resistor between GND and the input pin but when the timeout works the recive module does not and when the reciver work the timeout does not.
So what else can i do? is there an software solution for this or must i use an hardware solution?
Hi,
Could you post your current code? It may be some thing simple that has been over looked.
Dave
Always wear safety glasses while programming.
Bookmarks