Ihr Warenkorb ist leer
Ihr Warenkorb ist leerRalf
Bewertet in Deutschland am 20. Januar 2025
Wird für den Prototyp einer Kurshalteanlage für eine Motorjacht benötigt.Nutze erst einmal nur das GPS-signal, Wenn das Boot still liegt, gibt es hier, wie bei GPS üblich, keine zuverlässigen Richtungsdaten,darum wurde ein Produkt mit eingebautem Kompass gekauft.Somit kann auch, wenn keine Fahrt durchs Wasser gemacht wird, eine Richtungsbestimmung auf dem elektronischen Wege erfolgen. Die eigentliche Regelung erfolgt letztendlich per Absolutwert IMU BN055.Somit haben Schwankungen oder Ausfall im/ des GPS-signal(s) keinen Einfluß auf die Regelung der Ruderlage
alessio curti
Bewertet in Italien am 27. Dezember 2024
I faced the same issue with the BN-880 GPS module when using pins 3 and 4 with SoftwareSerial. Despite the LEDs blinking, no data was received in the Serial Monitor. The solution was to connect the RX pin of the BN-880 to TX (Pin 1) and the TX pin of the BN-880 to RX (Pin 0) on the Arduino. These pins use the hardware UART, which is much more reliable for the continuous high-speed data from the GPS module.Additionally, remember to disconnect the GPS module during sketch uploads and reconnect it afterward. If debugging is needed, consider using an Arduino Mega or an external USB-to-serial adapter. Avoid SoftwareSerial for high-speed devices like GPS modules—it’s simply not reliable. This approach resolved the issue for me, and I hope it helps others!
jjldk
Bewertet in Deutschland am 19. Juni 2023
Works great with ArduPilot
Dave
Bewertet in Kanada am 3. Januar 2021
I like the small size of these devices and was impressed by the way it picks up satellites, even indoors in a singlestory building. I do not know for sure where they are programmed, probably China, but the initial lock willhappen much faster if you place it outside with a clear view of the sky. It will usually lock on in a matter ofminutes that way.After that, even when powered down for extended periods and indoors, it will usually reacquire sufficientsatellites fairly quickly.I have tried multiple sketches and altered the values for x, y and z trying to determine which parameter needsto be changed to get an accurate compass reading. There are no arrows on either side of the GPS so this hasbeen very much trial and error. If there are arrows they may be on the side of the antenna or board that aresandwiched together.There was not a lot of room to solder the connector on either, so I had to carve away some double sided tape tomount the connector the way I needed it to fit.The BN-220 for me is the better value. No compass but more room to solder the connector and it works just aswell in acquiring satellites.
Bluepine
Bewertet in Kanada am 3. November 2020
Works as expected. Lost my original in a crash and this was an exact replacement. Warms up quick and locks onto sats quickly.
K. Lee
Bewertet in den USA am11. Januar 2020
Small footprint, very quick fix. In order to use the module with the Arduino, I soldered an angle connector to the holes in front of the socket, see attached photo. Note that the default, out of the box, baud rate for the unit I got was 9600, not the 38400 listed in the product description.
x
Bewertet in den USA am31. März 2019
Very sensitive. GPS which easily gets a fix indoors, something my handheld gps cannot do. Note that the compass output is separate from the GPS output. GPS uses Tx Rx and outputs NMEA sentences. Compass uses I2c and outputs integers that are proportional to the X,Y,Z magnetic field. The compass output can be converted to a direction, but only when the unit is level. You need an accelerometer to make the equivalent of a gimbaled compass. Both the compass and GPS work well, but it's better to think of this thing as two devices that use a common power supply than one integrated unit.
Produktempfehlungen