Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Test Examples for FONA 3G #81

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
036eab1
Update Readme.md
simonmags Jun 21, 2016
2e866f7
updated pull request
simonmags Jun 21, 2016
a4caf46
Update GSP.no
simonmags Jun 21, 2016
311bdb8
wake FONA to send SMS
simonmags Jun 27, 2016
39eea7d
Update wake_FONA_to_send_SMS
simonmags Jun 27, 2016
0332448
3g-http-experiment.ino
simonmags Nov 14, 2016
86e7ed1
Update to Comments
simonmags Nov 14, 2016
ec67c19
Updated Readme with 3G Product Codes
simonmags Jan 24, 2017
ef84ba3
Deleted Test 3G file
simonmags Jan 24, 2017
9b6fe85
auto_answer_call_FONA_3G.ino
simonmags Jan 24, 2017
9b0249b
Switch from Arduino to mraa
Feb 1, 2017
0e0907d
Use file to send with put request only.
Feb 8, 2017
301d0ec
Wait for +CHTTPS: RECV EVENT until download content
Feb 8, 2017
3145a20
Open file outside PUT request method, Improve Timing/Robustness in re…
Feb 10, 2017
2f715df
Add time measurement for http request and remove unused code
Feb 13, 2017
13adef1
Make DEBUG_PRINT print to stdout
Feb 13, 2017
70e125f
Restructure HTTP request methods
Feb 14, 2017
1e046cd
Add .gitignore
Feb 14, 2017
589ccd3
Add FONAtest.cpp that works with the mraa branch of the repo
Feb 14, 2017
77d11e6
Fix POST request header
Feb 14, 2017
37587cb
Add FONA3G_setbaud.cpp to change baudrates
Feb 14, 2017
4d03185
Update incoming_call
simonmags Aug 21, 2017
26960be
Updated Incoming_call
simonmags Aug 21, 2017
8129f2b
edited incomingCall.ino
simonmags Aug 21, 2017
89cc865
Edited auto answer file for Travis CI
simonmags Aug 21, 2017
2ae2d76
updated
simonmags Aug 21, 2017
0037501
edited file
simonmags Aug 21, 2017
9bbbc27
Edited
simonmags Aug 21, 2017
354aad9
Return to default constructor
simonmags Aug 21, 2017
eb8f4b8
minor edits
simonmags Aug 21, 2017
feaef4f
Deleted File
simonmags Aug 21, 2017
8a4291f
Merge remote-tracking branch 'origin/mraa'
simonmags Aug 21, 2017
c83dd7e
Updated Folder Structure
simonmags Aug 21, 2017
c88d81b
Updated Examples
simonmags Aug 21, 2017
eb8cf5b
Create library.properties
simonmags Aug 23, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ Also don't be worried if the request is closed or not integrated--sometimes the
priorities of Adafruit's GitHub code (education, ease of use) might not match the
priorities of the pull request. Don't fret, the open source community thrives on
forks and GitHub makes it easy to keep your changes in a forked repo.

After reviewing the guidelines above you can delete this text from the pull request.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.bin
makefile
Loading