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 RodSTAR

  1. R

    8v sinusoidal to 5v square TTL

    Hello people, I need to convert a sinusoidal signal (0 to 8v range) to square signal (5v TTL), using half voltaje (50%) as "change point" (if >= 4v then: 5v TTL logic high; else: 5v TTL logic low) To me this is chinese as I am a software guy, but i suspect a LM chip and some black magic may do...
  2. R

    FPGA Vs Microcontrollers

    FPGA's are merely logic multithreading realtime processing chips. For example, a microcontroller features certain set of peripherals like UART, SPI, PWM, Timers, and so on, and they are limited to it. Unless microcontrollers, FPGA don't feature built-in peripherals, instead, peripherals can be...
  3. R

    [SOLVED] PIC18F2431 programming problem

    hello, PIC18F2431 doesn't have an "A5" (or RA5) pin, could you tell what pin number is it?, I'm having your problem :(
  4. R

    Interfacing Bluetooth USB Dongle with Microcontroller

    Responding to the first post (and not messing in the branches...) Yes it is possible to use a USB Bluetooth dongle with a microcontroller. How? Simple, just open the dongle case, find the Bluetooth chip's datasheet, find TX/RX pins & stuff, jump them out from the USB stage, and your done...
  5. R

    Microcontrollers with 2 Quadrature encoder Interface

    qei encoder PIC18F4431 family MCU's feature a MFM (Motion FeedBack Module) to monitor velocity and position activity for motors (or anything connected to it). This QEI peripheral supports 2 or 3 channels encoders, A, B & Index. If you need to monitor (to control) 2 axes, you may use two of...
  6. R

    Code for outputting data on PIC18F4431 ports doesn work!

    PIC18F4431 problem .... one time it happened to me, it was the crystal which was blownout
  7. R

    PIC16F84-based Tachometer

    pic1684 based digital tachometer I think you say COUNT command COUNT Pin,Period,Var Var is the number of pulses that occur on Pin during the Period
  8. R

    HELP....QUADRATURE ENCODERS....

    TO DETECT DIRECTION (in pseudo code): variables: chA.......... pic pin input from encoder channel A (1=high 0=low) chB.......... pic pin input from encoder channel B (1=high 0=low) old_chA... value of chA from previous pulse cw........... rotation direction (1=cw...

Part and Inventory Search

Back
Top