Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by Vesko

  1. V

    Program

    ha about thous. I can't fined them right now where they whore but i think it is just in the test functions. But the program is tested and it works.
  2. V

    Program

    Yes I did. I understands 70% of it. But i do not have a lot of time to go in deep researcher. I don't know but i think that it is 2 or 3 lines but I have to have the controller with me to test it and again the time is pressuring me and if some one can give me the quick fix :D I will be really...
  3. V

    Program

    #include <pic.h> #include "delay.h" // prototypedeclarations void ser_init(); unsigned char rxbyte(); void txbyte(unsigned char tx); void main() { unsigned char rx, i='0'; ser_init(); do { txbyte(i); // send a character // DelayMs(2); if(RCIF) { //...
  4. V

    Program

    Hi guys. I have a little problem but I can't fix it. I have a temperature program but it gives out the result to a LCD display and I need it trough serial and shown in Hype Terminal. I also have a program that connects the micro controller trough serial to the Hype Terminal and gives out some...
  5. V

    Waves Project for a Micro Controller

    Thanks guys :)
  6. V

    Waves Project for a Micro Controller

    Yea actually I did that. But i the main teacher is missing for 3 days so no luck there for now :S
  7. V

    Waves Project for a Micro Controller

    Man that is the problem I don't know nothing. I don't eaven know what you are talking about =/ .My specialty is IT and electronics and this is my furs semester and it is mixed and I want to go IT so my goal is just to pass the electronics and this is almost the last exercise. I don't have any...
  8. V

    Waves Project for a Micro Controller

    I don't think that is C. I need it in C but tnx any way I think i can use it.
  9. V

    Waves Project for a Micro Controller

    Well there is no more specifications. I did a little program for the LED. But that is not so hard because I can actually see what I'm doing the problem is when I'm not :). And I'm not giving in my ass that easily :P.
  10. V

    Waves Project for a Micro Controller

    Well I have the micro controller PIC16F690, PICkid2, MPLAB and HI-TECH Software that is all that I have :)
  11. V

    Waves Project for a Micro Controller

    Haha. Most of my class have a background in electronics and don't have such big problem as me. But they at list have from something to start as for me I know almost nothing :) . Pleas give me something go start with. And I have to right the program in C with MPLAB.
  12. V

    Waves Project for a Micro Controller

    That is what I think :mad: !! But the teachers are not and that is the problem. And I'm sorry for the same post, I did not see that there is the same one.
  13. V

    Waves Project for a Micro Controller

    At my school the teachers must have gone mad because they given as a project for micro controllers without any information about the micro controllers, just gave was the data sheet and we have to finish it for 2 weeks and one have passed. I tried to do something about it but I don't know where...

Latest threads

Back
Top