Questions tagged [adc]

An analog-to-digital converter (ADC) is a device that converts a continuous signal to a series of digital numbers. Prefer tag [audio-aliasing], if appropriate.

An ADC samples a continuously variable physical quantity (eg light, sound, position, voltage, etc) and periodically outputs a digital value for it.

601 questions
-5
votes
1 answer

Writing stm32 ADC values to SD card

I can't read uint data(in text file) from sdcard which has been written from stm32 adc. I am able to write data to sd card but weird symbols appear when I open txt file in my latop. I am using SDIO and FATFS
1 2 3
40
41