Timeline for Code problem w/ Uno+GPS+GPRS?
Current License: CC BY-SA 4.0
35 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 5 at 20: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. | |
Feb 5 at 19:05 | 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. | |
Oct 8, 2024 at 19:04 | 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. | |
Jun 10, 2024 at 19: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 11, 2024 at 18: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. | |
S Jan 12, 2024 at 18:00 | history | suggested | Rohit Gupta | CC BY-SA 4.0 |
Added language for syntax highlighting
|
Jan 12, 2024 at 13:18 | review | Suggested edits | |||
S Jan 12, 2024 at 18:00 | |||||
Jan 12, 2024 at 11:05 | 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 14, 2023 at 10:06 | 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 17, 2023 at 9:12 | 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 17, 2023 at 9:09 | 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 19, 2022 at 9:09 | 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 22, 2022 at 9:03 | 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 22, 2022 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. | |
Sep 24, 2021 at 6:03 | 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 26, 2021 at 23:06 | 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. | |
Oct 29, 2020 at 23:00 | 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 23, 2017 at 12:37 | history | edited | Community Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Oct 17, 2016 at 19:10 | comment | added | jfpoilpret | Optimization is a generic word with plenty of different meanings. Please make it clear what you want: smaller code? Faster code? Code fatser to compile? Code easy to udnerstand or maintain?... | |
Oct 17, 2016 at 5:24 | review | Close votes | |||
Oct 26, 2016 at 3:01 | |||||
Oct 17, 2016 at 4:52 | 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 17, 2016 at 4:39 | 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. | |
Aug 18, 2016 at 4: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. | |
Jul 19, 2016 at 3:09 | 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. | |
Jun 19, 2016 at 2:59 | 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 20, 2016 at 2:26 | 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. | |
Mar 21, 2016 at 14:53 | comment | added | roe-el | Yes, it does work. Here is the link to my forked repository with the changes I have made so far. The code is in examples/SaveValuesGPS | |
Mar 21, 2016 at 5:42 | comment | added | SoreDakeNoKoto |
From what you say, everything works. I was going to add a few listen() s in your code but this approach is also alright. If all you want to do is optimize the code, you could save the APN settings permanently to the sim900. Just add client.println("AT&W") at the end of setApn() and use readData() to ensure OK was received. Run the sketch and then you can comment out the setApn() call in setup() . Also provide a link to your updated library with its new functions.
|
|
Mar 21, 2016 at 1:32 | history | edited | roe-el | CC BY-SA 3.0 |
Added .beginC() and .endC() to code, along with flush(), think code is mostly working from moving println out of the .isUpdated() loop
|
Mar 21, 2016 at 1:21 | comment | added | roe-el | I have edited my post again. | |
Mar 20, 2016 at 19:38 | comment | added | roe-el | I commented out .add() and .sendAll(), and the GPS values are being updated without error. | |
Mar 20, 2016 at 19:27 | comment | added | SoreDakeNoKoto | A simple test: comment all the code concerned with sending the data over GPRS and run the sketch again. Are the GPS values printed without errors to the monitor? | |
Mar 20, 2016 at 18:59 | history | edited | roe-el | CC BY-SA 3.0 |
Added ss instance with functions for setup() and begin(), changed dtostrf(), and removed loop() in .isUpdated()
|
Mar 18, 2016 at 23:10 | answer | added | SoreDakeNoKoto | timeline score: 0 | |
Mar 18, 2016 at 18:04 | history | asked | roe-el | CC BY-SA 3.0 |