2018-08-13 11:31 PM
I want to get gps information using p nucleo lrwan1. Can I get an open source that can help? I'll use the uart port.(gps)
Solved! Go to Solution.
2018-08-18 12:35 PM
Not sure the readme.txt impacts the functioning of the code.
You're going to have to own your learning journey here, you need to understand how to program, and integrate functionality. Try experimenting with simpler tasks until you understand the basics. If you've not done embedded development before try some basic tasks like blinking LEDs or reading UART data.
Work with your peers, teachers and supervisors.
If you want me to code a solution I'm open to reasonable offers for my time.
To use the GPS you're going to need to find available UART pins, configure them and connect up the receiver and power.
2018-08-18 07:32 PM
I can connect the gps to the uart port and supply power to the receiver board. Can you provide me with a code solution? Please help..
2018-08-19 05:50 PM
Can you help me, sir? I have to do this ..
2018-08-21 06:04 AM
Sir..?
2018-08-21 09:35 AM
I can't be responsible for your project deliverables.
2018-08-21 09:47 AM
Okay. I understand. just help..
2018-08-21 10:33 AM
I sense that you don't, I've outlined a strategy and provided some suggestions/options. Seek help from those with whom you have a reciprocal relationship with, start with your peers and those setting/defining the task.
2018-08-21 05:21 PM
Sorry, I do not have much time.. Ok . Thank you, Clive Two.Zero!
2018-08-21 05:37 PM
there is a spare Serial port on nthe L073 daughter board,
Pins PC10,PC11 are available as Uart4.
Maybe you can receive the GPS serial data on that port, keeping you LoRa solution in place