STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Seek information pointer on Power Saving STM32WLE5JC

Would appreciate pointer and insignt on learning how to do battery minimum energy LoRa on (a) half a dozen of sleep modes (b) example sequencer C coding with power saving  (c) reading list on application/tech notes, etc.  TIA

David_ by Associate III
  • 61 Views
  • 2 replies
  • 1 kudos

Creating Lora node with STM32L4 and SX1272

Hello community,I'm trying to create a Lora node with a STM32L4 board and a SX1272 transceiver. I am quite new to Lora and I don't see how to connect them (I have a XBee adp V1.0 for interface).Does someone have any clue about how can I make it work ...

TPota.1 by Associate
  • 308 Views
  • 3 replies
  • 0 kudos

How to Add custom task along with Lorawan communication

hi, i am using Lorawan endnode example code on stm32wl55jc1, i am successfully transmitting and receiving payload but the problem is i cant do anything else along with the lora , can anyone guide how can i add a task e.g blinking led with 1 sec time ...

Zohaib by Associate
  • 19 Views
  • 0 replies
  • 0 kudos

STM32WLE5x NVIC RTC on Rev. Y die crash

Hi, We have been using the STM32WLE5CB for a while now, using the older die revision Z. Since we have a new batch with the new revision Y die of the STM32WLE5x we couldn't get our firmware working anymore. To try make it work we have tried to use the...

Resolved! Can someone explain the function of SX_FREQ_TO_CHANNEL?

Hello,I'm working on an application that uses the NUCLEO-WL55JC development board. I was looking in the SubGHz_Phy_PingPong example code, and I noticed a macro called SX_FREQ_TO_CHANNEL. To use this macro, it seems you input the carrier wave frequenc...

AJ_1 by Associate II
  • 270 Views
  • 7 replies
  • 3 kudos

Question on the RF-PLL calculations

Hello,This is a continuation of questions raised in this thread.In the STM32WL5x microcontrollers, there is a Sub-GHz radio command called "Set_RfFrequency()". The arguments for this function are an Opcode, and RfFreq. However, you don't actually pas...

AJ_1 by Associate II
  • 70 Views
  • 0 replies
  • 0 kudos

Resolved! Creating a LoraWAN server on an stm32 chip

I am making a device that is to take pulse outputs which have been converted to wireless LoRaWAN signals, and convert it back again into a hardwire pulse output. For the receiving device, I intend to use a modem board PN 109990166 connected to an STM...