GithubHelp home page GithubHelp logo

Tanvesh's Projects

efll icon efll

eFLL (Embedded Fuzzy Logic Library) is a standard library for Embedded Systems

gui_py icon gui_py

A python GUI with live inage capturing using grid method of geometry management along with smtplib for emial services

i2c icon i2c

This Repo include basic master and slave communication between two or MCUs (Arduino in our case) We have showcased the basic transfer protocol between Master and Slave Arduino. The master and slave code both have receive and request protocols. The MASTER code includes Transmission protocol (beginTransmission) to send data to slave and request protocol to receive data from slave. The SLAVE code includes Receive protocol to receive data from master and Onrequest protocol to send data to Master. We have used I2C_Anything.h library which can help U receive/send any data type including long, float, char, etc. The normal Wire.h library has no such function available and U can send data only up to int value 255. An additional Broadcasting code is also included wherin the master can send same data to all its slave simultaneously.

meshmerize icon meshmerize

This repo includes arduino code for solving line maze using LSA08 sensor. I have used PID control for better stabilization of bot.

opencv icon opencv

Open Source Computer Vision Library

spi icon spi

This repo includes basic communication protocol between two or more MCUs (Arduino in our case) AS U already know basics of transfer protocols (if not try basic I2C communication which is also included in our Repositories). I2c is basic communication but SPI is a bit faster and full duplex communication and it also has privilege of multi-master (Bit of advice master I2C first). Again, for saving trouble of different data type transfer we have included SPI_Anything.h header to ensure transmission of any data type. The Master code includes struct (collection of data types) which includes byte, long and int and transferring this data types to slave. SPI transfer protocol has different modes and the below code showcases MISO (Master In slave out mode).

triangular_base_xbox icon triangular_base_xbox

This repo contains arduino code for 3WD robotic base. I have used 1 main controller(master) and 3 slave controllers. The master provides desired rpm value to slave via I2C communication and the slave drives the robot seamlessly. I have used PID control for better stabilization. Work with IMU is on the way!!!

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.