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 jccsantos

  1. J

    Manchester coding in mikroc

    Hi, Recently i´m on a seminarium , and one of the application example is a Manchester Encoder, with out any firmware, just use one of the new micro´s that have a "Configurable Logic Cell" (CLC). Use CLC OR-XOR logic function with SPI SDO & SPI SCK inputs to generate Manchester Encoded Output.
  2. J

    rnh80102 lcd driver datasheet

    phone lcd datasheet Anybody???????? A great display for play and no information. If, and i think "if" we can solder a wires on the bus and with a logic analyser, maybe we can decode some baic comands? If, yes there is anyone who can make this thing(I don´t have a logic analyser) If we can...
  3. J

    rnh80102 lcd driver datasheet

    acx525akz-7 Hi, The p900 lcd driver chip is from NEC, uPD161949NL But the datasheet is not found on web. Any kind of information will be apreciated. Thank´s on advance.
  4. J

    rnh80102 lcd driver datasheet

    sony ericsson display datasheet I have the same problem.......... Hi, someone have any type of information on this? I recently have one p900 with the tft lcd for play, and i see more information, on the botton have the words NEC, and the other side the reference D161949NL -051. but on the net...
  5. J

    Problem with delay routine

    picloops v.2.1 Hi, I want to make a delay of 3600 sec. with this code: ; Delay = 3600 seconds ; Clock frequency = 4 MHz ; Actual delay = 3600 seconds = 3600000000 cycles ; Error = 0 % cblock d1 d2 d3 d4 endc Delay ;3599999989 cycles movlw 0xFE movwf d1 movlw 0x84 movwf d2...
  6. J

    Display values to a 7 segments display.(howto?)

    Hi, i have this code. void main() { float temperature; setup_adc_ports(NO_ANALOGS); setup_adc(ADC_OFF); setup_psp(PSP_DISABLED); setup_timer_0(RTCC_INTERNAL|RTCC_DIV_1); setup_timer_1(T1_DISABLED); setup_timer_2(T2_DISABLED,0,1); setup_comparator(NC_NC_NC_NC)...
  7. J

    Need schematic for. In:5 to 10V -> out: 1Vpp

    Hi, what´s the best choice for making this? The input is from a variable AC or DC source like 1 to 5V or 10V. But in the output i need from -0.5V min.to +0.5V max for an ADC input. There is a reliable circuit for this?
  8. J

    USB only receive data.

    mpusbapi.dll hello , i have a aplication that only needs the data in, how can i modify this code to read only data-in (continued) and remove the timer?????? the program will make only a job off a logger with data incoming. The schematic is based in PIC18F2550 with USB and uses mpusbapi.dll...
  9. J

    CCS code for DS18B20- Request

    ds1820 ccs Resolution from 9 to 12 bits!
  10. J

    CCS code for DS18B20- Request

    ds18b20 ccs Hi, I need the routines in ccs for DS18B20 (12bits). Can someone help-me????????? Note: the only routines i found is for ds1820 and i can´t make it work...... Thnks in advance.
  11. J

    PIC 16F84A Emulator software !

    pic 16f84a emulator Hi, you can use Proteus for your job http://www.labcenter.co.uk/
  12. J

    How can we connect a PIC to TV or computer monitor?

    Re: Connecting PIC to TV Hi, You can use the SAA5244A from philips that is a decoder teletext. Use the bus i2c to control the chip, and the out is scart. And can find more info in one project on the net. h**p://kudelsko.free.fr/meteo_osd/sommaire.htm
  13. J

    Looking for information about Nokia N-Gage LCD

    nokia N-Gage Lcd????? Hi, Somebody knows where to find information about the ngage lcd??????? Possible implementation like Conket does but with the ngage screen......... Tks for any kind of information....
  14. J

    Two different GSM operator line active at a time with uC

    Hi, In portugal there is a forum, and in the topic they have the 3 operators (tmn,vodafone,optimus) in one card, a greencard. You can look here h**p://www.phdsatdigtial.org/forum and the soft is here: h**p://www.simclone.com/downloads.html
  15. J

    How to connect PIC16f877 and RAM ?

    pic16f877 and Ram Hi, Somebody know´s where i can find the datasheet for UM651512AK-15, and if is possible connect to pic16f or pic18f?? Thank´s.

Part and Inventory Search

Back
Top