View previous topic :: View next topic |
Author |
Message |
kel
Joined: 17 Oct 2005 Posts: 68 Location: Brisbane
|
Are you a programming guru? |
Posted: Wed Oct 19, 2005 12:10 am |
|
|
i have built a an pool object detector in analogue/hardware and would like to take it further to develop it in software.i'm very new to picc/c programming.
the device is to have set two setpoints,one for the minimum and maximum.the echoes received are integrated and a smooth rising signal is obtained from this result.
the signal changes in amplitude depending on the mass of the object that is in the pool.any idea on how i should go about this in software?
i beleive some programmers/gurus are in this forum..
cheers
Last edited by kel on Wed Oct 19, 2005 12:33 am; edited 7 times in total |
|
|
kel
Joined: 17 Oct 2005 Posts: 68 Location: Brisbane
|
Re: need help and some ideas |
Posted: Wed Oct 19, 2005 12:12 am |
|
|
kel wrote: | i have built a an pool object detector in analogue/hardware and would like to take it further to develop it in software.i'm very new to picc/c programming.
the device is to have set two setpoints,one for the minimum and maximum.the echoes received are integrated and a smooth rising signal is obtained from this result.
the signal changes in amplitude depending on the mass of the object that is in the pool.any idea on how i should go about this in software?
i beleive some programmers/gurus are in this forum..
cheers |
|
|
|
asmallri
Joined: 12 Aug 2004 Posts: 1634 Location: Perth, Australia
|
|
Posted: Wed Oct 19, 2005 3:07 am |
|
|
Perhaps you should be looking at a dsPIC?
Your description of the pool detector is rather simplistic and I assume there is significantly more to your existing analog implementation than you have described. For example the return echo in the event of a disturbance will be determined by several significant criteria. This includes:
The mass and velocity of the object.
The shape of the object
The angle the object penetrates the surface
The distance of the source of the disturbance from the sensor (attenuation)
Surface noise in the presence of wind
Water temperature
Barometric pressure
Depth of the pool
3D shape of the pool
Water level
Water salinity (salt water versus fresh water chlorination system)
Pool filtration system and characteristics
Taking all this into account, it is not easy to answer your question. _________________ Regards, Andrew
http://www.brushelectronics.com/software
Home of Ethernet, SD card and Encrypted Serial Bootloaders for PICs!! |
|
|
kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
|
Posted: Wed Oct 19, 2005 6:46 pm |
|
|
There are so many answers to your question, that I would ask a couple question of my own.
- How much analog stuff do you want to replace with a PIC?
- Are you looking to do DSP with a PIC? |
|
|
|