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 muntahajameel

  1. M

    [PIC] analog input and digital output on the same port

    If the ADCON1 isn't correct for PIC16F88 ,why it is work!!!!
  2. M

    [PIC] analog input and digital output on the same port

    thanks for your replying , is the=at code is correct????? TRISA = 0x02; // set AN1 pin as input ANSEL = 0x02; // set AN1 pin as analog ADCON1=0x01; // set AN0 PIN as digital
  3. M

    [PIC] analog input and digital output on the same port

    I am having difficulties with having both analog input and digital output on the same port on PIC16F88. On PIC16F88, PORTA is bidirectional I/O pins can be used for both analog inputs or digital inputs. I would like to have; RA1/AN1 as analog input and RA0/AN0 as digital output which will be...
  4. M

    [PIC] HOW to send feedback from the coordinator to the node based on Zigbee???

    Am using DRF_1605 module which works on zigbee technology. i am able to read temperature data from temperature sensor by using these modules, Now i want to transmit feedback from the coordinator to the other 3 nodes by using zigbee technology it is work but i put a LED on the PORTA as output to...

Part and Inventory Search

Back
Top