Replies: 22 comments 20 replies
-
I'm not sure what you mean - the STM32WL series has a built-in LoRa transceiver based on the SX126x. RadioLib provides the interface to it, so it allows you to configure modulation parameters like spreading factor or the bandwidth. |
Beta Was this translation helpful? Give feedback.
-
Working |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Now i will test with 1 master and 4 slaves using my protocol, where you define the Address of Slave that the Master must to make a communication, one slave by slave |
Beta Was this translation helpful? Give feedback.
-
in your TO DO, plans to MESH ? |
Beta Was this translation helpful? Give feedback.
-
@jgromes how can I change the Tx power value ? |
Beta Was this translation helpful? Give feedback.
-
good morning
|
Beta Was this translation helpful? Give feedback.
-
btw, thanks to all help |
Beta Was this translation helpful? Give feedback.
-
still tryng to find the solution why is working only if the antenna are near |
Beta Was this translation helpful? Give feedback.
-
but the problem looks only on transmission...i can detect on receiving packages of other far radios...like the SX1276... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
RECEIVED DATA: ALEXANDRE |
Beta Was this translation helpful? Give feedback.
-
investigating... |
Beta Was this translation helpful? Give feedback.
-
looks that LSM110A original SDK use RF_CTRL1_GPIO_Port GPIOB 12
i modified on your init
Looks that Solved! |
Beta Was this translation helpful? Give feedback.
-
now SNR = is between 0 and 7db :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
https://lom204-cli-wisol.blogspot.com/2023/06/lsm110a-fazendo-comunicacao_27.html |
Beta Was this translation helpful? Give feedback.
-
https://lom204-cli-wisol.blogspot.com/2023/06/lsm110a-fazendo-comunicacao_28.html |
Beta Was this translation helpful? Give feedback.
-
https://lom204-cli-wisol.blogspot.com/2023/06/lsm110a-fazendo-comunicacao_70.html |
Beta Was this translation helpful? Give feedback.
-
if you put the STM32WL55 in receive mode (radio.startReceive()) Can i transmit LoRa packages when i want ? If you transmit a LoRa package, must to put in receive modem again ? |
Beta Was this translation helpful? Give feedback.
-
Hey, one final question int state = radio.begin(Channel, 125.0, 10, 5, 0x34, 2, 20); <----2 must to be 22 ? Not sure to put in this parameters...to define the maximum RF OUTPUT... Can you give a tip ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am using the RADIOLIB...
working cool, the Receive and transmit examples
https://lom204-cli-wisol.blogspot.com/2023/05/o-objetivo-deste-blog-e-demonstrar-como_30.html
Now i am porting to VISUINO!
My question is if the LoRa protocol was implemented on STM32WL55JC ?
I need to use LoRa and define
sf , bw , cr, preamble and txPower
Beta Was this translation helpful? Give feedback.
All reactions