Skip to content

Commit 7770ffe

Browse files
lichiukennethdlech
authored andcommitted
Create 2017-06-15-EV3Dev-Python-Socket-Connection.md
1 parent 7d837ee commit 7770ffe

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
# Fill out as many of these as you can, and delete the rest.
3+
# Text on a line after a "#" is a comment and is ignored for the published page.
4+
5+
author: [ "@lichiukenneth" ] # your GitHub user name
6+
# or make a list if there is more than one author
7+
# author: [ "@person1", "@person2", "person without GitHub account" ]
8+
9+
programming_language: "Python" # The programming language used in this project
10+
11+
# thumbnail_override: "/images/projects/my-project/my-image.png" # If you don't have a YouTube video (or the video thumbnail isn't good) you can uncomment this line to set your own image for the project.
12+
13+
source_code_url: "https://github.com/lichiukenneth/EV3Dev-Python-Socket-Connection" # Provide a link to your code
14+
# building_instructions_url: "http://example.com/building-instructions.pdf" # how to build the model out of LEGO (*not* how to build the source code)
15+
16+
excerpt: "A Windows Form running in your PC, to control the EV3 Brick over the internet, using Client Server Socket Connection" # A short summary of your project. This can be a sentence or a paragraph, but it's recommended to keep it under 3 sentences.
17+
---
18+
19+
This project contains 2 python programs:
20+
1. EV3PythonSocketServer.py (The Windows Form Socket Server, running in your PC)
21+
2. EV3PythonSocketClient.py (The Socket Client, running in your EV3 Brick)
22+
23+
What do you need:
24+
1. Your own PC running Windows, connecting to the internet via WIFI or LAN.
25+
2. An EV3 Brick with EV3Dev installed.
26+
3. A USB cable that can connect your EV3 Brick to your PC.
27+
4. An Android Mobile Phone that can connect the internet via Mobile Phone Network (not WIFI!)
28+
29+
- **Author:** Li Chiu Kenneth
30+
- **Location:** Hong Kong
31+
- **Feedback:** https://github.com/lichiukenneth/EV3Dev-Python-Socket-Connection/issues

0 commit comments

Comments
 (0)