The problem is that radio transmission is very poor, I can't get better RSSI than -90dBm and SNR 1. It works by a distance of a few metres, then the signal is lost.
The receiving LoRa-E5 reported these values, so in practice it was the signal strenght at the RF pin of that module.What receiver equipment do you use to test this?
I'm about to order a tinySA Ultra+ ZS-406. Do you guys think that this is sufficient? If you can recommend any other purchase in the same price range which would help to investigate the problem, please fire away!Unfortunately cannot do RF design without a minimum of instruments. You cannot assume that the conducted measurements are as should be. There are many factors that could make conducted parameters to not be as in the datasheet.
A cheap SA for about $150 gives +/- 1dB accuracy measuring output power. And who knows, maybe you will use it again for further projects.
Unfortunately cannot do RF design without a minimum of instruments. You cannot assume that the conducted measurements are as should be. There are many factors that could make conducted parameters to not be as in the datasheet.
A cheap SA for about $150 gives +/- 1dB accuracy measuring output power. And who knows, maybe you will use it again for further projects.
Did you try what I suggested ?I'm about to order a tinySA Ultra+ ZS-406. Do you guys think that this is sufficient? If you can recommend any other purchase in the same price range which would help to investigate the problem, please fire away!
Also, what other supplementary suff do I need for an SA? Some articles suggested that using an attenuator is a must, as a too high signal might damage the SA.
One quite cheap stuff which came across is the logarithmic power meter based on AD8317:
https://www.amazon.de/-/en/gp/product/B083W1NC27/ref=ox_sc_act_title_1?smid=A34J6P0EZGOP86&psc=1
Does it make sense to buy it or does a spectrum analyser cover all my needs?
2 bags worth,,... don't forget to get a pair of commercial PCB's that work.Yeah. There are many options to measure the RF power. You can even touch the output trace with your finger and feel the RF power heat. But this power meter is hard to calibrate.
$150 I paid for groceries few hours ago, so buying a 5.3GHz spectrum analyzer for the same money I think is totally worth.
static const Module::RfSwitchMode_t rfswitch_table[] = {
{STM32WLx::MODE_IDLE, {LOW, LOW}},
{STM32WLx::MODE_RX, {HIGH, LOW}},
{STM32WLx::MODE_TX_HP, {LOW, HIGH}}, // for LoRa-E5-HF
// {STM32WLx::MODE_TX_LP, {HIGH, HIGH}}, // for LoRa-E5-LE-HF
END_OF_MODE_TABLE,
};
I'm about to order a tinySA Ultra+ ZS-406. Do you guys think that this is sufficient? If
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?