A Bin Kit represents a group of individual flux or power bins that are shippable for a given ordering part number. Individual flux bins are not orderable..
Flux Bin listed is minimum bin shipped - higher bins may be included at Luminus’ discretion
CBT-90-RX-L15-BM100 represents a red CBT-90 Device with a minimum Flux of 770lm and a Dominant Wavelength between 611-631nm
CBT-90-G-L11-CK100 represents a green CBT-90 Device with a minimum flux of 1500lm and a Dominant Wavelength between 510-540nm
CBT-90-B-L11-J100 represents a blue CBT-90 Device with a minimum Power of 10Watts and a Peak Wavelength between 445-470nm
In the PCB electronic industry welding process, more and more manufacturers are beginning to turn their attention to selective welding. Selective welding can complete all solder joints at the same tim...
[font=微软雅黑][size=4]The company's scale ran out of power recently. The battery hasn't arrived for a long time. During the days when the scale was dormant, a colleague of mine seemed to have gained 3 or...
[i=s] This post was last edited by ljj3166 on 2015-10-23 18:22[/i] After 2 months of struggling, the expected plan has basically been achieved. This post is considered as the final summary. I forgot t...
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]