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 yanami

  1. Y

    circuit for bluetooth

    Any link for this? Anything about this. I wanted to learn how to make this properly since i am new to this. I also wanted to know how does the Bluetooth is actually working if i will have a cellphone as a transmitter of commands to be perform, then have the micro controller together with the...
  2. Y

    Bluetooth..................what does this do....?

    Bluetooth enable users to connect a wide range of computing and telecommunications devices easily and simply without the need to buy, carry or connect cables. To make this true, technology must first be implemented into hardware. Using a development kit is the first step of implementing this...
  3. Y

    having problem with delay_ms and delay_us

    whats with the clock division? i have this post.problem similar to this. about bluetooth and servo.
  4. Y

    Bluetooth Module and servo

    I wanna use bluetooth module and servo on proteus and then rotate the servo clockwise/counterclockwise controlled by a switch in proteus. The switch would only represent the position of the servo, high or low, depends. is this possible? Any source code for this? I don't know what kind of...
  5. Y

    having problem with delay_ms and delay_us

    Ah yeah i do remember now. I tried it on code blocks since i don't have MikroC and that i couldn't find free downloads for that.
  6. Y

    having problem with delay_ms and delay_us

    i dont know. i just found this code and kinda wishing i could use this with my study. im not even sure if this is useful. anyway, it says that ANSEL, ANSELH, PORTD, TRISD, RD2 are undeclared so i tried putting int each like this int ANSEL; int ANSELH; int PORTD; int TRISD; int RD2; then it says...
  7. Y

    having problem with delay_ms and delay_us

    void main() { int i; ANSEL; // Configure AN pins as digital I/O ANSELH; PORTD; TRISD; RD2; while(1) { //Move Anti Clockwise direction for(i=1;i<=500; i++) { PORTD=(1<<RD2); //output_high(PIN_D2); delay_us(1000); //want servo to move to 0 degrees...

Part and Inventory Search

Back
Top