PIC Microcontroller

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!!

You write a program!

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? :smiley:

Just design a suitable PCB and get it made. Program the PIC with a PICkit 3 or ICD 3.

If the Arduino will do what you want, is there some particular function the PIC will perform that makes it better for the job?

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.

1188-1058-ND on Digikey (Sparkfun used to sell it but it’s retired now)

thanks :smiley:

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?

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.

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…