User Activity

Hi guys,I'm using STM32LO and i try to implement a code who aquire data of a sensor every 10 second in a fix day in a week. The rest of the time, the ship is sleeping.I'm trying to do that interruption with RTC and i configure the RTC and program my ...
Hi guys,I program an application with a STM32LO-LRWAN1 module who does the connection with a sensor by I2C and i would like to integer my application in the "Ping Pong" example for proving to my boss that the connection between two modules is possibl...
Hi guys,I try to establish connection between two STM32L072CZY6TR with the programme ping pong include in the I-CUBE LRWAN1 Package.The goal is that one board work with the external battery and that the other board is connected with the computer.I re...
Hi guys,I use an STM32L072CZY6TR_LoraWAn and the IDE Keil Uvision 5 and i want to use the "Debug (printf) viewer" to visualize data. I'm a new user of Keil and i search someone who can explain to me what is the code that i need to implement to realiz...
Hi guys,I'm trying to connect a bosch sensor BNO055 (adafruit) by I2C to my Stm32L072CZ6YTR. I'm new with the environnement of STM32 so i try to program the ship with basic tutorial about STM32 I2C connection. I have write the functions who permit to...