2017-12-15 06:42 AM
I am a beginner on stm32 microcontroller I am currently using Nucleo-L073RZ I am wondering if there is any code examples may help me to understand how to recieve data via Uart (TX,RX) and send it via Lora Network
Any help please
#lora #uart #nucleo-l0732017-12-19 04:07 AM
I am a beginner on stm32 microcontroller
Do you have experience with any other microcontroller(s) ?
Are you proficient in 'C' programming?
This is really not a beginner project!
Here are some beginner's Microcontroller Getting Started tips:
http://www.avrfreaks.net/comment/1138166#comment-1138166
Here are some 'C' learning references & resources:
http://blog.antronics.co.uk/2011/08/08/so-youre-thinking-of-starting-with-c/
I am wondering if there is any code examples may help me to understand how to recieve data via Uart (TX,RX) and send it via Lora Network
Not as such.
In general, do not expect complete, ready-made solutions.
What you will find is:
It's up to you to bring the two together...