Skip to content

MatthewProg/ArduinoConnect

Repository files navigation

Arduino Connect (Web)

Table of Contents
  1. About
  2. Getting Started
  3. Screenshots
  4. License

About

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.

Getting Started

Project structure

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

Set up

Application projects
  1. Clone repository git clone https://github.com/MatthewProg/ArduinoConnect.git
  2. Open ArduinoConnect.sln
NodeMCU project
  1. Clone repository git clone https://github.com/MatthewProg/ArduinoConnect.git
  2. Install PlatformIO IDE from link
  3. Open VS Code
  4. In PIO Home click Open project
  5. Navigate to repo location and open ArduinoConnect.NodeMCU
MS SQL database
  1. Clone repository git clone https://github.com/MatthewProg/ArduinoConnect.git
  2. Open Microsoft SQL Server Management Studio
  3. Login to server
  4. Add new login to SQL Server named dbuser with password IoT_W@rld
  5. 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

Screenshots

main table parsing exchanges
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.

About

Platform for managing IoT devices based around Arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published