<div dir="ltr" style="text-align: left;" trbidi="on"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDK4I6uKmMOILPqNPi34Ip8Jwp2iKWsVp15PjpH9nZMlCEo36DmJom5qQ3M555omOA68qZ0A_Ei5kFY1O_bkQCOqvx5l4XWL4GdcoFuR3GyuMJIp3g8jERYCBfjlaCvGKzSo7hwhd4TDvF/s1600/Capture.PNG" imageanchor="1"><img border="0" data-original-height="604" data-original-width="846" height="456" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDK4I6uKmMOILPqNPi34Ip8Jwp2iKWsVp15PjpH9nZMlCEo36DmJom5qQ3M555omOA68qZ0A_Ei5kFY1O_bkQCOqvx5l4XWL4GdcoFuR3GyuMJIp3g8jERYCBfjlaCvGKzSo7hwhd4TDvF/s640/Capture.PNG" width="640" /></a><br /><pre class="brush:csharp"></pre><pre class="brush:c++"> *<b> main.c</b> * * ...
Showing posts with label AVR. Show all posts
Showing posts with label AVR. Show all posts
Attepmt to Accessing Keyboad Up and down Key by C programm for a project
By
<div dir="ltr" style="text-align: left;" trbidi="on"><a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDK4I6uKmMOILPqNPi34Ip8Jwp2iKWsVp15PjpH9nZMlCEo36DmJom5qQ3M555omOA68qZ0A_Ei5kFY1O_bkQCOqvx5l4XWL4GdcoFuR3GyuMJIp3g8jERYCBfjlaCvGKzSo7hwhd4TDvF/s1600/Capture.PNG" imageanchor="1"><img border="0" data-original-height="604" data-original-width="846" height="456" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDK4I6uKmMOILPqNPi34Ip8Jwp2iKWsVp15PjpH9nZMlCEo36DmJom5qQ3M555omOA68qZ0A_Ei5kFY1O_bkQCOqvx5l4XWL4GdcoFuR3GyuMJIp3g8jERYCBfjlaCvGKzSo7hwhd4TDvF/s640/Capture.PNG" width="640" /></a><br /><pre class="brush:csharp"></pre><pre class="brush:c++"> *<b> main.c</b> * * ...
Design of Digital Voltmeter By using Micro-controller Part 2
By
Microcontroller based Digital AC Meter Part 2 Code And CircuitFirst Part available hereCircuit Diagram #include"lcd.h"#include "adc.h"#include "delay.h"double volt_read_disply();int main(void) { int adc_value1=0; LCD_SetUp(PB_0,PB_1,PB_2,P_NC,P_NC,P_NC,P_NC,PB_4,PB_5,PB_6,PB_7); LCD_Init(2,16); adc_init(); LCD_Clear(); LCD_GoToXY(0,0); LCD_DisplayString(" g-Electron"); _delay_ms(1000); while(1) { adc_value1 = volt_read_disply(); LCD_GoToLine(1);...
Design of Digital Voltmeter By using Micro-controller Part 2
By
Microcontroller based Digital AC Meter Part 2 Code And Circuit
First Part available here
Circuit Diagram
#include"lcd.h"
#include "adc.h"
#include "delay.h"
double volt_read_disply();
int main(void)
{
int adc_value1=0;
LCD_SetUp(PB_0,PB_1,PB_2,P_NC,P_NC,P_NC,P_NC,PB_4,PB_5,PB_6,PB_7);
LCD_Init(2,16);
adc_init();
LCD_Clear();
LCD_GoToXY(0,0);
LCD_DisplayString(" g-Electron");
_delay_ms(1000);
while(1)
{
...
Design of Digital Voltmeter By using Microcontroller
By

Tutorial for Atmeag8 /AVR based Voltmeter It measures the Ac voltage and shows readings in RMS value.Basics Of AC signal The AC signal ,its amplitude varying in accordance with time. In india AC frequency is 50Hz.Then the Time period one full cycle , T = 1/frequency T = 1/50Hz = .002second = 20milli Second ...
Design of Digital Voltmeter By using Microcontroller
By

Tutorial for Atmeag8 /AVR based Voltmeter
It measures the Ac voltage and shows readings in RMS value.
Basics Of AC signal
The AC signal ,its amplitude varying in accordance with time. In india AC frequency is 50Hz.
Then the Time period one full cycle ,
T = 1/frequency
T = 1/50Hz = .002second
...
Atmega-based-Menu-building-lcd-16x2
By
A menu system Applicable for various microcntroller projects ,Not fully completed only for learning the full code and proteus are available below to download for learning purpose thanking you /* * push_button__lcdMenu.c * * Created: 7/30/2017 11:48:27 AM * Author: Krishna */ #include #include "lcd.h"#include "delay.h"#include "button_key.h"# define F_CPU 1000000ULstruct menu s1= {0}; //s1.menu_up-key =1;int main(void){ int a; struct menu s1= {0}; //s1.menu_up-key =1; const char *menu_display[10];...
Atmega-based-Menu-building-lcd-16x2
By
A menu system Applicable for various microcntroller projects ,Not fully completed only for learning the full code and proteus are available below to download for learning purpose thanking you
/*
* push_button__lcdMenu.c
*
* Created: 7/30/2017 11:48:27 AM
* Author: Krishna
*/
#include
#include "lcd.h"
#include "delay.h"
#include "button_key.h"
# define F_CPU 1000000UL
struct menu s1= {0}; //s1.menu_up-key =1;
int main(void)
{ int a;
struct menu s1= {0}; //s1.menu_up-key...
More Posts
gElectron. Powered by Blogger.
16x2 LCD Interfacing with STM32,STM32F103C6
16x2 LCD Interfacing with STM32,STM32F103C6 lcd_init(); LCD_LINE1; lcd_String(" GeElectron"); LCD_LINE2; lc...

Contact us
Follow Us
https://www.facebook.com/gElectron-393939667321867/
FBbox/https://www.facebook.com/IVYthemes
Comments
[blogger]
MKRdezign
Test
Latest
[recent][newsticker]
Technology
Top Ads
RECENT COMMENTS
Subscribe Via Email
Subscribe to our newsletter to get the latest updates to your inbox. ;-)
Your email address is safe with us!
Copyright © 2014 Embedded System Desgin • All Rights Reserved • Designed By Gelectron
Copyright © 2014 Embedded System Desgin • All Rights Reserved • Designed By Gelectron