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 91divine

  1. 9

    RF modules using mikrobasic and PIC mcu's

    I used MPLab with Hi-Tech C compiler for this code
  2. 9

    Feasibility of 433 MHz ASK RF module

    I am also working on same thing.To avoid the chance of data collision i am using slotted ALOHA algorithm to avoid collision by checking the carrier at fixed time. This algorithm can also be used on larger scale. Your every node should have bi-direction communication capability. In this algorithm...
  3. 9

    Interfacing HC-SRo4 Ultrasonic Sensor to PC via PIC18F2550

    If you want to use HC-SRo4 you have to know timers in PIC. HC-SRo4 works on same principle same as old days sonar. To use it you have to send a 5ms pulse to its ping(trigger) pin. As soon as you make the pin high ultrasonic sensor send a wave. When the echo of this wave is received it makes its...
  4. 9

    RF modules using mikrobasic and PIC mcu's

    Everything seems right in your code. Some time ago i also made the same project using same method, but i wrote different code. I used PIC18F248 Here is the code i used. Reciever #include <p18cxxx.h> # pragma config OSC = HS, OSCS = OFF # pragma config WDT = OFF # pragma config BORV = 45, PWRT...
  5. 9

    [General] Controlling brightness of a 220v-AC bulb using microcontroller

    I want to control either of one. Can you tell me which one is simpler to control and detailed how to control it.
  6. 9

    [General] Controlling brightness of a 220v-AC bulb using microcontroller

    Hello, I have to control the light intensity of a bulb or tube light from the analog output or PWM signal from micro-controller. This is a part of my project in which i am making autonomous system for house.
  7. 9

    Speed sensor interfaced to a microcontroller

    You can keep it simple by using arduino micro-controller and sensor as ultrasonic sensor. Interfacing of GSM and ultrasonic sensor is very simple in arduino.
  8. 9

    Electronic Countdown Timer Circuit

    You can do this by 2 ways 1) use flip flops to construct a counter, a square wave generator for a 1sec clock, and decoders for displaying 2) use microcontroller (no need of separate clock generator, flip flop or decoders)
  9. 9

    sine wave genrator output

    May be what you are looking is amplitude modulation. In this amplitude changes with a sine wave(generally) but amplitude remain constant. If this is what you are looking for, then the remaining part is very simple.
  10. 9

    differential amplifier

    Output of Opamp based differential amplifier is the amplified value of the difference of voltage between both terminals (i.e. v- - v+ and amplified with the gain value) see this image https://upload.wikimedia.org/wikipedia/commons/a/a2/Op-Amp_Differential_Amplifier.svg
  11. 9

    Control of flow rate through a tube from a remote station.

    You can use a GSM communication between the two stations. Develop the remote station as a standalone controller which can adjust its voltage output according to the input. Take that output and control the flow using any electric or pneumatic valve
  12. 9

    final year students project based on PLC (programmable logic controller)

    You can develop a controlling process and SCADA system by mixing 4-5 things like (level controller + temp switch+ stirrer etc.) along with single loop or multiloop technique by manupulating many control variables. Example for this will be: A mixing batch process which mix many liquids to a...
  13. 9

    clap switch with PIC16F876A

    https://obrazki.elektroda.pl/1720811700_1378835929.jpg This circuit is a substitute for LM324 comparator. This uses a BC547 npn transistor and is biased in such a way that it only gives either 5V or 0V. Values for resistors are R1=1kohm, R2=R3=R4=330ohm. You can feed this signal to your...
  14. 9

    Urgent- real time embedded projects needed to quote experience

    Go to https://www.slideshare.net and search for embedded projects, you will get many list of projects, choose from there.
  15. 9

    Starting ARM Core(For microcontroller-based applications)

    You can opt for LPC23xx series as they use ARM7TDMI versions. Cortex M3 is a name used for ARM7TDMI which are used for embedded applications. You should choose a microcontroller development board employing ARM processor.

Part and Inventory Search

Back
Top