Table of Contents
One day I thought about adding some cool lights in my room, but it seemed too easy for me. So I decided to not only add lights, but also to make my room a bit smarter.
Currently, the app allows you to set PWM values for N-MOSFETs or Arduino pins. You can also read values of pins or custom text/value coded in Arduino using its ID.
click image to play GIF
![]() |
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|---|
| Control devices | Add new switches | Read sensors | Run macros | Re-use created switches |
Docs - Documentation directory
SmartRoom - Xamarin.Android project
SmartRoom.Emulator - .NET Core 3.1 project
SmartRoom.Tests - .NET Framework 4.7.2 project
SmartRoom.WiFi - PlatformIO ESP-01S project
SmartRoom.Controller - PlatformIO Arduino Nano project
- Clone repository
git clone https://github.com/MatthewProg/SmartRoom.git - Install PlatformIO IDE from link
- Open VS Code
- In PIO Home click Open project
- Navigate to repo location and open
SmartRoom.WiFiorSmartRoom.Controller
- Clone repository
git clone https://github.com/MatthewProg/SmartRoom.git - Open
SmartRoom.sln
NOTE: If you run into problems with packages. Remove SmartRoom reference from SmartRoom.Tests project and try again. Don't forget to later add a reference
MIT License
Copyright (c) 2021 Mateusz Ciaglo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.




