制造商零件编号 A000005
ARDUINO NANO ATMEGA328 EVAL BRD
Arduino
所订产品一般在 7-10个工作日 内送达中国,具体时间取决于收货地点。
最低订购金额为人民币 300 元,顺丰快递免运费配送。
当用人民币下单时,按照国际贸易条款 DDP(DigiKey 支付关税、海关费用和当地税款)方式结算。
电汇预付
更多来自全授权合作伙伴的产品
下单后,从合作伙伴发货平均需要时间 1-3 天,也可能产生额外运费。可能另外收取运费。 实际发货时间请留意产品详情页、购物车和结账页面上的说明。
国际贸易结算方式:CPT(交货时支付关税、海关费用和适用 VAT/应付税金)
有关详情,请访问帮助和支持
License: General Public License Arduino
A VU meter, also known as a Volume Unit meter, is a device used to display the audio signal level in decibels (dB) in real time. It is commonly found on audio equipment to help users monitor and control audio levels. The analog VU meter typically consists of needle-based indicators that move in response to the audio signal's intensity.
This time I will describe how to make such a device that uses a VFD (vacuum fluorescent display) instead of analog instruments.
In this particular case, the display is a GP1287 with a resolution of 256 by 50 points. In one of my previous videos (https://www.youtube.com/watch?v=nvs09OfKzgc&t=18s), I described how to connect such a display to an ESP32 microcontroller, and this time the display is controlled by an Arduino. The device is extremely simple to build and contains only a few components - Arduino Nano Microcontroller - GP1287 VFD Display - 10K potentiometer, - and two capacitors and resistors.
The signal from both audio channels (left and right) is brought to the analog inputs of the Arduino through coupling capacitors.
As for the code, I don't have much experience, so feel free to modify and improve it. It is basically based on the U8G2 library, because only this library has support for this kind of VFD display. Also note that when compiling the code, you should use the U8G2 library given below. In the first few lines of code, we can define the values of gain, low sound, and high sound, as well as the speed at which the arrow returns to its original position. The sensitivity of the VU meter can be controlled with the potentiometer mounted on the back of the device.
Finally, a short conclusion. I made the device with the intention of explaining to you how you can connect this type of display to an Arduino microcontroller. In actual operation of the VU meter, the slow response of the hands in relation to the input audio signal can be observed, which is a consequence of the display itself, not the microcontroller or the code. Namely, when testing the code, I used a 128х64 LCD display instead of a VFD, and the reaction was almost momentary. Due to the relatively high consumption of the display, it is preferable to power it through the power connector of the display itself, which is shown in the picture.
The device is installed in a suitable box made of PVC material with a thickness of 5 mm and covered with colored self-adhesive wallpaper.
谢谢!
敬请关注收件箱中的 DigiKey 新闻与更新!
请输入电子邮件地址