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
# 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: [ "@TheNoobInventor" ] # 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: "MicroPython"# The programming language used in this project
10
+
11
+
youtube_video_id: rd8de9ClbUM # The video ID of the YouTube video to be displayed with this post
12
+
# 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.
13
+
14
+
source_code_url: "https://github.com/TheNoobInventor/lego-ev3-segway"# Provide a link to your code
15
+
building_instructions_url: "https://robotsquare.com/2014/06/23/tutorial-building-balanc3r/"# how to build the model out of LEGO (*not* how to build the source code)
16
+
17
+
excerpt: "A segway robot is built with the LEGO MINDSTORMS EV3 robot kit and the EV3 Gyro sensor. "# A short summary of your project. This can be a sentence or a paragraph, but it's recommended to keep it under 3 sentences.
18
+
---
19
+
The self-balancing code is written in MicroPython using EV3 MicroPython which runs on top of the ev3dev Operating System (OS). The robot can be controlled using Node-RED through MQTT or with the EV3 infrared beacon.
20
+
21
+
-**Name:** Chinedu Amadi
22
+
-**Location:** Nigeria
23
+
-**Feedback:** You can create an [issue](https://github.com/TheNoobInventor/lego-ev3-segway/issues) in the project repository.
0 commit comments