STM32 MCUs Wireless

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

LoRaWAN FUOTA example SX1262DVK1DAS & NUCLEO-L476RG

Hi,While building the example FUOTA code from icubelrwan software expansion. I am facing "No rule to make target error" attached the screenshot. Tried to build after including the path of the folder but still facing the same error. attached the scree...

Resolved! using Bluetooth module in project.

Hi  We are using the STM32 in a project and want to use a bluetooth module . I see there are many certified modules out there , but if I use any in a project (even though I dont modify the module at all ),  I have to pay for a bluetooth certification...

Resolved! The simplest and most basic LL driver App doesn't work

We tried the simplest and the most basic LL driver based App, LED blinking, on Nucleo boards:int main(void) { LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_SYSCFG); LL_APB1_GRP1_EnableClock(LL_APB1_GRP1_PERIPH_PWR); NVIC_SetPriorityGrouping(NVIC_PR...

WQ by Associate III
  • 753 Views
  • 11 replies
  • 0 kudos

RTC reset after 49 days

Hello,I am using STM32L412CBT6 MCU with STM32CubeIDE and STM32CubeFW_L4 V1.17.2.I am using en.i-cube_lrwan for our project. I am using same structure of libraries used in this en.i-cube_lrwan package.I am using below libraries for rtc:1)rtc_if.c2) rt...

DBhut.1 by Senior
  • 815 Views
  • 12 replies
  • 0 kudos

B-L4S5I-IOT01A discovery kit - demo app

HiI just bought a B-L4S5I-IOT01A Discovery kit.Confession: I am completely new to ST, and I reckon I have a mountain of learning to do in a short time.However, I just read the blurb on the back of the kit and it essentially says: 1. Verify the jumper...

GBren.1 by Associate
  • 305 Views
  • 2 replies
  • 0 kudos

Question about sx1262 example

Hi stm, ​We are currently reviewing the lora function based on sx1262 semteck chip.​I have NUCLEO-L476RG and NUCLEO-L073RZ ref board. It also has an sx1262 Evaluation board that can be attached to the ref board. ​The NUCLEO-L476RG board has a flash o...