Page 1 of 1

PIC Microcontroller

Posted: Sun Aug 14, 2016 3:16 am
by butternut
Good day! I would like to know if there is a way to see the output of a sensor connected to a PIC. Just like with arduino that you could see the outputs from the PORT where the sensor is connected.

P.S. the sensor i'm using is not found in proteues

thanks!!

Re: PIC Microcontroller

Posted: Sun Aug 14, 2016 11:35 pm
by leon_heller
You write a program!

Re: PIC Microcontroller

Posted: Tue Aug 16, 2016 11:33 pm
by butternut
What I'm trying to mean is that is there a kit for a PIC18F4550 where you can mount it and read the output from a PC via a terminal, based on the program you have written? :D

Re: PIC Microcontroller

Posted: Wed Aug 17, 2016 1:52 am
by leon_heller
Just design a suitable PCB and get it made. Program the PIC with a PICkit 3 or ICD 3.

Re: PIC Microcontroller

Posted: Wed Aug 17, 2016 5:33 am
by lyndon
If the Arduino will do what you want, is there some particular function the PIC will perform that makes it better for the job?

Re: PIC Microcontroller

Posted: Wed Aug 17, 2016 6:19 am
by butternut
Our school project requires PIC only. My concern is that can I view the readings from the sensor(example pulse rate sensor) I'll be using via PC/terminal, just like what I saw on some tutorials but it's with an Arduino. I hope you get what I'm trying to mean.

Re: PIC Microcontroller

Posted: Wed Aug 17, 2016 3:02 pm
by n1ist
1188-1058-ND on Digikey (Sparkfun used to sell it but it's retired now)

Re: PIC Microcontroller

Posted: Thu Aug 18, 2016 6:22 am
by butternut
thanks :D

Re: PIC Microcontroller

Posted: Sat Aug 20, 2016 8:08 am
by butternut
Hey guys! I'd like to ask if it's possible to interface a digital blood pressure device that is equipped with a USB feature to my PIC18f4550. Will it be achieved using ADC?

Re: PIC Microcontroller

Posted: Mon Aug 22, 2016 9:10 pm
by skimask
If this is a school project, surely the "instructor" would know the answer to that simple question.

The PIC18F4550 is a 'slave' USB device, not a 'host' USB device.
Unless your 'digital blood pressure device' is a magical 'host' USB device that would be able to send data to a 'slave' device, no.

Again, surely your 'instructor' would have 3 brain cells that could work in concert to figure that out.

Re: PIC Microcontroller

Posted: Tue Aug 23, 2016 6:19 pm
by n1ist
You could use a MAX3421 as a host interface - https://www.sparkfun.com/products/9947
Looks like Google finds a number of pages that interface that chip to PICs...