Tumgik
msminhas93 · 6 years
Text
Amazing resource for learning C++
Amazing resource for learning C++
C++ is very powerful language and learning it can be a bit daunting for some. I’ve found a beautiful course in MIT OCW.
The link to the course is as follows: https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/lecture-notes/
It doesn’t matter if you are learning from scratch or want a quick refresh on your concepts, this is the course…
View On WordPress
0 notes
msminhas93 · 6 years
Text
Embedded C programming using AVR Studio on Arduino Boards
Embedded C programming using AVR Studio on Arduino Boards
Tumblr media
For those of you who have an Arduino development board and wanted to code in embedded c and upload your code on the board, this is the right post.
For starters you need to download following components: 1. Arduino IDE Download Link 2. AVR Studio Download Link or AVRDUDE download
We shall be using AVRDUDE utility for burning our programs onto the micro-controller.
Once you’ve installed above…
View On WordPress
0 notes
msminhas93 · 9 years
Text
Patient Monitoring Smart Wheelchair
Patient Monitoring Smart Wheelchair
As part of my final year project our team chose the topic as Patient Monitoring Smart Wheelchair. We wanted to make something for the society. As a part of one of my earlier projects Improving Infrastructure for specially challenged citizens in Vashi we had conducted a survey. We found out that the existing infrastructure in Vashi(Navi Mumbai, India) is not at all disabled friendly and same is…
View On WordPress
0 notes
msminhas93 · 9 years
Text
Gesture control for PowerPoint presentation
Gesture control for PowerPoint presentation
Basic idea of the project
The intention of this tutorial is to learn how to control computer keyboard and mouse events using your micro-controller. For demonstration I have chosen to name the project as gesture control for PowerPoint presentation. At the end of this tutorial you will be able to control the slides using your gestures. Now in order to control the operating system you need a…
View On WordPress
0 notes
msminhas93 · 9 years
Text
Wireless Notice Board using SIM 300 and EK-TM4C1294XL
Well I just loved the idea of a wireless noticeboard which will display the notice whenever some sms is sent to it. That way you can intimate the concerned people about the notice or information even if you are not physically present at the location. This can be used in colleges wherein two notice boards can be installed per department. One will be used by the principal and the other may be by…
View On WordPress
0 notes
msminhas93 · 10 years
Text
SIM 300/900 (GSM Module)
INTRODUCTION
SIM 300 is a GSM modem with a simple serial interface. SIM 300 modem can accept any GSM network operator SIM card and act just like a mobile phone with its own unique phone number. With this module one can send/receive sms, connect to internet via GPRS and receive calls. The modem can either be connected to PC serial port directly or to any microcontroller. When purchasing purchase…
View On WordPress
0 notes
msminhas93 · 10 years
Text
Tiva C Series TM4C1294 Connected LaunchPad
Tiva C Series TM4C1294 Connected LaunchPad
This launchpad  Texas Instruments Tiva C series microcontroller. The core is ARM® Cortex™-M4-based. It features a TM4C1294NCPDT microcontroller with the following features.
Microcontroller Features
120MHz
1MB Flash
256KB SRAM
6KB EEPROM
Internal ROM loaded with TivaWare™ for C Series software
Cyclical Redundancy Check (CRC) hardware with 16-/32-bit Hash function that support four CRC forms
Suppor…
View On WordPress
0 notes
msminhas93 · 10 years
Text
Introduction to creating GUI using MATLAB
In this post I’ll be talking about MathWorks MATLAB software and how one can create GUI’s using the software. This GUI creation has been made really simple in MATLAB.
Introduction
MATLAB® is a high-level language and interactive environment for numerical…
View Post
0 notes
msminhas93 · 10 years
Photo
Tumblr media
Line Follower using msp430g2 launchpad
In this post I’ll be writing about line follower bot. This post covers how a light sensor works and…
View Post
0 notes
msminhas93 · 10 years
Photo
Tumblr media
Serial Communication
Hello!! Before I start this post I want to say that if anyone of you wants to add me to their…
View Post
0 notes
msminhas93 · 10 years
Link
0 notes
msminhas93 · 10 years
Photo
Tumblr media
PWM in microcontrollers
What is PWM? Why do we need it?
Well those of you who know about principles of communication PWM…
View Post
0 notes
msminhas93 · 10 years
Photo
Tumblr media
16x2 LCD interfacing in 4 bit mode
Hello there!! After trying many times I finally managed to interface LCD in 4 bit mode. I’m writing…
View Post
0 notes
msminhas93 · 10 years
Photo
Tumblr media
16x2 LCD Interfacing in 8bit mode
Hello there!! In this post I’ll tell you about 16×2 LCD’s and their interfacing in 8 bit mode. As…
View Post
0 notes
msminhas93 · 11 years
Photo
Tumblr media
5 posts!
0 notes
msminhas93 · 11 years
Photo
Tumblr media
Timer A up mode and polling concept
In this post I’ve tried to use the Timer A peripheral of msp430 to give delay in up mode. This time…
View Post
0 notes
msminhas93 · 11 years
Photo
Tumblr media
Testing individual segments of a 7 Segment display
Today I took one 7 segment display from my college lab. While I’ve used these before, I saw this…
View Post
0 notes