sarincr
Lead L&D (Data Science) l M.Tech MBA PhD PCDA PCBI CBA | Certified Data Analyst (Google) | Certified Career Counselor (TCS) | Exploring L&D models
Quantiphi Analytics India
Pinned Repositories
ARM_Microcontroller_NXP_Freescale_KL25Z
Basic and Advanced experiments on NXP Freescale KL25Z Micro-controllers
ARM_STM32F4-Hardware-Abstraction-Layer-HAL
STM32 ARM Cortex M4 Microcontroller- Basic Exercises using STM32 Hardware Abstraction Layer (HAL) for Nucleo-64 development board with STM32F446RE MCU with Arduino Uno V3 connectivity support
AVR_Microcontroller_Exercises
Basic and Advanced experiments on AVR Microcontrollers
Learn-Embedded-C-with-8051-Microcontroller
Simple 89C51 microcontroller exercises including examples of GPIO, Timer, Interrupts, ADC, UART, and more.
Machine-Learning-Python-Bootcamp
Basic exercises on Machine Learning with Python , Reference Book : Python for Probability, Statistics, and Machine Learning by José Unpingco
PIC-Micro-controllers-using-Mikro-C-for-PIC16F877A-Basic-Exercises
Basic exercises for PIC Micro-controllers using Mikro C for PIC16F877A. The mikroC PRO for PIC is a powerful, feature-rich development tool for PIC microcontrollers. It is designed to provide the programmer with the easiest possible solution to developing applications for embedded systems, without compromising performance or control.
PIC-Microcontroller-using-MPLAB-and-XC8
Basic exercises for PIC Micro-controllers using MPLAB IDE and XC8 Compiler for PIC16F877A
Python-Coding-for-Kids-EduBlocks
EduBlocks is the easiest way to make the transition from blocks to text.
STM32_ARM_Microcontroller_F1VLDB
Basic experiments on STM32 Microcontrollers - STM32F100RB VL Discovery
Time-series-analysis-using-Python
Time series analysis comprises methods for analyzing time series data in order to extract meaningful statistics and other characteristics of the data.
sarincr's Repositories
sarincr/Learn-Embedded-C-with-8051-Microcontroller
Simple 89C51 microcontroller exercises including examples of GPIO, Timer, Interrupts, ADC, UART, and more.
sarincr/Object-oriented-programming-with-CPP
Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A feature of objects is that an object's own procedures can access and often modify the data fields of itself.
sarincr/Data-visualizations-and-Dashboards
Data visualization is an interdisciplinary field that deals with the graphic representation of data. It is a particularly efficient way of communicating when the data is numerous as for example a Time Series.
sarincr/Functional-Programming-PLC-Zelio-Soft-2
Zelio Soft 2 is the free configuration software for Zelio Logic smart relays, designed for the management of simple automation systems.
sarincr/PLC-Programming-using-OpenPLC
The OpenPLC Project consists of three parts: Runtime, Editor and HMI Builder. The runtime should be installed on your device and is responsible for executing your PLC program. The Editor is the software that runs on your computer and is used to create your PLC programs. Finally, ScadaBR is the HMI Builder. With ScadaBR you can create beautiful web-based animations that will reflect the state of your process. ScadaBR communicates with OpenPLC Runtime over Modbus/TCP.
sarincr/101-Sessions-on-Project-based-learning
The Arduino IDE is a useful tool for making simple Arduino projects. However, more complex projects require workspaces with external files, as well as debugging capabilities. In this how-to article, we will learn how to use the Arduino with the Eclipse IDE.
sarincr/Basics-of-Julia-programming-language
Julia is a high-level, high-performance, dynamic programming language. While it is a general purpose language and can be used to write any application, many of its features are well-suited for high-performance numerical analysis and computational science.
sarincr/Data-Analytics-with-R
Duke University, Introduction to Probability and Data with R
sarincr/Delta-DVPSX2-Programmable-Logic-Controllers
The DVP-SX2 Series is a thin type PLC with 14 digital points and built-in 12-bit analogue I/O. It is the second version of the DVP-SX2 Series. It may be expanded with left- and right-side expansion modules from the DVP-S series.
sarincr/Introduction-to-PIC-microcontroller-using-Hi-Tech-C
HI-TECH C Compiler for PIC10/12/16 MCUs - PRO fully implements the optimizations of Omniscient Code Generation™ - a whole-program compilation technology - to provide denser code and better performance on PIC MCUs. This ANSI C compiler integrates into Microchips MPLAB(R) IDE and is compatible with Microchip debuggers and emulators. PIC16(L)F1885X/7X microcontrollers feature Analog, Core Independent Peripherals and communication peripherals, combined with eXtreme Low Power (XLP) for a wide range of general purpose and low-power applications. The family features the CRC/SCAN, HLT and Windowed WDT to support customers looking to add safety to their application. Additionally, this family includes up to 56 KB of Flash memory, along with a 10-bit ADC with Computation (ADC2) for automated signal analysis to reduce the complexity of the application.
sarincr/R-Programming-Basics
R is a programming language and free software environment for statistical computing and graphics supported by the R Foundation for Statistical Computing. Sample exersies of R Programming for Machine learning for training an developmeny
sarincr/Zelio-Soft-2-Programmable-Logic-Controllers
Zelio Soft 2 is the free configuration software for Zelio Logic smart relays, designed for the management of simple automation systems.
sarincr/8085-Microprocessor-programming
The Intel 8085 is an 8-bit microprocessor produced by Intel and introduced in March 1976. It is a software-binary compatible with the more-famous Intel 8080 with only two minor instructions added to support its added interrupt and serial input/output features.
sarincr/Arduino-Python-PySerial-Interface
Interfacing Arduino with Python with PySerial Library
sarincr/ARM-CM3-LPC1343-with-Rowley-CrossWorks
The LPC1311/13/42/43 are ARM Cortex-M3 based microcontrollers for embedded applications featuring a high level of integration and low power consumption. The ARM Cortex-M3 is a next generation core that offers system enhancements such as enhanced debug features and a higher level of support block integration.
sarincr/Basics-of-C-Sharp-Programming
C# is a general-purpose, multi-paradigm programming language encompassing strong typing, lexically scoped, imperative, declarative, functional, generic, object-oriented, and component-oriented programming disciplines
sarincr/Blockly-rduino-from-BlocklyDuino
Developing programs made easy: with the visual tool for Arduino / Peguino and compatible. Inspired by BlocklyDuino, based on Blockly.
sarincr/Data-Science-with-CPP
A data structure is a data organisation, control, and storage format that makes simple access and modification possible.
sarincr/Data-Structure-Algorithms-In-Java
A data structure is a specific method of storing data in a computer so that it can be used efficiently. A data structure, in more technical terms, is a list of data values, their relationships, and the functions or operations that can be applied to the data.
sarincr/Data-Structure-Algorithms-In-Python
A data structure is a specific method of storing data in a computer so that it can be used efficiently. A data structure, in more technical terms, is a list of data values, their relationships, and the functions or operations that can be applied to the data.
sarincr/Intermediate-Python-Projects
Some Intermediate Python Projects to exercise
sarincr/Introduction-to-Edge-analytics
Edge analytics is an approach to data collection and analysis in which an automated analytical computation is performed on data at a sensor, network switch or other device instead of waiting for the data to be sent back to a centralised data store.
sarincr/Introduction-to-Kotlin-Programming
Kotlin is sponsored by Google, announced as one of the official languages for Android Development in 2017. Kotlin is a statically typed, general-purpose programming language developed by JetBrains. It was first introduced by JetBrains in 2011 and a new language for the JVM. Kotlin is object-oriented language, and a “better language !” than Java, but still be fully interoperable with Java code.
sarincr/Introduction-to-NI-Multisim
NI Multisim is an electronic schematic capture and simulation program which is part of a suite of circuit design programs, along with NI Ultiboard. Multisim is one of the few circuit design programs to employ the original Berkeley SPICE based software simulation.
sarincr/Introduction-to-Ruby-Programming-Language
Basic examples on Ruby Programming
sarincr/ISPSoft-Ladder-Logic-Programming-for-PLC
ISPSoft is the latest program development tool for Delta's programmable logic controllers (PLC) that complies with the IEC 61131-3 standard to integrate multiple tasks for project management.
sarincr/Learn-Ruby-on-Rails
Ruby on Rails, or Rails, is a server-side web application framework written in Ruby under the MIT License. Rails is a model–view–controller framework, providing default structures for a database, a web service, and web pages.
sarincr/MATLAB-Octave-Basic-scripting-exercises
Basic scripting exercises of Matlab or Otcave
sarincr/Siemens-LOGOSoft-Programmable-Logic-Controllers
The LOGO! Software offers you the ideal individual programming for the implementation of simple automation tasks in industry and building technology.
sarincr/Soft-computing-using-Python
introduction to Soft Computing using Python Exercises