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 member_tdh

  1. M

    The function: Open1USART() not worked on MCC18 !!

    Nobody help me... ???
  2. M

    The function: Open1USART() not worked on MCC18 !!

    Hi all! I have a problem with PIC18F97J60, writting code on MCC18 & MPLAB IDE v8.76. I can not communicated with COM port 1. This is my c code: #include "p18f97j60.h" #include "global.h" #include "usart.h" void main(void) { //Delay10KTCYx(125); // = 10000*Value*Tcy = 10000*x*0.16...
  3. M

    Check my SMBus protocol code for MLX90615

    smbus ack Hi! SMBus (sensor MLX90615) similar I2C but difference the fomat data. You can find the doccuments on : www.melexis.com :D and help me...pls!?
  4. M

    Check my SMBus protocol code for MLX90615

    mlx90615 Hi everybody! At the moment, I'm studying the SMBUS protocol. I'm making a project that use IR temperature ( MLX90615 ). The result that i've receied alway is: Tobj=382.19C Tobj=382.19C Tobj=382.19C ... My code can wrong, could anybody help me...!!? Thanks very very much!!! This...
  5. M

    using 24C256 x 4 with PIC16F877 Addressing 4 chips

    Hi! Step by step: 1. Hardware: you must to connect address chip's pin (A0 A1 A2) in order. 2. Software: you choose bus connection form Hardware. Good luck!
  6. M

    Can't hear the signal in Telephone Line project!

    Hi! I'm making Telephone Line project with some components: HM9102 (dialer), TEA1062 (Microphone interfacing), LS1240A (Buzzer). My problem is: I can't hear any signal from Microphone! Could anybody have ideas...??? Pls help me!?! :idea: Line --> Buzzer -->earphone.....ok!!! Mic --> Line -->...
  7. M

    MMC/SD card FAT16 interfacing!

    sd card fat 16 why nobody help me??? :?:
  8. M

    MMC/SD card FAT16 interfacing!

    fat16 structure Nobody help me!!!! :cry:
  9. M

    MMC/SD card FAT16 interfacing!

    sd card fat16 Hi all members! Have a nice day! Now, this's my free time. I'm studying MMC/SD card reader (micro). The read_sector() & write_sector() of MMC/SD card --->>> Correct!!! My problem: - fat_search_file() function not work correct ! code: unsigned char fat_search_file...
  10. M

    dsPIC30F4011, ADC module???

    dspic30f4011 adc Hi! Now, I'm working with a dsPIC30F4011 project, use ADC module. My problem is: If I read the only AN0 or AN1, I'm getting correct result. But if I read the chanel AN0,AN1 both at the same time, I'm getting: the result of AN0 chanel affected the result of AN1 chanel. I don't...
  11. M

    why AD7705 only read 1 chanel!!!

    ad7705 Hi! I'm working with ADC-16bit AD7705BN but I'm reading only 1 chanel, I don't know why... Could anybody have idea...?!? so thanks!
  12. M

    write data into text file error!

    Hi! My project's work is: reat data from COM port, then report data into a text file but my result is: "textfile.txt" E1234567 E12345678910 I don't know why it error! Could anybody help me!? Thanks so much! Private Sub MSComm1_OnComm() Dim k As Long, i As Long Dim Buffer As Variant...
  13. M

    Pic16f88 + SHT75 = ERROR!

    sht75 code Thanks you very much!:D
  14. M

    serial LCD (interfacing CD4094) error!

    Hi! In "lcd.h" file: I define Lcd_line as: #define LCD_LINE_1 0x80 /* bit 7 is always set: 0x80 = 0x00 */ #define LCD_LINE_2 0xC0 /* 2nd line at position 40 */ #define LCD_LINE_3 0x94 /* 3nd line at position 14 */ #define LCD_LINE_4 0xD4 /* 4nd line at position 54 */ and...You are right...
  15. M

    serial LCD (interfacing CD4094) error!

    Hi! trisa4=0; //4094_data trisa3=0; //4094_clock ra4=0; ra3=0; Main.c Function: #include "16f88.h" void main(void) { trisb3=0; //lcd_RS trisb1=0; //lcd_RW trisb0=0; //lcd_E rb3=0;rb1=0;rb0=0; LcdInit(); LcdClear(); LcdGoto(1,0); LcdWriteChar('A'); //LcdWriteString("ABCDEF")...

Part and Inventory Search

Back
Top