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 jokester4u

  1. J

    PID implementation spd control motor?

    Im using atmega ardunio board and my topic is speed control motor i would like to know how to how to implement PID in this code ? #include <LiquidCrystal.h> //#include <SoftPWM.h> LiquidCrystal lcd(12, 11, 5, 4, 3, 22); #define set digitalRead(10) #define mov digitalRead(9) #define inc...
  2. J

    PID ardunio libraray

    I got an error after placing PId library file Its say \Arduino\libraries\PID_v1\PID_v1.cpp:8:22: fatal error: WProgram.h: No such file or directory Please someone could help me regarding this problem The code im running #include <PID_v1.h> //Define Variables we'll be connecting to double...
  3. J

    Software/complier enquiry

    Does anyone know which software could be used to run the following code? http://thetechnicalbrain.com/electronics/elec_pid.php
  4. J

    OMRON Photomicrosensor EE-SX471

    where can i find OMRON Photomicrosensor EE-SX471 in proteus simulation software ?
  5. J

    PID based dc motor speed control using boost converter

    Anyone can design the project," PID based dc motor speed control using boost converter" in Proteus simulation software. The cost will be given , no worries
  6. J

    PID controllers using Microcontrollers for dc motor speed control

    if you have done please send me
  7. J

    optical enocder in proteus

    please the proteus file and keil i will fix for you or ... send private message via Edaboard interface. (Moderator edit.)
  8. J

    Atmega16 Software enquiry

    Does anyone know which software could be used to run the following code? $regfile "M16DEF.DAT" $crystal = 8000000 $baud = 9600 $hwstack = 32 $swstack = 8 $framesize = 40 Config Timer1 = Pwm , Pwm = 8 , Compare A Pwm = Clear Up , Prescale = 8 Config Lcdpin = Pin , E = Portc.4 , Rs = Portc.5 ...
  9. J

    [SOLVED] Proteus 8.1 Arduino Error in compiling

    Can you breifly explain how did you solve this problem ?
  10. J

    KEYPAD Scanner 4x4 cpld

    I dont even know how to test it on test bench
  11. J

    KEYPAD Scanner 4x4 cpld

    i have got this code on the web but its just 3x4 matrix well i need 4x4 matrix module keypadscan(reset, clk, row, column, out); // program for 4x3 keypad input reset, clk; output [3:0] row; input [2:0]...
  12. J

    parallel to parallal state machine to generate parity

    can someone help me to generate parity with 8 bit of inputs parallel to parallel using state machine using vhdl code? I have done serial to parallel converter can someone fix for me ? library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_ARITH.ALL; use IEEE.STD_LOGIC_UNSIGNED.ALL...
  13. J

    KEYPAD Scanner 4x4 cpld

    I just try to write a program which detect the 4x4 keypad and decode. I try to learn xilinx application xapp512__verilog.zip, but I still confuse how to write this program.
  14. J

    coding help in keil ???

    it give me errors while running the program and yeah its hould should based on AT89c2051
  15. J

    coding help in keil ???

    #include<reg2051.h> unsigned int m; void delay() {for(m=0;m<=20;m++) { TMOD=0X01; TL0=0xFD; TH0=0X4B; TR0=1; while(TF0==0); TR0=0; TF0=0;}} /// one sec delay sbit L=P3^2; sbit M=P3^3; sbit R=P3^4; void main () { P1=0x00; P3=0xFF; if (L==1&&M==0&&R==1) {P1=0x05;} // forward else...

Part and Inventory Search

Back
Top