You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @zhudsonSM, @cvanslyke, @nazmibojan and all! :)
I know this is warming up an old topic again, but after many hours of debugging, I am not really able to receive AIS messages.
I am using HackRF One to transmit messages. As @cvanslyke , I both tried Gnu Radio gui and generated python code. On the receive end I am using RTL-SDR and running piece of software called rtl_ais. When I go to next to a boat, I am able to receive AIS messages from a transmitter on the boat but when I try to to send ais messages from HackRF, I am not able to receive messages.
I have 2 good marine antennas on both end, and when I transmit, I can see on spectrum analyzer by Universal Radio Hacker something is transmitted on 162 MHz. However, on receive end I can not read the message.
Here are my GNU Radio building blocks.
Do you have any idea, what could be wrong? Huge thanks!
The text was updated successfully, but these errors were encountered:
I've had the same problem and got it working by setting osmocom's sink samplerate to 2e6 (lowest supported by hackrf) and placing a rational resampler between selector and sink with interpolation=2000 and decimation=326 (higher values cause gnuradio to out of memory, but these seems close enough). Variable samp_rate must be as is (326531).
Hi @zhudsonSM, @cvanslyke, @nazmibojan and all! :)
I know this is warming up an old topic again, but after many hours of debugging, I am not really able to receive AIS messages.
I am using HackRF One to transmit messages. As @cvanslyke , I both tried Gnu Radio gui and generated python code. On the receive end I am using RTL-SDR and running piece of software called rtl_ais. When I go to next to a boat, I am able to receive AIS messages from a transmitter on the boat but when I try to to send ais messages from HackRF, I am not able to receive messages.
I have 2 good marine antennas on both end, and when I transmit, I can see on spectrum analyzer by Universal Radio Hacker something is transmitted on 162 MHz. However, on receive end I can not read the message.
Here are my GNU Radio building blocks.
Do you have any idea, what could be wrong? Huge thanks!
The text was updated successfully, but these errors were encountered: