Skip to content

Commit 47a7387

Browse files
committed
examples: add sample output
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 66accee commit 47a7387

File tree

5 files changed

+194
-0
lines changed

5 files changed

+194
-0
lines changed

examples/adc-example/readme.rst

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,57 @@ How to build
2121
2222
# Upload Project
2323
$ platformio run --target upload
24+
25+
Example Output
26+
--------------
27+
28+
.. code-block::
29+
30+
(c) 2020 SiWi
31+
Firmware Lib v6.49 0b5247c - Build Jun 7 2020 14:10:11
32+
Core firmware: SC20UCB01A02_SIWI_759fd68
33+
System Ready
34+
System Initialization finished
35+
SYSTEM: GSM NW State: 2
36+
NETWORK: SIM card ready
37+
______ _ _ _ _ _
38+
/ _____|_|_)(_)(_|_)
39+
( (____ _ _ _ _ _
40+
\____ \| | || || | |
41+
_____) ) | || || | |
42+
(______/|_|\_____/|_|
43+
44+
45+
Please login to access console
46+
Username: ADC Channel 0: 572, 1565.56mV
47+
ADC Channel 1: 932, 2550.88mV
48+
ADC Channel 2: 13, 35.58mV
49+
ADC Channel 0: 571, 1562.83mV
50+
ADC Channel 1: 932, 2550.88mV
51+
ADC Channel 2: 12, 32.84mV
52+
ADC Channel 0: 573, 1568.30mV
53+
ADC Channel 1: 931, 2548.15mV
54+
ADC Channel 2: 13, 35.58mV
55+
ADC Channel 0: 572, 1565.56mV
56+
ADC Channel 1: 931, 2548.15mV
57+
ADC Channel 2: 13, 35.58mV
58+
ADC Channel 0: 571, 1562.83mV
59+
ADC Channel 1: 931, 2548.15mV
60+
ADC Channel 2: 12, 32.84mV
61+
SYSTEM: GSM NW State: 5
62+
ADC Channel 0: 572, 1565.56mV
63+
ADC Channel 1: 932, 2550.88mV
64+
ADC Channel 2: 12, 32.84mV
65+
NETWORK: GSM - Registered
66+
ADC Channel 0: 571, 1562.83mV
67+
ADC Channel 1: 932, 2550.88mV
68+
ADC Channel 2: 13, 35.58mV
69+
ADC Channel 0: 570, 1560.09mV
70+
ADC Channel 1: 931, 2548.15mV
71+
ADC Channel 2: 13, 35.58mV
72+
ADC Channel 0: 572, 1565.56mV
73+
ADC Channel 1: 932, 2550.88mV
74+
ADC Channel 2: 13, 35.58mV
75+
ADC Channel 0: 571, 1562.83mV
76+
ADC Channel 1: 932, 2550.88mV
77+
ADC Channel 2: 13, 35.58mV

examples/gpio-blink/readme.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ How to build
2121
2222
# Upload Project
2323
$ platformio run --target upload
24+

examples/socket-example/readme.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,46 @@ How to build
2121
2222
# Upload Project
2323
$ platformio run --target upload
24+
25+
Example Output
26+
--------------
27+
28+
.. code-block::
29+
30+
(c) 2020 SiWi
31+
Firmware Lib v6.49 0b5247c - Build Jun 7 2020 14:10:11
32+
Core firmware: SC20UCB01A02_SIWI_759fd68
33+
System Ready
34+
System Initialization finished
35+
SYSTEM: GSM NW State: 2
36+
NETWORK: SIM card ready
37+
______ _ _ _ _ _
38+
/ _____|_|_)(_)(_|_)
39+
( (____ _ _ _ _ _
40+
\____ \| | || || | |
41+
_____) ) | || || | |
42+
(______/|_|\_____/|_|
43+
44+
45+
Please login to access console
46+
Username: SYSTEM: GSM NW State: 5
47+
NETWORK: GSM - Registered
48+
NETWORK: GPRS - Registered
49+
NETWORK: GPRS Active 1110
50+
Socket connected
51+
Data received (12 bytes):
52+
Hello World
53+
Data send status: 0
54+
Data received (12 bytes):
55+
Hello World
56+
Data send status: 0
57+
Data send status: 0
58+
Data received (12 bytes):
59+
Hello World
60+
Data received (12 bytes):
61+
Hello World
62+
Data send status: 0
63+
Data received (12 bytes):
64+
Hello World
65+
Data send status: 0
66+

examples/ssl-socket-clientauth/readme.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,51 @@ How to build
2121
2222
# Upload Project
2323
$ platformio run --target upload
24+
25+
Example Output
26+
--------------
27+
28+
.. code-block::
29+
30+
(c) 2020 SiWi
31+
Firmware Lib v6.49 0b5247c - Build Jun 7 2020 14:10:11
32+
Core firmware: SC20UCB01A02_SIWI_759fd68
33+
System Initialized
34+
SYSTEM: GSM NW State: 2
35+
NETWORK: SIM card ready
36+
______ _ _ _ _ _
37+
/ _____|_|_)(_)(_|_)
38+
( (____ _ _ _ _ _
39+
\____ \| | || || | |
40+
_____) ) | || || | |
41+
(______/|_|\_____/|_|
42+
43+
44+
Please login to access console
45+
Username: SYSTEM: GSM NW State: 5
46+
NETWORK: GSM - Registered
47+
NETWORK: GPRS - Registered
48+
NETWORK: GPRS Active 1110
49+
Socket send status: 12
50+
SSL socket read (12 bytes):
51+
Hello World
52+
53+
Socket send status: 12
54+
SSL socket read (12 bytes):
55+
Hello World
56+
57+
Socket send status: 12
58+
SSL socket read (12 bytes):
59+
Hello World
60+
61+
Socket send status: 12
62+
SSL socket read (12 bytes):
63+
Hello World
64+
65+
Socket send status: 12
66+
SSL socket read (12 bytes):
67+
Hello World
68+
69+
Socket send status: 12
70+
SSL socket read (12 bytes):
71+
Hello World

examples/ssl-socket-example/readme.rst

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,51 @@ How to build
2121
2222
# Upload Project
2323
$ platformio run --target upload
24+
25+
Example Output
26+
--------------
27+
28+
.. code-block::
29+
30+
(c) 2020 SiWi
31+
Firmware Lib v6.49 0b5247c - Build Jun 7 2020 14:10:11
32+
Core firmware: SC20UCB01A02_SIWI_759fd68
33+
System Initialized
34+
SYSTEM: GSM NW State: 2
35+
NETWORK: SIM card ready
36+
______ _ _ _ _ _
37+
/ _____|_|_)(_)(_|_)
38+
( (____ _ _ _ _ _
39+
\____ \| | || || | |
40+
_____) ) | || || | |
41+
(______/|_|\_____/|_|
42+
43+
44+
Please login to access console
45+
Username: SYSTEM: GSM NW State: 5
46+
NETWORK: GSM - Registered
47+
NETWORK: GPRS - Registered
48+
NETWORK: GPRS Active 1110
49+
Socket send status: 12
50+
SSL socket read (12 bytes):
51+
Hello World
52+
53+
Socket send status: 12
54+
SSL socket read (12 bytes):
55+
Hello World
56+
57+
Socket send status: 12
58+
SSL socket read (12 bytes):
59+
Hello World
60+
61+
Socket send status: 12
62+
SSL socket read (12 bytes):
63+
Hello World
64+
65+
Socket send status: 12
66+
SSL socket read (12 bytes):
67+
Hello World
68+
69+
Socket send status: 12
70+
SSL socket read (12 bytes):
71+
Hello World

0 commit comments

Comments
 (0)