https://github.com/admkopec/ev3-remote
An iOS app written in Swift acting as a "remote" for Lego EV3 Robots
https://github.com/admkopec/ev3-remote
ev3 ev3-ios ios lego-ev3 swift
Last synced: 2 months ago
JSON representation
An iOS app written in Swift acting as a "remote" for Lego EV3 Robots
- Host: GitHub
- URL: https://github.com/admkopec/ev3-remote
- Owner: admkopec
- License: mit
- Created: 2020-04-18T14:13:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T16:54:52.000Z (about 4 years ago)
- Last Synced: 2025-01-05T16:13:01.761Z (4 months ago)
- Topics: ev3, ev3-ios, ios, lego-ev3, swift
- Language: Swift
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🤖 EV3 Remote
An iOS app written in Swift acting as a "remote" for Lego EV3 Robots. I made this app back in 2018 as a High School assignment. It uses the [EV3 SDK](https://github.com/andiikaa/ev3ios.git) for communicating with the Lego robots over bluetooth.### 🔨 Usage
Feel free to use this app as a template or an example for your own EV3 builds.### 📜 Some Context
I created this app to supplement a robot made for a robots' competition. This app was used during the early stages of development as a "debugger" of my code.P.S. I also had a more advanced version of the app but can't really find it right now. Maybe I'll post it when I do come across it.