Maker Pro
Maker Pro

I'm Looking for a PIC project.

A

andro000

Jan 1, 1970
0
I don't have an application in mind. I mostly just want to use the
thing. Well ... ok, something in RC and or robotics? I am open to all
suggestions however. the PIC is a 16C74B.

Thank You,

Mica
 
S

Spehro Pefhany

Jan 1, 1970
0
I don't have an application in mind. I mostly just want to use the
thing. Well ... ok, something in RC and or robotics? I am open to all
suggestions however. the PIC is a 16C74B.

Thank You,

Mica

Why don't you make a strobe?


Best regards,
Spehro Pefhany
 
A

andro000

Jan 1, 1970
0
Could I use such a strobe as a Tachometer? That would be very usefull!
 
P

Paul E. Schoen

Jan 1, 1970
0
andro000 said:
I don't have an application in mind. I mostly just want to use the
thing. Well ... ok, something in RC and or robotics? I am open to all
suggestions however. the PIC is a 16C74B.

Thank You,

Mica

It seems odd to ask for ideas about how to use a particular microcontroller
for a project. Normally, one would start with a concept, determine all the
I/O and other parameters, and then find a PIC best suited to the job. The
16C74B is a very versatile part, having 40 pins with all sorts of
capabilities. However, the UV erasable "C" parts are nearly all superceded
by the much more versatile "F" parts, especially for initial development and
debugging. I started using PICs about 5 years ago, with a 16C63, but later
switched to 16F72A.

I am now using an 18F242, which has a richer instruction set, and I'm also
using a PIC18F2331, which has PWM for a motor control project. There are
other PICs specifically designed for R/C. I have the Microchip RFPic
development package, but never used it.

Some simple projects I think would be useful are:

1. A versatile battery charger and condition monitor, with simple LED
readouts and capacity for various cell types and voltages.

2. An AC line voltage monitor/datalogger with remote access using RS232,
TCP/IP, or other means.

3. A woodstove flue temperature monitor/datalogger with overtemperature
alarm, and robotic adjustment of draft.

Paul E. Schoen
www.pstech-inc.com
 
R

Riscy

Jan 1, 1970
0
Circuit Cellar cover quite a lot of topic and projects relating on PIC
microcontroller. It even includes embeddeding image data on video using
PIC (!), that really cool project.

You might consider knight rider LED project where you have say 10 leds
(or 20) and vary the brightness left to right and vice versa using PWM.
The code is based on IAR C complier once running, and it looked very
very cool. I implemented this LED into my ski Helmet and every one
treat me like God(!), free beer(!). Even my manager is very impressed,
but no pay rise...damn!.

IAR complier provides very compact code but it is not cheap (my company
pay for this) and technical support is not free after 1 years. You
better off using MicroChip C complier and stick with 18F series rather
than dated 16F or 17F. It has much better memory and feature and
includes multiplier.

It best to stick with flash rather than C type, it easier to debug and
prototype.

Good luck
 
D

Dave but not \Dave\

Jan 1, 1970
0
andro000 said:
I don't have an application in mind. I mostly just want to use the
thing. Well ... ok, something in RC and or robotics? I am open to all
suggestions however. the PIC is a 16C74B.

Thank You,

Mica

OK, so here are a few sensor applications. Work out what's sexy and can do
it for you in your area of interest ie. RC and robotics, then add some
motors and LEDs.

Acceleration
Air Flow
Air Quality
Automotive
Biomedical
Capacitance
Current
Distance
Flame
Flow
Frequency
Gas
Human Motion
Human Proximity
Human Touch
Humidity
Light
Liquid
Magnetic
Magnetoresistive
Metal
Microwave
Moisture/Water
Motion
Movement
Peak
Phase
Position
Pressure
Proximity
Radiation
Resistance
RF (Radio Frequency)
Rotation
Seismic
Smoke
Speed
Temperature
Vacuum
Vibration
Voltage
Water/Moisture
Wind Speed
 
D

Deefoo

Jan 1, 1970
0
Paul E. Schoen said:
It seems odd to ask for ideas about how to use a particular microcontroller
for a project. Normally, one would start with a concept, determine all the

Not really. I have a whole bunch of leftover processors, controllers and
boards lying around and I really don't know what to do with them (except for
getting rid of them). Actually, I can think of many applications, but I
never bothered to start or finish a single one.

--DF
 
R

Rich Grise

Jan 1, 1970
0
Could I use such a strobe as a Tachometer? That would be very usefull!

What strobe?

When you post from googlegroups, you need to NOT click the "reply" link
at the bottom of the post. Scroll up to the header of the post, click
the "show options" link, and then click _that_ "reply" link. Then google
will quote context for you.

Good Luck!
Rich
 
R

Rich Grise

Jan 1, 1970
0
Not really. I have a whole bunch of leftover processors, controllers and
boards lying around and I really don't know what to do with them (except for
getting rid of them). Actually, I can think of many applications, but I
never bothered to start or finish a single one.

You could just ship them to me. ;-D

Cheers!
Rich

Rich Grise
c/o ABI Engineering
12143 Rivera Rd.
Whittier, CA 90606
 
Top