Recieve data via uart/ Send Data with Lora ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-12-15 6: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-l073- Labels:
-
LoRa
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-12-19 4: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:
- Examples of using the UART;
- Examples of using LoRa.
It's up to you to bring the two together...
A complex system designed from scratch never works and cannot be patched up to make it work.
