Reputation: 631
Good afternoon.
I am new to the SPI protocol and Arduino. Recently I came across a GPS sensor, this one: Nano Hornet 1411 PM04 (Datasheet: https://www.origingps.com/wp-content/uploads/2014/11/Nano-Hornet-ORG1411-Datasheet2.pdf).
I have read already many information a lot of about SPI (including some tutorials from Sparkfun for Arduino), but I still can't make this GPS work...
I would really appreciate if someone could help me understand how to write code for Arduino Uno that can make this sensor run.
For further information:
My bigger misunderstanding for this specific implementation is the fact that I don't know/understand how I can read from the GPS sensor or what I should send to the sensor to start transmitting the position. Besides that, I don't also understand how the data is output...
Thank you very much!
Upvotes: 0
Views: 418
Reputation: 6481
The Hornet uses the NMEA standard. You should start by reading the information on this page, this should set you on the right path.
https://playground.arduino.cc/Tutorials/GPS
Upvotes: 0