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 vasilpetrovich

  1. V

    Recognition of the signal from the IR remote control without libraries

    PIC12F615 microcontroller with this code: code and irlink have 38kHz
  2. V

    Recognition of the signal from the IR remote control without libraries

    I change to this, but it doesn't set nec_ok to true: boolean nec_ok = 0; byte i, nec_state = 0, command, inv_command; unsigned int address; unsigned long nec_code; void setup() { Serial.begin(9600); // Timer1 module configuration TCCR1A = 0; TCCR1B = 0...
  3. V

    Recognition of the signal from the IR remote control without libraries

    here it is, but it doesn't work, it prints infinity zeros: volatile uint8_t inputCaptureData[32]; volatile uint8_t receiveCounter = 0; //Receiver Counter volatile uint8_t receiveComplete = 0; //Receive Complete Flag int IR_PIN = 2; void handleIR() { uint32_t currentMicros = micros()...
  4. V

    Recognition of the signal from the IR remote control without libraries

    I need to recognize a signal from an IR remote, not to use a library for working with IR remotes/receivers. How can when the button is clicked to display its name. I have PIC12F615 microcontroller with this code: code and 5 buttons connected to him and I need recognise which button pressed. I...
  5. V

    Rotary Encoder Module with Arduino UNO and SG-90 servo motor

    Is the servo and encoder connection diagram correct?

Part and Inventory Search

Back
Top