Comments for Bäschteler of Science Blog https://bashtelorofscience.wordpress.com bashtelor of science - a blog about my electronics and other creations Fri, 02 Dec 2022 20:58:42 +0000 hourly 1 http://wordpress.com/ Comment on 100W HiFi Stereo amplifier with custom case based on LM3886 by Daniel https://bashtelorofscience.wordpress.com/2020/12/06/100w-hifi-stereo-amplifier-with-custom-case-based-on-lm3886/comment-page-1/#comment-443 Fri, 02 Dec 2022 20:58:42 +0000 http://bashtelorofscience.wordpress.com/?p=1099#comment-443 Nice work! It looks amazing and I bet sounds great

Like

]]>
Comment on DIY LoRa Antenna by Nicklas Lundgren https://bashtelorofscience.wordpress.com/2018/04/03/diy-lora-antenna/comment-page-1/#comment-429 Tue, 05 Apr 2022 16:59:32 +0000 http://bashtelorofscience.wordpress.com/?p=873#comment-429 This looks like a really good construction. ! I have just one question – how do you mount this antenna, for instance on top of a metal pipe?

Like

]]>
Comment on Customize a cheap VU-meter by 100W HiFi Stereo amplifier with custom case based on LM3886 – Bäschteler of Science Blog https://bashtelorofscience.wordpress.com/2020/11/05/customize-a-cheap-vu-meter/comment-page-1/#comment-297 Sun, 06 Dec 2020 10:59:10 +0000 http://bashtelorofscience.wordpress.com/?p=992#comment-297 […] The analog VU meters were already described in an earlier blog post. […]

Like

]]>
Comment on FastLED painter library by Brian D https://bashtelorofscience.wordpress.com/2017/10/23/fastled-painter-library/comment-page-1/#comment-266 Thu, 30 Jul 2020 16:33:47 +0000 http://bashtelorofscience.wordpress.com/?p=716#comment-266 In reply to bashtelorofscience.

I have been playing with FastLED Painter and it is an excellent addition to the FastLED library. Thanks so much for your contribution!
One issue I am having is that code that works just fine on ESP8266 does not work on ESP32. Specifically, if I make a sketch with 75 pixels it works fine but if I try 76 or more, everything is messed up. The animation runs super slow and, instead of the first 76 pixels lighting up, the entire strip of 300 lights up. It is as if the pixel array(s) are being expanded to many times the requested size.
I can run examples from the basic FastLED library on ESP32 that work fine so it is something in the brush creation code that is going astray.
Any thoughts as to what might be going wrong?

Like

]]>
Comment on I made a Volumio music player by bob https://bashtelorofscience.wordpress.com/2020/03/02/i-made-a-volumio-music-player/comment-page-1/#comment-253 Thu, 30 Apr 2020 05:29:59 +0000 http://bashtelorofscience.wordpress.com/?p=993#comment-253 Magic ! I’m looking at this and will have questions…:)

Like

]]>
Comment on Advanced capacitive sensing with Arduino by Thomas https://bashtelorofscience.wordpress.com/2019/02/08/advanced-capacitive-sensing-with-arduino/comment-page-1/#comment-241 Tue, 10 Mar 2020 00:40:51 +0000 http://bashtelorofscience.wordpress.com/?p=949#comment-241 Wow, very nice!
Thanks a lot. I’m going to try that next on my musical instrument project https://github.com/ttempe/Pocket_Organ

Like

]]>
Comment on Universal op-amp circuit PCB by Graham https://bashtelorofscience.wordpress.com/2017/06/05/universal-op-amp-circuit-pcb/comment-page-1/#comment-182 Sat, 29 Jun 2019 21:10:42 +0000 http://bashtelorofscience.wordpress.com/?p=500#comment-182 In reply to bashtelorofscience.

Thanks for the directions to look in, most helpful. You are very generous with your time, and I appreciate it.

Like

]]>
Comment on Universal op-amp circuit PCB by bashtelorofscience https://bashtelorofscience.wordpress.com/2017/06/05/universal-op-amp-circuit-pcb/comment-page-1/#comment-181 Sat, 29 Jun 2019 07:47:35 +0000 http://bashtelorofscience.wordpress.com/?p=500#comment-181 In reply to Graham.

There are thousands of examples available online and the values you need depend on what you want to do. A good starting point is to search for an ‘application note’ realeased by most manufacturers (analog devices or texas instruments have tons of them about almost any amplifier circuit, including part lists).
Building a piezo amp even though one of the simplest amplifier circuits has its pitfalls. You can use the default circuit called ‘charge amplifier’ (just google it). There is no such thing as a zero-gain piezo amplifier, as the piezo outputs a charge (i.e. a number of electrons) and the amplifier outputs a voltage. You need to select the proper C_f (feedback capacitor) for your sensor’s output. You can start with a 1nF capacitor. Just make sure it is a high quality capacitor, like a ceramic with the NP0 dielectric or a foil capacitor. Selectring the wrong capacitor will lead to signal distortion. Add a high value resistor in parallel with the capacitor, like 1M or 10M (that is megaohm). Also you need a dual-voltage supply as the charge amplifier inverts the signal (causing a 180° phase shift).
R_in = 1k (input resistor is just to protect the circtuit)
C_f = 1nF (feedback capacitor sets the amplification)
R_f = 10M (feedback resistor removes DC offset, solder parallel to C_f)
and that is all you need. Apart from the amplifier with really high input impedance. The LMC602 is a very good choice as it is one of the highest impedance amplifiers in existance and as a bonus is really low noise.
Extra Tip: only use shielded cables (i.e. coaxial cables) to connect the piezo sensor (connect the cable shield to GND), the tiny charges emitted by the sensor combined with the high impedance input will pick up any electromagnetic noise.

Like

]]>
Comment on Universal op-amp circuit PCB by Graham https://bashtelorofscience.wordpress.com/2017/06/05/universal-op-amp-circuit-pcb/comment-page-1/#comment-180 Sat, 29 Jun 2019 03:50:31 +0000 http://bashtelorofscience.wordpress.com/?p=500#comment-180 to help a beginner out, do you have some examples of circuits with components & values) built with this board? I am interested in an instrumentation amplifier, and also a zero-gain amp for a piezo sensor (so using the opamp for high input impedance not amplification)..

Like

]]>
Comment on Nanowatt Pulse Motor by bashtelorofscience https://bashtelorofscience.wordpress.com/2018/09/02/nanowatt-pulse-motor/comment-page-1/#comment-172 Sun, 16 Jun 2019 07:21:52 +0000 http://bashtelorofscience.wordpress.com/?p=917#comment-172 In reply to Tony Contrada.

It sure works with four coils, it would even work with just one at the expense of efficiency.

Like

]]>