Latest Updates

Uploading Bootlaoder to Arduino using USBASP Programmer

August 05, 2017
If you are building your own Arduino, or need to replace the microcontroller of your arduino board you have to burn bootloader before using your chip with Arduino...

Electron Draggable Window | Ebots

July 03, 2017
Today we make Electron window menu bar and make it draggable.. Make menu bar Find out  index.html and edit it.  add some style code. final...

Electron frameless window | Ebots

July 03, 2017
Today we make Electron window frameless. In this window body parts like toolbars are not present. Frame:false Find out the text in index.js  win...

Electron hello world app | Ebots

June 29, 2017
Electron is a framework for building desktop apps with CSS, Javascript and HTML. Here is a five minute guide line to start with electron. Video introduction   1....

Plot 2d graph in c++

November 26, 2016
Source Code: #include<stdio.h> #include<math.h> #include<conio.h> #include<graphics.h> int itr = 0,fn,fc; float i,j,jp; float...

Graphics on codeblocks | Ebots

November 07, 2016
Download the library 1.copy graphics.h & winbgim.h file to C:\Program Files (x86)\CodeBlocks\MinGW\include\ 2. copy libbgi.a  to C:\Program...

Matlab : Flat top sampling using matlab

November 07, 2016
clear all; close all; p=0.001:.001:1; o=ones(1,length(p)); z=zeros(1,length(p)); m=repmat([z o z o z o z o z o z o z o z o z o z o],[1,4]); t=0.001:.001:length(m)/1000;  ...

Matlab : Gibbs phenomenon of given harmonics

November 05, 2016
Gibbs phenomenon of given harmonics Code: clc; clear all; close all; t=linspace(-2,2,2000); u=linspace(-2,2,2000); sq=[zeros(1,500),2*ones(1,1000),zeros(1,500)]; k=2; prompt='Enter...

Matlab : 2 | Input number

November 05, 2016
Take number input by this code prompt='Enter your name: '; N =input(prompt) ...

Matlab : 1 | Add two number

November 05, 2016
Open Matlab>New Script> paste this code a=12; b=34; c=a+b Run/Press F...

An Overview of the 555 Timer

August 17, 2016
555, The low cost timer IC that widely used as commercial timer ic. 555 is also popular to the students, electronics hobbyists for its simple interface and cheap...
Page 1 of 212Last
 
Copyright © 2025 Ebots.