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 nicko-391

  1. nicko-391

    CCP module pic18f2550 +CCS

    I want to measure pulse width of a signal.I wrote this.but It always gives constant pulse width whether frequency is changed.What is the wrong with this? #include <18f2550.h> #include <math.h> #use delay(clock=8000000) #fuses HSPLL,NOWDT,NOPROTECT,BROWNOUT, PUT...
  2. nicko-391

    I2C communication with pic16f877a

    What is the Device?
  3. nicko-391

    want help to Getting Start MSPG2 Launhpad

    I bought a launchpad.I downloaded IAR & CCS. What is the best? ccs or IAR? From where should i Start? I have already done LED blinknig with IAR. Is there good IAR guide ?
  4. nicko-391

    want Help SM0038 and AS017 Ir receiver with PIC

    I used middle pin as Vcc and right pin as OUT.Is it wrong? I referred TSOP1738 data sheet.
  5. nicko-391

    want Help SM0038 and AS017 Ir receiver with PIC

    I want to get input from IR receiver if IR beam is reflected.(transmitter and receiver locate at same side) I used SM0038 and AS017 IR receivers. I generated 38KHz IR beam using PWM but I could not get output from OUTPUT PIN of the receiver ( Low voltage). Then I used burst signal and absence...
  6. nicko-391

    Want Help to select MSP430 development board

    I want to buy a MSP430 experimenter board. but i am not familiar with MSP micro controllers.Please help me to select good product at low cost. Thank you.
  7. nicko-391

    Suitable sensor for SMART METER

    Im makning smart meter.Im going to check the rotating disk of the usual utility energy meter. To identify units i want to identify black region of the disk.I suppose to set a sensor in front of the disk. My question is which sensor is suitable for this. Is LDR suffient? Please give some advice.
  8. nicko-391

    CCS driver for NOKIA 3310 LCD

    I want nokia3310 driver.I have a driver written by by Michel Bavin but it is not suit for my application. If anyone has nokia 3310 ccs drive please post it. Thank You.
  9. nicko-391

    Connect PC & PIC using Bluetooth

    I want to connect PIC(18f or 16f) with PC using Bluetooth.I never used Bluetooth module.How can I start this? Which Bluetooth module is suitable for this? Please Help.
  10. nicko-391

    Problem getting input from pin B4 & B5 -pic18f4550

    void main(){ glcd_init(on); enable_interrupts(int_ext); setup_timer_0(RTCC_INTERNAL | RTCC_div_256); enable_interrupts(Global); set_timer0(0); ext_int_edge(1); while(1){ read_es(); // this is a sub programme if(input(pin_b4)){ while(input(pin_b4)){ }...
  11. nicko-391

    Problem getting input from pin B4 & B5 -pic18f4550

    Im using pic18f4550.Im checking input state of B4 & b5 in main programme. (Im using ccs) If input are high another sub programme should run.But programme can not check the input.Whats the wrong?please help.
  12. nicko-391

    please help 128x64 GLCD with ccs without "FAST GLCD"

    Im using 128x64(LM12468L) glcd with pic18f4550 and CCS. I use HDM46GS12 driver. First i developed a firmware without using "FAST LCD" it properly worked in proteus. but it didnt work when it is impemented. Then i used "Fast LCD" & it worked properly. But it takes more RAM space(50%). I want...
  13. nicko-391

    USB CDC with vb.net convert ascii value to char

    yes from PC.Can you explain further about null terminated arrey?
  14. nicko-391

    USB CDC with vb.net convert ascii value to char

    I sent a string from PC (using Vb.net) to PIC (CCS). But Pic got string as ASCII value. so i cant display that string on LCD(16x2) which is connected to PIC.It displays only each ascii values. How can I convert ascii value to corresponding character? VB(PC)>> serialport1.writeline("The")...
  15. nicko-391

    Help me to build DMM using ES51918 ASIC

    Has anyone used ES51918? I havent its LCD display but i developed a display using a GLCD. I didnt test IC. has anyone its PCB?

Part and Inventory Search

Back
Top