Is the Spring for ADC Coming? Riot Designer Promises: Strengthening ADC and Weakening Mid Lane!

Is the Spring for ADC Coming? Riot Designer Promises: Strengthening ADC and Weakening Mid Lane!

(Feeling bad…)If someone asks you which position in League of Legends is the weakest, over 80% of players would undoubtedly answer “ADC”. Indeed, ever since the significant price increase of marksman items in 2017, ADCs lost their shine overnight, transforming from the core carry position that should dominate the late game into the outcasts of … Read more

Is ADC Sampling the Conversion of Continuous Analog Signals to Time-Discrete Analog Signals?

Is ADC Sampling the Conversion of Continuous Analog Signals to Time-Discrete Analog Signals?

Hello everyone, I am the Information Guy~ Recently, I came across a statement: “ADC sampling is the conversion of continuous analog signals that change over time into time-discrete analog signals.” I noticed that some colleagues said this statement was incorrect, and that it should be the conversion of continuous analog signals into time-discrete digital signals. … Read more

02-Hrtime Triggering ADC Sampling

02-Hrtime Triggering ADC Sampling

In the previous chapter, we configured the Hrtime TA TB output complementary PWM output. In this section, we will configure the use of TA CH3 channel to trigger ADC sampling. The MCU used is GD32F334.1. ADC Configuration2.1 ADC1 Mode ConfigurationEnable ADC1 channels 1, 2, and 3.Clock Prescaler: The clock division, the main clock is divided … Read more

Solutions for ADC+DMA Target Array Not Updating

Solutions for ADC+DMA Target Array Not Updating

@[toc] Code Structure Optimization /* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : adc_dma.c * @brief : ADC with DMA implementation for STM32F7 series ****************************************************************************** * @attention * – STM32F7 L1-cache considerations: * – Enabling D-cache will cause DMA data not to update * – Solutions: * – Use DTCM memory (0x20000000) * … Read more

Demonstration of Filtering Algorithms in C Language

Demonstration of Filtering Algorithms in C Language

Source: Embedded Development Notes Introduction:This article is a hands-on tutorial on ADC sampling and various filtering algorithms. The MCU used in this tutorial is STM32F103ZET6. The teaching is based on the ADC sampling functions of the HAL library, analyzing and comparing the experimental results of various common filters, and visually demonstrating the filtering effects with … Read more

The Temptation of the Arduino Nano R4

The Temptation of the Arduino Nano R4

The Arduino Nano R4 was just released a few days ago (July 24), similar to the somewhat useless UNO R4, and it uses a 32-bit Renesas processor. Compared to the older R3 with the ATmega328P, its performance is significantly stronger. However, Arduino gives the impression that they are not very sincere; every upgrade feels like … Read more

cmark: A Powerful C++ Library for CommonMark Markdown

cmark: A Powerful C++ Library for CommonMark Markdown

cmark: A Powerful C++ Library cmark is a C++ library for parsing, manipulating, and rendering CommonMark Markdown. It offers a rich set of features that help developers easily handle Markdown documents. 1. Parsing Markdown One of the core functionalities of cmark is parsing Markdown text. It can convert Markdown text into an Abstract Syntax Tree … Read more

New Directions in ADC: Nurix’s Next-Generation DAC Technology Platform

New Directions in ADC: Nurix's Next-Generation DAC Technology Platform

In the previous article《Targeted Protein Degradation (TPD) Technology Leaders’ Target Layout》, we briefly introducedthe four major players in PROTAC (Arvinas,Kymera,C4, andNurix) and the molecular glue fieldMonte Rosa’s research pipeline.Among these five companies,Nurix is the only one with a clear pipeline listing Degrader Antibody Conjugate (DAC).If you are interested in ADCs,you might want to learn more. … Read more

Patent Updates | ADC Patents for the Week of August 7, 2025

Patent Updates | ADC Patents for the Week of August 7, 2025

August 7, 2025 Baiaoshaitu WO2025161939 FOLR1/MUC1 ADC On August 7, Baiaoshaitu disclosed an ADC patent targeting FOLR1 and FOLR1/MUC1. According to the data disclosed in the patent examples, the preferred structure for the FOLR1-targeted ADC is 1A3-CPT2, while the preferred structure for the FOLR1/MUC1 dual-targeted ADC is 10G1-1A3-CPT2; where 1A3 targets FOLR1 and 10G1 targets … Read more

Insights on ADC Learning Experience (250809)

Insights on ADC Learning Experience (250809)

Bu Zeng – Huawai Micro: This week, we studied the first half of Chapter 6. In integrated circuit design, the basic characteristics of devices and the layout design are crucial. It is not a good idea to rely on the absolute values of devices, so using proportional design is evident. However, proportional design still faces … Read more