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 nilses

  1. N

    [PIC] i need help with servo motor and mikroc

    See my post from 16th August: Servo tester with picf675 in basic. This one is written in Proton Basic. You can download for free an old Proton Lite basic compiler with some limits, max 50 lines of code. This worked for me and I hope it will work for you. Then you can translate this over to...
  2. N

    [General] Advice sought for a beginner.

    Hello, If you want to get up in Micropocessors quicly I would reccomend Arduino UNO R3 + a starter kit. This is based on what you wrote above. You can buy the Arduino on eBay for around £6. The starter kit contains a potentiometer,rotary encode r,LEDs, ,LCD ,pushbuttons for £7-9 Software...
  3. N

    Help identify C compiler for a car stereo remote control (PIC)

    Hello, I think this was designed for a low pin PIC but I'm not sure. The difficult part is below: How to translate to a common compiler ? Best regards, Nils boolean volUp[48] = {1,1,0,1,0,1,1,1, 1,1,0,1,1,0,1,1, 1,0,1,0,1,0,1,1, 1,1,0,1,1,0,1,1, 1,1,0,1,0,1,1,0, 1,1,0,1,0,1,0,1}...
  4. N

    [General] Fastest inbuilt ADC available in controllers

    Hello, One of the best answers I have seen. Is he going to sample Hip Hop Music or real time Radar data ? BR Nils
  5. N

    Help identify C compiler for a car stereo remote control (PIC)

    Hi, One of my friends found an example remote control for a car stereo written in C. I have tried to compile this sourcecode without success. I need help to identify the compiler. Source is below: Best regards, Nils //please excuse the lack of comments // this works with a simgle button and...
  6. N

    [SOLVED] PIC 16F628A unsupported part

    Hi, I almost gave up using PIC about a year ago. I got a tip from a friend here who recommended PIC18F1320. Success at once. I'm not sure but I assume I had some bad breadboards,cables etc. Good luck Nils
  7. N

    [SOLVED] PIC 16F628A unsupported part

    Hi, I also had some strange issues with PIC16F628A about a year ago. Are you using a stable power supply, decoupling capacitor 100nF between +5 and ground ? If you are using a breadboard keep the wires short like 10 cm.
  8. N

    Servo tester with picf675 in basic. Help identify compiler ?

    Thanks ! I downloaded the free Proton lite compiler and it worked successfully. Nils
  9. N

    Servo tester with picf675 in basic. Help identify compiler ?

    Hello, I found this servo tester on internet and I'm wondering what kind of compiler was used to make this program. Any ideas ? Device = 12F675 Config WDT_OFF, CPD_OFF, CP_OFF, MCLRE_OFF, BODEN_ON, INTRC_OSC_NOCLKOUT 'Setup system registers ADCON0 = $81 ANSEL = $11 TRISIO = $1F CMCON = $7 WPU...
  10. N

    How to increase FM radio signal ? any desgin ?

    Hi, Why do you need an antenna amplifier ? Long distance to transmitter ? Most receivers today are so sensitive that an amplifier is not needed. Can you be more specific and detailed so we can help you ? I have built many FM antenna amplifiers but that was in 1976-1978. regards Nils
  11. N

    27 MHz Amplification Query

    Hello, My best advice is to go to a local toy shop and buy a remote controlled car. They are cheaper than the cost of the components you need to build it yourself. Open the transmitter, see how it is buildt. Do the same with the receiver in the car. You will learn a lot of this exercise...
  12. N

    K150 programmer not detected on USB on different OS's (Windows)

    Thanks, I got myself a PIC16f877A, a crystal , a 40 pin ZIF socket + some extra for a fiver including shipping to Norway. Yes, Pickit2 is very nice, I have 2 of them + a Picdem 2 plus. After the 3 kids have left the home I can go back to my old hobby... Nils
  13. N

    K150 programmer not detected on USB on different OS's (Windows)

    Hi, The virtual COMx port is not detected when i connect the K150. What kind of virtual USB comm port driver are you using ? Nils.
  14. N

    K150 programmer not detected on USB on different OS's (Windows)

    Hi, I recently purchased a pic16f877a programmer on Ebay. When I connect the board to my PC it is not being detected. Tried with 3 different pc's 2 with Winxp SP3 and one with Win7. Downloded and installed latest FTDI driver software but no success. Broken FTDI chip on board ? Any hints or...
  15. N

    strange problem with a PIC18f1320 on a breadboard

    Re: PIC18F1320 stops blinking LED and restarts after 2-3 minutes Problem fixed ! Hi ! And thanks to all of for you all good help and assistance during my troubleshooting Delay* problems. The solution was to uninstall all MicroElekronica products and do a cleanup of my programming pc...

Part and Inventory Search

Back
Top