Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanalzio/remote-control
Okuldaki tahtayı arduino ve HC-05 modülü ile uzaktan kontrol etme işlevini gören bizim sınıfa eğlenceli vakitler geçirten bir proje.
https://github.com/sanalzio/remote-control
arduino arduino-bluetooth bluetooth gpl gpl3 gplv3 hc-05 hc-06 python python3 remote-control
Last synced: 5 days ago
JSON representation
Okuldaki tahtayı arduino ve HC-05 modülü ile uzaktan kontrol etme işlevini gören bizim sınıfa eğlenceli vakitler geçirten bir proje.
- Host: GitHub
- URL: https://github.com/sanalzio/remote-control
- Owner: sanalzio
- License: gpl-3.0
- Created: 2024-02-28T19:01:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-07-05T09:39:24.000Z (6 months ago)
- Last Synced: 2024-11-08T20:48:14.484Z (about 2 months ago)
- Topics: arduino, arduino-bluetooth, bluetooth, gpl, gpl3, gplv3, hc-05, hc-06, python, python3, remote-control
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# remote-control
A code that allows you to execute any system command and Python code on a target computer using an Arduino and a Bluetooth module.
## Installation
It's sufficient to ensure that this code runs every time the target computer starts.## Usage
Install it on the target computer and run the circuit you will create with Bluetooth modules like HC-05 or HC-06. The circuit will detect and connect to the Bluetooth module if it is on. You can tell if it is connected by the LED light on the Bluetooth module. Afterwards, the code will execute commands sent over the Bluetooth connection of the circuit.### Running Python code
If you want to run Python code, simply send the code line over the serial Bluetooth connection.
### Executing system commands
Simply place the `$` character before the command and send it over the serial Bluetooth connection.
## Warning
I do not take responsibility for the use of this code. By using this code, you accept that the responsibility lies with you. This code is written for entertainment purposes. It is not recommended to use it without the consent of the owner of the target computer.