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 Naumanpak

  1. N

    connecting samsung c100 serially

    use ttl to rs232 level converter
  2. N

    Difference between eeprom and serial RAM

    I know its silly but I need to know the difference between 2 terms.
  3. N

    Unable to get external interrupts in pic18f452

    Hi, thanks Tahmid. RBO is now declared as digital input, as it should be. But still no results.... If I just use condition 'if(RB0==1)' in this code, it works.. Perhaps I am unable to initialize interrupts, even if i set the flag bit high manually, i dont get interrupts. I am using mikroc...
  4. N

    Unable to get external interrupts in pic18f452

    Experts, I am not getting interrupts working. From the data sheet, I have set out the values for bits but doesnt work. I can use it a a simple input port but not with interrupts. kindly help me out. here is a simple test code I wrote, int count=0; void interrupt() // Interrupt function...
  5. N

    Problem with code for writing and reading data from PIC18f452 to 24c08

    Re: PIC to 24c08 Hey thanks, I will get back to this topic in a day.
  6. N

    store float variable to 24c08 serial RAM

    Experts, What is the size of a location in 24c08? Using mikroc I2C library and some of your help, I can write and read characters. But when I write integers or floats, I cannot retrieve the correct values. thanks
  7. N

    Problem with code for writing and reading data from PIC18f452 to 24c08

    Re: PIC to 24c08 Hey thanks! Its solved now! 10 points for you. I have another question, I have my database in MMC card but data rate is too low(~5kb/sec). What I want to do is load required data into serial RAM and do required operations. Individually, I can read and write on both MMC...
  8. N

    Problem with code for writing and reading data from PIC18f452 to 24c08

    Re: PIC to 24c08 Hi, thanks for a reply. I am using PIC18f452. Kindly, check these cases out for start check. I2C_Start(); I2C_Wr(0xA2); // Send byte via I2C Lcd_Out(2,1, text1); //not displayed In other case, I2C_Start(); Lcd_Out(2,1, text1); // displayed I2C_Wr(0xA2)...
  9. N

    Problem with code for writing and reading data from PIC18f452 to 24c08

    Experts, I need to write and read data to slave(24c08). I am using mikroc PIC I2C library. And the Library Example. PROBLEM: Doesnt work. On debugging I notice that it never sends a byte after start. Perhaps clock not generated?? Kindly suggest me. thanks void main() { char x; char...
  10. N

    Suggestions for database with PIC

    Database with PIC Hey thanks for a reply! Seems to be the ideal solution but can I access a serial ram other than SPI. I am using SPI to access MMC card. Please suggest again. thanks a bunch!! Added after 19 minutes: And if you can, kindly refer me an easily available 8-32 kBYTES...
  11. N

    AT commands in Ericsson T28

    Richyroolahs, You need to drop down the voltage level. Simply use the voltage divider rule and get 3.3v. I am working on a similar project, I need the pin description for T28s (Tx, Rx etc) thanks
  12. N

    Do all GPS receivers output GPRMB streams?

    Experts, I am new to GPS world, just need to know more. I have holux gr-89 module and holux m215 GPS receiver but neither produces GPRMB stream. The streams received are GPRMC, GPGGA and GPGSV. Do all GPS receivers output GPRMB streams?? thanks
  13. N

    Suggestions for database with PIC

    Experts, Working on a GPS based project that requires a large database for speed limits and directions. PROBLEM: I am using MMC card being accessed via SPI in PIC18F452. But data rate is too low, can read only ~5kb of data in a second. What else is available, Need suggestions... :| thanks!
  14. N

    Whats wrong with this LCD command FUNCTION?

    thanks NIKS, it should be '0' but still doesnt works? Forgot to mention, Lcd pins D3-D0 are grounded.
  15. N

    Whats wrong with this LCD command FUNCTION?

    Experts, I have this lcd command function but cannot initialize the lcd in 4 bit mode. 8 bit was done without any problems but am struggling to initialize LCD in 4 bit mode. void lcd_command(unsigned char command) { rw=0; delay_ms(1); rs=1; PORTB = PORTB&0x0F...

Part and Inventory Search

Back
Top