Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 25, 2019 06:36PM |
Registered: 8 years ago Posts: 31 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 26, 2019 02:21AM |
Registered: 7 years ago Posts: 1,007 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 26, 2019 04:43AM |
Registered: 8 years ago Posts: 31 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 26, 2019 05:12PM |
Registered: 10 years ago Posts: 978 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 26, 2019 09:24PM |
Registered: 8 years ago Posts: 31 |
Quote
frankvdh
I'd be keen to be a beta tester.
One question: is this suitable for under-bed mounting? I'd rather mount under my delta's bed than hang it, and the associated wiring, on the effector.
Although the FFC sounds great too!
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 03:08AM |
Registered: 6 years ago Posts: 148 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 03:24AM |
Registered: 7 years ago Posts: 1,007 |
Quote
Pippy
I wonder what it is you're trying to do with the outputs of U3C and U3D (see attached image) ?
Looks like you're trying to combine the outputs but very unsuccessfully. The output of U3D will have no effect (depending on the value of R4).
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 03:27AM |
Registered: 6 years ago Posts: 148 |
Quote
MKSA
Anyway, why not to use the ADC of the controller and do all level, filtering in firmware ? Just one OP Amp and protection in the front. Look how DC42 did it in his smart effector.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 04:02AM |
Registered: 11 years ago Posts: 14,686 |
Quote
Pippy
You don't even need an op-amp before the ADC, just a little RC filtering and diode protection. The signal from the piezo is very high in level.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 05:47AM |
Registered: 7 years ago Posts: 1,007 |
Quote
Pippy
Quote
MKSA
Anyway, why not to use the ADC of the controller and do all level, filtering in firmware ? Just one OP Amp and protection in the front. Look how DC42 did it in his smart effector.
I too thought this !
Using a little CPU should have made most of that analogue op-amp circuitry obsolete.
You don't even need an op-amp before the ADC, just a little RC filtering and diode protection. The signal from the piezo is very high in level.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 06:55AM |
Registered: 11 years ago Posts: 14,686 |
Quote
MKSA
Quote
Pippy
Quote
MKSA
Anyway, why not to use the ADC of the controller and do all level, filtering in firmware ? Just one OP Amp and protection in the front. Look how DC42 did it in his smart effector.
I too thought this !
Using a little CPU should have made most of that analogue op-amp circuitry obsolete.
You don't even need an op-amp before the ADC, just a little RC filtering and diode protection. The signal from the piezo is very high in level.
OK if the controller can handle it. Note it wasn't to amplify the signal.
A piezo is a very high impedance high voltage source (In fact a cap with a minute amount of charge determined by the deflection).
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 06:56AM |
Registered: 6 years ago Posts: 148 |
Quote
dc42
Whereas on the Smart Effector the signal from the strain gauge is measured in microvolts, so we do need the op amp.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 08:43AM |
Registered: 11 years ago Posts: 14,686 |
Quote
Pippy
I guess as the PCB is ever so slightly deformed when the nozzle touches the bed, the lower layer PCB tracks expand ever so slightly, and the upper layer tracks do the opposite ?
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 10:43PM |
Registered: 8 years ago Posts: 31 |
Quote
Pippy
I wonder what it is you're trying to do with the outputs of U3C and U3D (see attached image) ?
Looks like you're trying to combine the outputs but very unsuccessfully. The output of U3D will have no effect (depending on the value of R4).
Quote
MKSA
Quote
Pippy
I wonder what it is you're trying to do with the outputs of U3C and U3D (see attached image) ?
Looks like you're trying to combine the outputs but very unsuccessfully. The output of U3D will have no effect (depending on the value of R4).
True. I was going to make this remark too.
Anyway, why not to use the ADC of the controller and do all level, filtering in firmware ? Just one OP Amp and protection in the front. Look how DC42 did it in his smart effector.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 27, 2019 10:47PM |
Registered: 8 years ago Posts: 31 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 28, 2019 02:14AM |
Registered: 11 years ago Posts: 14,686 |
Quote
pyr0ball
I'm using a hardware interrupt, which is VERY fast (like on the order of a few microseconds). From what I understand about dc42's effector, it's using an adc input and software to analyze the signal, which requires the adc pin to be actively polled
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor February 28, 2019 11:36AM |
Registered: 8 years ago Posts: 31 |
Quote
dc42
Quote
pyr0ball
I'm using a hardware interrupt, which is VERY fast (like on the order of a few microseconds). From what I understand about dc42's effector, it's using an adc input and software to analyze the signal, which requires the adc pin to be actively polled
That's correct. But how fast does it need to be? We clock the ADC at 250kHz, giving a conversion time of 52us. We recommend probing at 20mm/sec. In 52us the probe travels about 1um. So that's the amount of jitter introduced by using the ADC.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor March 03, 2019 10:54AM |
Registered: 8 years ago Posts: 65 |
Quote
dc42
The attiny processor ADC inputs are OK with any two of high resistance source, high capacitance source, and fast changing input. The datasheet gives the ADC input resistance as 100Mohms typical and a few pF capacitance.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor March 03, 2019 11:26AM |
Registered: 11 years ago Posts: 14,686 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor March 03, 2019 12:24PM |
Registered: 7 years ago Posts: 1,925 |
Quote
pyr0ball
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor March 03, 2019 02:54PM |
Registered: 13 years ago Posts: 1,466 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor March 03, 2019 04:39PM |
Registered: 11 years ago Posts: 14,686 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 02, 2019 11:33AM |
Registered: 13 years ago Posts: 227 |
Quote
ECJ
Quote
dc42
The attiny processor ADC inputs are OK with any two of high resistance source, high capacitance source, and fast changing input. The datasheet gives the ADC input resistance as 100Mohms typical and a few pF capacitance.
It was what I said two years ago here in the forum (https://reprap.org/forum/read.php?1,635075,760894#msg-760894), but it seems that some did not understand ... "DjDemonD" should remember well of my approach, because it was he who came in contact with me seeking a partnership. My "PiezProbe", which I've been seeing in Brazil for two years, uses only one Attiny and nothing else. Just develop the right software. Anyway, the use of attiny (without any other active component), is really a great solution.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 02, 2019 02:04PM |
Registered: 8 years ago Posts: 31 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 03, 2019 09:24AM |
Registered: 8 years ago Posts: 65 |
Quote
karabas
Quote
ECJ
Quote
dc42
The attiny processor ADC inputs are OK with any two of high resistance source, high capacitance source, and fast changing input. The datasheet gives the ADC input resistance as 100Mohms typical and a few pF capacitance.
It was what I said two years ago here in the forum (https://reprap.org/forum/read.php?1,635075,760894#msg-760894), but it seems that some did not understand ... "DjDemonD" should remember well of my approach, because it was he who came in contact with me seeking a partnership. My "PiezProbe", which I've been seeing in Brazil for two years, uses only one Attiny and nothing else. Just develop the right software. Anyway, the use of attiny (without any other active component), is really a great solution.
Do you use selfcalibration or manual tuning?
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 06, 2019 04:25AM |
Registered: 7 years ago Posts: 1,007 |
Quote
ECJ
Quote
karabas
Quote
ECJ
Quote
dc42
The attiny processor ADC inputs are OK with any two of high resistance source, high capacitance source, and fast changing input. The datasheet gives the ADC input resistance as 100Mohms typical and a few pF capacitance.
It was what I said two years ago here in the forum (https://reprap.org/forum/read.php?1,635075,760894#msg-760894), but it seems that some did not understand ... "DjDemonD" should remember well of my approach, because it was he who came in contact with me seeking a partnership. My "PiezProbe", which I've been seeing in Brazil for two years, uses only one Attiny and nothing else. Just develop the right software. Anyway, the use of attiny (without any other active component), is really a great solution.
Do you use selfcalibration or manual tuning?
Self calibrated without any manual adjustment (since it was launched over 2 years ago).
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 06, 2019 10:45PM |
Registered: 8 years ago Posts: 31 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 07, 2019 03:57AM |
Registered: 7 years ago Posts: 1,007 |
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 07, 2019 08:02AM |
Registered: 13 years ago Posts: 1,466 |
Quote
MKSA
............ Indeed, as written before, the use of a microcontroller to treat the pizeo signal is the way to go in this digital age.
Re: Presenting: The Pyr0-Piezo Z-Sensor! A self-calibrating piezoelectric sensor September 07, 2019 04:36PM |
Registered: 8 years ago Posts: 65 |
Quote
MKSA
How about some pictures, schematic, video in operation ? I understand you don't want to have it copied and I understand you, so no need to give the firmware.