Skip to main content
avdweb
Home
Popular
Maxun e-kit
Spotwelder
Universal Power Control board
Solarbike
E-bike
Motor
Ebike Electronics
Batteries
Ebike misc.
Mechanical issues
Arduino
SAMD21
Arduino misc.
Hardware interfacing
Programming
Timing
ADC-DAC
Measurement
ATtiny3217
Tech tips
Tech tips Electronics
PCB
Composites
PV panels
Computer
Tech tips Miscellaneous
GPS
GPS info
Wandelingen (NL)
Fietsroutes (NL)
Miscellaneous
Columns
Life
Other
Archaeology
Search
Home
Popular
E-bike
Arduino
Tech tips
GPS
Miscellaneous
Search
Home
Arduino
ADC-DAC
ADC/DAC
Fast PWM-DAC library for the SAMD21
This library is an improvement of the standard Arduino function analogWrite(). The analogRead() is also made much faster, see this article: Fast analogRead / 10-bit ADC for the Arduino Uno and...
Read more
Fast analogRead 10/12 bit ADC for the Arduino Zero and Uno
analogReadFast() This fast ADC library is built as part of the Oscilloscope base library for the Arduino. The standard analogRead() function takes about 112us for the AVR and 425us for the SA...
Read more
Cheap 16 bit DAC AD5662 for the Arduino
AD5662 If you need a high resolution DAC for the Arduino, the AD5662 is good choice: 16 bit resolution Low price $4 No extra components required 5V operation Simple 3 pin interface 16 bi...
Read more
Fast PWM-DAC library
Create a faster DAC with the FastPWMdac library The library is essentially a wrapper around the TimerOne library by Paul Stoffregen. For the fast ADC see HERE. For the SAMD21 see this article: Fa...
Read more