c

Experimenting the 2051 withC Programming using 89C2051

Learn yourself, how to write a simple program using Clanguage for the 89C2051/89C4051. Write a C source program, compile,and download the HEX code to the chip directly, connect DC adapter, seewhat happen after power up the board. No need ICE, in-circuit programmer,everything can be made by yourself easily. Introduction This page was provided forBeginnerswho interested […]

Experimenting the 2051 withC Programming using 89C2051 Read More »

Remote Control based Robot using C language

Concept The customer’s demands were to develop and build a kit, consisting of a small mechatronic system with educational concept. In particular, he asked for a driverless robot for training purposes abroad. The idea behind this is that our customer needs a kit for sending it to partner schools around the world to help the

Remote Control based Robot using C language Read More »

A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller

A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller

1 Khz From a Quartz Crystal 1 V P-P Sine Wave Calibrated Output 1 KHz Square Wave Output 900 mv Inverted Sine Wave Output (Uncalibrated) Downloads Download the WINAVR main source for the 2313 version of the firmware: 2313sine.c. Download the complete zipped WINAVR project for the  2313 version of the firmware: 1_kHz_sine_2313.zip. Also, Download

A 1 Khz Digital Sine Wave Signal Source using ATmega8515 microcontroller Read More »

Digital Stop Watch with ATmega8 using microcontroller

Digital Stop Watch with ATmega8 using microcontroller

In this tutorial we will make a “Digital Stop Watch” using an AVR ATmega8 Microcontroller. This will help you learn many concepts like Multiplexed Seven Segment Display Interfacing Using AVR Timers Using Interrupts And many others too. The code is written in C language for avr-gcc (WinAVR) . Steps to Build the “Digital Stop Watch”

Digital Stop Watch with ATmega8 using microcontroller Read More »

Scroll to Top