I am using an AC input in my project. My input signals period which comes to port of PIC pin is 20ms.Its almost square waveform. I want to check this signal in 30ms time-interval continuously and make the output port "1". Because of using ac input,i cannot make the output port "1". I can not go out of DC 1-0 logic. This confuses me :S.
how to make output port "1" when using AC input
64 Views Asked by tensaiSakuragi At
0
There are 0 best solutions below
Related Questions in PIC
- Modifying a Microchip COFF file
- PIC LCD Code not running on Proteus 8
- S Curve motion profile (motor speed v/s time)
- PIC18F25K80 and SD card integration
- ADC value in pic 16f1827
- Serial received data not recognised
- Wake-up PIC with USART RX
- C - Hertz to Seconds and how to get the proper time for a delay?
- 16PIC877A Reset with C code
- Writing Scheduler/RTOS in XC8
- Receiving “undefined symbols” error with XC8 concerning plib I2C functions on PIC18
- dsPIC33EV256GM102 GPIO - Mysterious High-Low Pulse
- Any PIC18F microcontroller with both CANTX, CANRX and USB D+/D-
- difference between MLA's USB CDC basic demo and CDC Device serial Emulator
- PIC18F timer for minutes and hours
Related Questions in MPLAB
- Modifying a Microchip COFF file
- ADC value in pic 16f1827
- gsm module does not show response message on LCD
- Trouble reading/writing internal EEPROM PIC24F16KA101
- Pointers on PIC32 device not matching expected values in the debugger
- How to see the whole picture in mplab ipe?
- PIC16f877a switch not reading correctly
- UART DMA for varying sized arrays
- printf not working on C32 compiler
- MAX6675 with PIC18F45k22 Data transmission via UART Problem
- MPLABX 5.40 MPASM Assembly PIC
- Reading pins of a pic12f1840
- how can i activate UART(rs-232) with register setting at PICC?
- Redefine short long to use code analysis tools on embedded c code
- MPLAB IDE 3.55, project title does not appear correctly
Related Questions in PROTEUS
- Simulating PSoC 5LP
- How to control a Dual 7 Segment Display in Arduino + Protues
- Traffic Light Simulation Issue with Atmega16 Microcontroller
- establishing a connection between atmega2560 and a virtual terminal via USART? I get weird characters on the monitor
- How to adjust external clock in STM32?
- Why am I getting this error in proteus: "Invalid opcode 0xFFFF at PC=0x0008"
- Is there an solution to stop looping this
- PIC18F4580 isn't turning the LED on in Proteus
- STM32F401xx I2C driver using registers
- Symbol "$MKRORIGIN" used but not found in libraries
- Controller received data whilst busy
- Detect peak value from real time data in an array
- How to store in ACSR and ADCSRA/B (AVR)
- Proteus always error at certain time (in this case 1.75 sec)
- PWM output always 0 on proteus (using atmega328p and assembly on microchip studio to write the code)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?