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 Vandal S

  1. V

    Do we need Manchester coding while 433 module data transmission in UART

    If you only want to transmit 4 characters (like the commands for a toy car), I think you don't need the coding, you just have to choose from the ASCII table some characters with this characteristic (U for example is something like 01010101). I remember seeing even a calculation which told you...
  2. V

    what microcontroller should i use?

    Re: what microcontroller shoul i use? yes, but if i use a uC with 5V i can integrate buffers now ( enc <-> uC) as I know that there is only 1 needed. but what's beyond the uC, i don't know yet; for now there are 1 or 2 motor drivers (L298) but i can add much more, and i thought with 5V it...
  3. V

    what microcontroller should i use?

    I have to make a project involving ethernet, so i'll use a enc28j60 and i need a microcontroller for the rest. what uC has this features? - it would be very nice to have pps, peripheral pin selection (like PIC24F) - DIP would be nice, not smd (i don't know if pic24f has this, only TQFB, or at...
  4. V

    [SOLVED] Is Windows 7 better than Vista/XP ?

    for me, Windows 7 is definitely better than xp. also, in some versions is integrated a windows xp (but is not suitable to run games in xp mode). But is it better than Vista? I got used to it, it worked for me pretty good, windows 7 has too much change (no classic task bar, the task bar itself is...
  5. V

    ENC28J60 - very precise value for Rbias is needed? - SOLVED

    Re: ENC28J60 - very precise value for Rbias is needed? - SOL can you post the Proteus file?
  6. V

    Grounding extra pins in Bel Steward mag jack

    Re: magjack is there an advanced magjack that has all components needed internaly so just connecting magjack to enc28.. chip to be enough?
  7. V

    Microcontroller with ethernet communication

    ethernet communication with microcontroller is there a ENC microchip microcontroller with 5V operating voltage instead of 3.3V?
  8. V

    digital camera module and microcontroller

    microcontroller interface digital camera have you found something so far?
  9. V

    desperate need of help urgent with microcontrollers

    char byte_read, i = 0, flag = 0; unsigned short cnt = 0; #define Dir PORTD #define front 0b00000001 #define left 0b00000010 #define back 0b00000100 #define right 0b00001000 #define Stop 0b00000000 #define backleft 0b00000110 #define backright 0b00001100 #define frontleft 0b00000011 #define...
  10. V

    desperate need of help urgent with microcontrollers

    uart1_read mikroc i need urgent with a problem that i can't undestand. i am a beginner so you can expect that i made huge errors, but please help me because i have an exam in a couple of days i wrote a program in mikroc, which gets a character by USART and starts 4 leds (actually there are 2...
  11. V

    UART buffer keeps the last character?

    how to clear uart buffer i reached to this code, but it doens't work; if i press w a single time, it remains in that state, doesn't reset to 0x00 if it doens't get a character through UART char byte_read, i = 0, flag = 0; // Variable for storing the data from UART and array counter unsigned...
  12. V

    UART buffer keeps the last character?

    uart buffer once again, GSM Man thank you for the precious information. it seems that it's exactly what i'm looking for. the problem, of course, is implementing :cry: hopefuly, this would be the last thing i ask, as the project is in a few days and this is the last problem (I hope) this is the...
  13. V

    UART buffer keeps the last character?

    rcif buffer I have a PIC 16f877 and i want to interface it with the pc. I am sending characters through UART and depending on those characters, it activates some pins. But how do I know when characters aren't transmitted no more? At the present, I made it with a delay, and it runs continuously...
  14. V

    RF modules - external components, correct value of antenna

    RF modules - question just transmitting 5-6 characters/second from the rs-232 (through max232) to the receiver on a toy car; 5meters will do just fine for a demonstration. the problem is to work, as i have no decoupling caps, no Manchester encoding or stuff like that, just a U (10101010 in...
  15. V

    RF modules - external components, correct value of antenna

    Re: RF modules - question sorry to ask again but are they absolutely needed? i mean if it's a difference from working or not, i will, but if it's a 10% difference in performance, i wouldn't change the layout

Part and Inventory Search

Back
Top