Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jsureshp

  1. J

    how to check sms and control device?

    how to read new sms and how to control device? can any one give sample code for read new sms, and read the new sms i want to delete the sms. give the sample code.... please code for 8051 or pic,avr Thank you for reply.............
  2. J

    ARM assembly code for blink led

    Thank you Dude
  3. J

    [SOLVED] Energy Meter using ADE7758

    you want to count the RMS value from the meter right? ---------- Post added at 13:25 ---------- Previous post was at 13:22 ---------- In your meter How many leds are there ? on that board what they mention for that LED ? ---------- Post added at 13:27 ---------- Previous post was at 13:25...
  4. J

    ARM assembly code for blink led

    Can any one help to me. How to write Assembly code for Blinking LED for LPC21XX series. Here I use Keil uv4 Software ---------- Post added at 13:18 ---------- Previous post was at 13:17 ---------- I'm waiting for your Reply......................
  5. J

    How to delete new sms using AT Commands

    How to delete new sms using AT Commands
  6. J

    Best RTOS Training in Pune

    Can any one help to me .... I plan to learn RTOS..... Give me the Best RTOS Training center in Pune.........
  7. J

    How to Display Characters from pc to LCD?

    Circuit for Pc to LCD .......
  8. J

    How to Display Characters from pc to LCD?

    Here I'm using 8052 Microcontroller. My code are........ #include<reg51.h> unsigned char a,z; sfr ldata =0xA0; sbit rs=P0_5; sbit rw=P0_6; sbit en=P0_7; void Delay() { unsigned char i,j; for(i=1;i<100;i++) for(j=1;j<100;j++) ; } void initserial(void) {...
  9. J

    How to Display Characters from pc to LCD?

    Hi...... I want to Display, whatever i'm typing in system (in the Keyboard ) through the serial port i want to display the character to the LCD using Microcontroller. I did the coding. But While i display into the LCD everything is unknown character or not exact character. Can anyone Help to...
  10. J

    How to Calculate Quotient and Remainder in Embedded

    Hi Thanks for Reply............ I can't understand the following line... And for the second line, here is a variant: r = a - b * q; can you explain with example.... please... for example a=45 b=10; then Quotient q=45/10=4.5 But here the quotient is floating point... is our embedded...
  11. J

    How to Calculate Quotient and Remainder in Embedded

    Hi...... I want to calculate the Quotient and remainder in embedded c. please anybody give the formula for the Mathematical calculation... Please provide that formula with example that will help to easily to understand..............
  12. J

    [SOLVED] How to write AT-commands on an MCU?

    Hi to Everybody..... If not possible to write any AT Commands in Hyper Terminal Means.. Please select in ASCII settings ie., Just enable the ASCII Sending Option..... Both option you must enable... 1.) Send line end wtith feeds 2.)Echo type characters Locally Then give ok After that try to...
  13. J

    Speed measurement using Moc 7811

    The above program for speed measuring the motor, through the interrupt and lcd display.. anybody help to me the following code are correct or not? #include<reg51.h> sfr lcdout =0x90; //P2 sbit rs =0x85;// P0.5 sbit rw =0x86; sbit en =0x87; void Init_LCD(); void lcdcmd(unsigned int val)...
  14. J

    Speed measurement using Moc 7811

    Anybody help to me. I had Moc 7811 ic. I want do a project using that component,like speed measure and line follower. can you give any circuit for that components
  15. J

    software for ASM to C conversion

    Please anybody give me software for ASM to C conversion.....

Part and Inventory Search

Back
Top