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 pratheeshprm143

  1. P

    Pic18f4550 uart problem

    thanks, let me try
  2. P

    Pic18f4550 adc problem

    Hai, I have some problems in my adc. my adc is not responding for the following problem, I don't understand where is thee problem. my code is here. // PIC18F4550 Configuration Bit Settings #include <p18F4550.h> // CONFIG1L #pragma config PLLDIV = 1 // PLL Prescaler Selection bits (No...
  3. P

    Pic18f4550 uart problem

    Hai I am using PIC18F4550 with USB (20MHz xtal). When i try to send data through UART, my serial port does not get the actual data that I have send. When I try to send data 00-FF, only some values are correct (7,8,9, j,k,l,m & n). I think the problem is in my baud rate. I have tried...
  4. P

    Xbee interfacing problem

    Hai, I have a pair of zigbee (X bee), when I am interfacing I hve the followin g problem. 1.When tx is my pc and receiver is 89c51 the o/p is ok and reverse is also ok. 2.When both tx and rx are 89c51 o/p dosen't get. I have no doubt on Xbee bcoz both (Tx & Rx) are working well. Also 89c51...
  5. P

    LPC 2138 pin togling problem

    Thanks for your replay.. The vendor says that it is better to use default config. settings in keil and I have followed it. But the hex file that have developed by the vender having a size of 3K and my code is in 2K only(same program of the vendor but new project). These are the projects. Both...
  6. P

    LPC 2138 pin togling problem

    hai thanks for your replay my current problem is that, my board only works when i am editing the source file given by Rhydolabz. When I copy the same program for my new project, it will not work in the board and the same is work in proteus. This is the source file I cannot understand the...
  7. P

    LPC 2138 pin togling problem

    LPC 2138 pin toggling problem hai I have a development board of LPC2138 (from rhydolabz) All the programs with the kit are perfectly working in it, but when I try to load my program for pin toggling it will not work. Here is my program #include<lpc21xx.h>...
  8. P

    [SOLVED] XB24 zigbee module does not detect

    hai I have two XB24 modules with rs232 breakout boards. when using with X-CTU software, during a write operation(in modem config) my system will automatically retarted. After this the module is not detecting. I have backup the other zigbee firmware and try to program the faulty module. It will...
  9. P

    zigbee receiving problem

    hai I have interfaced zigbee with 89s51. I send data to the pc by using a seperate 89s51(from 00-ff). I can send data via x-bee on pc (using X-CTU software) But the data can't receive back. I think the problem is in the receiver program. plz check my program...
  10. P

    problem with 2's compliment value from MMA7660 accelerometer

    I have intrfaced MMA7660 accelerometer using I2C protocol. but the o/p is 6 bit 2's complement form. I need the 8051 asm code for converet it as signed binary form, can anyone help me plz.........
  11. P

    89c51 interfacing to LCD - problem in LCD dispalying chars

    Re: 89c51 interfacing to LCD you check the connection on your 3 rd pin of lcd, use a 4k7 pot here. you don't need to connect any pull up for this. make r/w pin grounded if you don't need to read data from lcd.
  12. P

    I2C interfacing problemeith eeprom 24c32a

    the circuit diagram is here design_I2C.pdf
  13. P

    plz help.......can anybody help me to interface a 2 pin ultrasonic module...........

    can anybody help me to interface a 2 pin ultrasonic module...........
  14. P

    I2C interfacing problemeith eeprom 24c32a

    I2C interfacing problem with eeprom 24c32a hai I have interfaced an EEPROM 24C32A with 89c51. I can send data into EEPROM, but can't read the same this is my asm & circuit. Plz help me............. SDA EQU P1.1 SCL EQU P1.0 ORG 00H AJMP MAIN ORG 30H MAIN: MOV R7,#08H...

Part and Inventory Search

Back
Top