Table of Contents
The goal of the project was to create an IoT platform for easily collecting and processing data. It allows users to log data from devices, present it in tables designed by them and exchange signals between devices. The project a contains web platform with UI and API as well as ready to use library for Arduino.
ArduinoConnect.Web - ASP.NET Core 3.1 MVC project
ArduinoConnect.DataAccess - .NET Standard 2.0 project
Tests/ArduinoConnect.Web.Tests - .NET Core 3.1 NUnit tests project
Tests/ArduinoConnect.DataAccess - .NET Core 3.1 NUnit tests project
ArduinoConnect.NodeMCU - PlatformIO NodeMCU v3 project
ArduinoConnectAddictional - Folder with exported MS SQL database
- Clone repository
git clone https://github.com/MatthewProg/ArduinoConnect.git - Open
ArduinoConnect.sln
- Clone repository
git clone https://github.com/MatthewProg/ArduinoConnect.git - Install PlatformIO IDE from link
- Open VS Code
- In PIO Home click Open project
- Navigate to repo location and open
ArduinoConnect.NodeMCU
- Clone repository
git clone https://github.com/MatthewProg/ArduinoConnect.git - Open Microsoft SQL Server Management Studio
- Login to server
- Add new login to SQL Server named
dbuserwith passwordIoT_W@rld - Databases->RMB->Restore database, select device and then navigate to
ArduinoConnectAddictional/ArduinoConnect.bak
NOTE: You can use any other database, SQL is in ArduinoConnectAddictional, just remember to change connection string
![]() |
![]() |
![]() |
![]() |
|---|---|---|---|
| Info page | User table editing | Parsing user data | Exchanging commands |
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.



