https://github.com/zs1l3nt/deskpower
Monorepository containing projects that help me turn my desktop on remotely from a Flutter app
https://github.com/zs1l3nt/deskpower
arduino dart express flutter flyio nodejs typescript
Last synced: 7 months ago
JSON representation
Monorepository containing projects that help me turn my desktop on remotely from a Flutter app
- Host: GitHub
- URL: https://github.com/zs1l3nt/deskpower
- Owner: zS1L3NT
- License: gpl-3.0
- Created: 2022-08-19T00:20:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-20T14:05:07.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T12:44:33.665Z (9 months ago)
- Topics: arduino, dart, express, flutter, flyio, nodejs, typescript
- Language: Dart
- Homepage:
- Size: 280 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# DeskPower
    
This is a monorepository consisting of an Arduino script, Express server and Flutter application. The express server is the middleman to help the Flutter app and Arduino board communicate. This project was built so that I can turn my desktop on from anywhere outside the house.
I connected two wires to the push button in my computer's power button, then connected the wires to an ESP8266 Module. The ESP8266 Module will provide a LOW signal to one of the wires and ground the other wire, replicating LOW voltage across the button when it is pressed normally. The ESP8266 Module will constantly ask the Express server if the Flutter app has requested to press the button. This is how the Flutter app is able to turn the desktop on from anywhere

## Motivation
I keep forgetting to turn my desktop on at home when I leave for school, and sometimes I need to grab some files on my desktop by AnyDesk. Because AnyDesk allows unattended access to my desktop, all I needed to do was to find a way to physically turn my desktop on. Furthermore, GeekOut 2022 gave us a free ESP8266 Module and I had no use for it before this project.
## Features
- Turn the desktop on from anywhere
## Built with
- Arduino
- ESP8266 WiFi
- ESP8266 HTTP Client
- NodeJS
- TypeScript
- [](https://npmjs.com/package/@types/cors)
- [](https://npmjs.com/package/@types/express)
- [](https://npmjs.com/package/@types/node)
- [](https://npmjs.com/package/ts-node)
- [](https://npmjs.com/package/typescript)
- Express
- [](https://npmjs.com/package/cors)
- [](https://npmjs.com/package/dotenv)
- [](https://npmjs.com/package/express)
- Flutter
- Icon & Splash
- [](https://pub.dev/packages/flutter_launcher_icons)
- [](https://pub.dev/packages/flutter_native_splash)
- Miscellaneous
- [](https://pub.dev/packages/http)
- [](https://pub.dev/packages/timeago)