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 gamersat678

  1. G

    Pls Help.. need a help with TR24a (transceiver). with PIC

    Anyone figure this chip module out? Any sample c code (maybe Hitech c )? First time messing with radio between pics.
  2. G

    Help needed Starting off With RF

    I'm looking to purchase these ics to transfer some small amounts of data (transmitter **broken link removed**) (receiver **broken link removed**). Are these two ics compatible with each other? They appear to be (both in range of 300-440mhz & transfer/receive via OOK) but I'm really not sure. Thanks!
  3. G

    Anyone Know Where to get Warm white Leds?

    I'm looking for several 5050 smd leds or higher power leds for a project of mine. Can't really find those leds anywhere. Does anyone know of an online store I could buy these from? Thanks!
  4. G

    How to build a robot using PING, ultrasonic sensor, servo motor and PIC?

    obstacle robot rohitlucky and the_balistic the OP probably has moved on by now (2007).
  5. G

    Will these parts work together to build a Ultrasonic sensor?

    I'm trying to build a cheap Ultrasonic sensor from this schematic https://www.micro-examples.com/public/microex-navig/doc/090-ultrasonic-ranger.html. Will this inductor (https://www.mouser.com/ProductDetail/Bourns/RLB9012-331KL/?qs=sGAEpiMZZMsg%252by3WlYCkU1ozaMmf%252bSo4miaQIf%252bs3m0%3d) ...
  6. G

    hw to measure voltage and current

    Well for the volts you can do something called adc scaling. Good link to read https://microchippiclessons.blogspot.com/2008/05/adc-scaling-explained.html
  7. G

    PIC vs AVR Microcontroller for audio application

    PIC Microcontroller For sound I have no idea but for the difference between a pic and avr https://www.electricstuff.co.uk/picvsavr.html
  8. G

    Use internal vref in pic16f677

    Use internal vref I have a pic16f677 with a fixed internal vref of 0.6v. I figured out how to use vdd as the input for the adc but I want to use the internal volt reference. I've done some reading and I think you have to change ADCON0 to some value? Btw the data sheet for the chip is **broken...
  9. G

    ADC Help-Pickit2 Starter Kit Example

    So I think I got it. program ADC_10 dim AD_Res as word dim valu as byte main: TRISA = %11111111 ' PORTA is input TRISC = %00000000 ' PORTD is output ADCON1 = %1000010 ' PORTA is in analog mode, ' 0 and 5V are referent voltage values...
  10. G

    ADC Help-Pickit2 Starter Kit Example

    Wow I just checked again using 8mhz and the code decided to work again??? I guess my only question now is how do you make a voltage reader out of this?program ADC_10 dim AD_Res as word main: TRISA = %11111111 ' PORTA is input TRISD = %00000000 ' PORTD is output ADCON1 =...
  11. G

    ADC Help-Pickit2 Starter Kit Example

    Thanks for the link! Didn't fix my problem though. But after 6 hours of educated guessing I changed the mcu clock frequency from 8mhz to 4mhz. The leds are blinking now (2nd example on your link). Did I have the value set to high, what is the standard value? Sorry I'm new to this stuff. Btw i...
  12. G

    ADC Help-Pickit2 Starter Kit Example

    For the past day I've been trying to get adc to work and generate a voltage reading (0-5v) using either pin ra0 or ra2. I just can't get my code to work. I'm programming in Mikrobasic. Does anyone have any source plus a simple circuit schematic to show me how this works, or example source that...
  13. G

    COM84 Flash a PIC16F676?

    Thanks wp100. Decided on buying a Pickit2, and I love the device. There are some things I still don't get interfacing mikrobasic with the pickit 2 programmer, but hopefully I'll figure it out.
  14. G

    Online Electronic Suppliers

    On occasion I like making purchases for pics/ics, sensors, diodes, and common electronic parts. I've heard of a few sites including: Digikey, Jameco, Mouser, and Newark. I've purchased from Digikey before (great experience btw) has anyone had experience with any of these suppliers, or ones that...
  15. G

    Best microcontroller for beginners?

    **broken link removed** Pickit2 Starter Kit (2nd on list). Just bought it a week ago from digikey, hope it arrives today.

Part and Inventory Search

Back
Top