Timeline for GPS module Serial.begin value
Current License: CC BY-SA 4.0
24 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jan 26 at 7:07 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Sep 28, 2024 at 7:02 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
May 31, 2024 at 7:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Feb 1, 2024 at 7:01 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Jan 19, 2024 at 7:36 | comment | added | drMAIN | i've done so and it didn't worked it is possible that i have to pass some data at the module before he can start | |
Jan 4, 2024 at 9:15 | comment | added | StarCat | How did you connect the module? Usually for serial connections, you would connect the Arduino's RX pin to the module's TX pin and vice versa. | |
Jan 2, 2024 at 6:27 | history | edited | dda | CC BY-SA 4.0 |
deleted 1 character in body
|
Jan 2, 2024 at 6:08 | history | bumped | Community Bot | This question has answers that may be good or bad; the system has marked it active so that they can be reviewed. | |
Dec 3, 2023 at 5:16 | answer | added | dda | timeline score: 0 | |
Dec 3, 2023 at 5:09 | history | edited | dda | CC BY-SA 4.0 |
added 10 characters in body; edited title
|
Dec 2, 2023 at 18:18 | history | edited | drMAIN | CC BY-SA 4.0 |
deleted 2 characters in body
|
Dec 2, 2023 at 18:18 | history | edited | drMAIN | CC BY-SA 4.0 |
added 14 characters in body
|
Dec 2, 2023 at 18:17 | comment | added | drMAIN | ok thanks, last thing, the gps module is connected correctly but no data is available with the SoftwareSerial library, i've modified the question why that happens, should i pass some data to the tx pin of the module before receiving data at the rx? | |
Dec 2, 2023 at 18:15 | history | edited | drMAIN | CC BY-SA 4.0 |
added 2120 characters in body
|
Dec 2, 2023 at 15:16 | comment | added | st2000 | BTW, serial protocols such as RS232 have been around likely before you were born (no offense). Back when a few things had to be everything to everybody. It's been called "the standard that isn't". That said, the major knobs are speed, number of data bits, number of stop bits and parity. You should be able to fiddle w/all that w/little concern about damaging what is connected. The thing you need to worry about: True RS232 swings from -12 Volts to 12 Volts. That will certainly be cause for alarm. But most Arduinos will pump out RS232 like pulses that swing from 0 to 5 Volts or 0 to 3 Volts. | |
Dec 2, 2023 at 15:05 | comment | added | st2000 | Probably a nice clear picture of this GPS module would help. FWIW, the GPS modules I have worked with start out running at either 9600 or 15200. If you want to learn about GPS it may be better to get a known good GPS module from the likes of sparkfun or adafruit. Either supplier/manufacturer have good web presence, support and community. All good assets for people w/lots of questions. | |
Dec 2, 2023 at 14:47 | comment | added | chrisl | What do you mean? Do you want an explanation of the modules protocol? We also can only google for the datasheet of the module. Without a part number that is also impossible. Though such modules often send human readable data (in ASCII format) over serial. So you can look at the data in the Serial Monitor and check, how to read it. Thats something, that you need to test yourself (we don't have your module) | |
S Dec 2, 2023 at 11:31 | history | suggested | Rohit Gupta | CC BY-SA 4.0 |
Corrected typos
|
Dec 2, 2023 at 11:13 | review | Suggested edits | |||
S Dec 2, 2023 at 11:31 | |||||
Dec 2, 2023 at 10:26 | comment | added | chrisl | No, the module will not break because of an incorrect baudrate. | |
Dec 2, 2023 at 10:18 | history | edited | drMAIN | CC BY-SA 4.0 |
added 13 characters in body
|
Dec 2, 2023 at 10:14 | history | edited | drMAIN |
edited tags
|
|
S Dec 2, 2023 at 10:12 | review | First questions | |||
Dec 2, 2023 at 11:13 | |||||
S Dec 2, 2023 at 10:12 | history | asked | drMAIN | CC BY-SA 4.0 |