STM32 Micro Processors
I have made a lot of projects on STM32 micro processors.
You will find some projects here and more on http://www.oz1jhm.dk
RHF76-052 LoRa Module
RHF76-052 Lora module is born to be a serial LoRa module with firmware made for communication with an other uC.
But inside are an SX1276 and an STM32L051C8T6 and with the LMIC filesystem it is no problem to use this module with your own software
link to ebay where you can buy the module
I did make a simple test print on my CNC just to do all the test.
- Read more about RHF76-052 LoRa Module
- Log in to post comments
LORAM3-D STM32F303CCT6 AND LMIC FOR STM32CubeMx
I did get one of these boards link to page where to buy and checked out where to find som LoRaWan code for it.
Could not find anything but only som code here link to github BSFrance
Arcording to the datasheet it can run LoRaWan Link to datasheet
Heltec Node 151 STM32L151CCU6 + SX1276
I did want to test this little Lora Node because of the STM32L151 and on the board there is a holder for litium battery.
Here you can find code for stm32CubeIde and the lmic library Link to ZIP file
- Read more about Heltec Node 151 STM32L151CCU6 + SX1276
- Log in to post comments
STM32H7 DCIM OV2640 and DMA2D to LTDC screen on stm32cubeide
STM32H7 DCIM OV2640 and DMA2D to LTDC screen on stm32cubeide
You can buy the board at ebay link to ebay
I did use the files from waveshare as a start link to waveshare files
There is a clock issue and thts why the camera sometime make funny picture - I will make a new version when i do find the deep reason.
STM32H743IIT6 from waveshare with HEX files
You can buy the board here link to ebay stm32h743iit6
You can find all the schematic and some samples code here waveshare link
You can find datasheet om the screen here link to waveshare
- Read more about STM32H743IIT6 from waveshare with HEX files
- Log in to post comments
STM32H743IIT6 OpenH743I-C with CoreH743I
How to implement TouchGFX from ST
Here you can purchase STM32H743IIT6
If you do buy the 7 Inch LTDC screen you can here find the complete code for setting the TouchGFX up with LTDC, FMC and DMA2D in the STM32CUBEIDE version 1.4.2 with TouchGFX version 4.14
The touch screen is working and you can jump direcly to develop in TouchGFX
- Read more about STM32H743IIT6 OpenH743I-C with CoreH743I
- Log in to post comments
STM32H7 I2S DMA
The DMA are only allowing buffers to remain in D2 domain so you have to define that ...
look in fileset and on video to see how to
You can buy the board at ebay link to ebay
you can find the files for STM32CubeIDE version 1.12 LINK TO FILESET
- Read more about STM32H7 I2S DMA
- Log in to post comments
Solve problem with LMIC joining to TTN
I did struggle a bit with getting a stm32 Nucleo-L476RG and a RFM95 to join the TTN.
I did change to DF10 when joining ...se below picture ...
And then i did change back again to DF7 when it has joined ..see below picture
And it was very fast to get joined and send the first packet ....
- Read more about Solve problem with LMIC joining to TTN
- Log in to post comments
LMIC ABP STM32Cubemx example
START with this before doing ABP http://skovholm.com/node/13
If you want to use the LMIC and the cubemx you just have to change some lines in the main.c
Thanks to Piotr Siwy to inspire me.
Here you find the file set /sites/default/files/bluepill_ABP.zip
if you just want to change the OTAA example from the video the follow these few steps.
You have to set the keys in
- Read more about LMIC ABP STM32Cubemx example
- Log in to post comments
IBM Lmic for STM32CubeMX
IBM made a fine library for LoraWan - The Lmic library.
I see this libray as a easy way to get a LoRa node up and running, and it fit all the needs i do have.
But it was a little hard for me the first time to get it running on a ST microcontroller, due to the fact that using STM32CubeMX was not a option.
I decided to make some changes to the HAL file and to the DEBUG file and now it is VERY easy to get a SX1276 running together with any ST microcontroller.
- Read more about IBM Lmic for STM32CubeMX
- Log in to post comments