Git Product home page Git Product logo

arduino-controller's Introduction

Arduino-controller

A web based controller interface for arduino.

Requirements

  • Arduino AVR board
  • Arduino IDE
  • python3

How to run

Clone this repository

git clone [email protected]:tirtharajsinha/Arduino-controller.git

Clone the arduino repository

git clone [email protected]:tirtharajsinha/arduino.git
  1. Connect the arduino board
  2. open the arduino IDE
  3. select the board and port number(something like COM5)
  4. Now open Arduino\control_arduino_from_thirdparty\control_arduino_from_thirdparty.ino in arduino ide.
  5. install the required libraries listed below.
  6. open the Arduino-controller repo in terminal and run following command.
    virtualenv venv
    ./venv/Scripts/activate
    pip install -r requirements.txt
    
  7. Now open the util.py in current location repo in notepad and change the PORT variable as per your case.
  8. Connect the circuit available the .ino code location.
  9. Open the arduino ide and validate and upload the script.
  10. Open serial monitor. You should see the 0#XX printing in the monitor.
  11. type led1 and press CTRL+ENTER. if you see one led lights up then you are good to go. othewise contact maintainer. if maintainer refuses then you are fucked up.
  12. If everything is good, now go the app repo and run following command.
    ./venv/Scripts/activate
    python app.py
    

Arduino libraries you need

  1. Adafruit Circuit Playground by Adafruit
  2. Servo by Michael Margolis, Arduino
  3. DHT sersor library by Adafruit
  4. Adafruit Unified sensor by Adafruit

- By Tirtharaj Sinha

arduino-controller's People

Contributors

tirtharajsinha avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.