You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/freertos/net/ntshell/README.rst
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,26 @@ Detailed Description
18
18
Digilent PMOD WIFI (MRF24WG0MA)
19
19
20
20
* Design Concept
21
-
The Pmod modules should be connected to EMSK. This example is designed to show how to use NT-Shell over network in FreeRTOS
21
+
The Pmod modules should be connected to your embARC board. This example is designed to show how to use NT-Shell over network in FreeRTOS.
22
22
23
23
* Usage Manual
24
-
This is an example running NT-Shell command interface ver network, and use telnet to connect to it
25
-
- when program is running and connected to the wifi hotspot, then you can connect your laptop to the same wifi hotspot that emsk connected to
26
-
- use telnet command to connect to the ip address of emsk. If there are outputs, then you can run and try out ntshell commands
27
-
- some commands require extra peripheral modules, for example command temp require Digilent PMOD TMP2 module in order to mesure temperature
24
+
This is an example running NT-Shell command interface over network, and use telnet to connect to it:
25
+
- First setup your WiFi AP which your board would connect to. The default SSID is ``embARC``, default password is ``qazwsxedc``.
26
+
- Run the example program on your board, wait until it is connected to the wifi. When you see the message showing below, type ``main`` to console to run the main program which is a Telnet server running at port 23 on board's IP address.
27
+
28
+
.. code-block:: console
29
+
30
+
Please run NT-Shell command(main) to start your application.
31
+
main command may required some arguments, please refer to example's document.
32
+
33
+
- Make sure your PC is in the same IP section of your board. For example, you can connect your laptop to the same wifi which your board is connected to.
34
+
- Open another cmd console / terminal, use telnet command to connect to the ip address of your board. If there are outputs, then you can run and try out ntshell commands. An telnet example is given below, in this example the IP address of the board is ``192.168.137.108``.
35
+
36
+
.. code-block:: console
37
+
38
+
$ telnet 192.168.137.108
39
+
40
+
- Some commands require extra peripheral modules, for example command temp require Digilent PMOD TMP2 module in order to measure temperature
28
41
29
42
* Extra Comments
30
43
NO
@@ -43,7 +56,10 @@ This example outputs to the console. It is supported by all platform. The comman
43
56
Sample Output
44
57
=============
45
58
59
+
Here is sample output from ntshell example, highlight lines are user input.
0 commit comments