embedded:adventures:analogio
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
embedded:adventures:analogio [2016/02/26 16:50] – created by Milo terrabots | embedded:adventures:analogio [2024/08/20 21:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Analog Output ===== | ||
+ | |||
+ | There are two means to create analog output. | ||
+ | |||
+ | Returning to the former method, the old school way to control a D/A chip was through a parallel output scheme, whereby the 8- or 10- or XX-bits of output were sent directly to the chips for conversion to a single analog output signal. | ||
+ | |||
+ | ==== Arduino ==== | ||
+ | |||
+ | to be added. | ||
+ | |||
+ | ==== TI ==== | ||
+ | |||
+ | to be added. | ||
+ | |||
+ | |||
+ | ==== mBed ==== | ||
+ | |||
p15 to p20 are the AnalogIn Input Pins, and p21 to p26 are the PwmOut Output Pins. This means the mBed can handle separate instances of Analog I/O devices. | p15 to p20 are the AnalogIn Input Pins, and p21 to p26 are the PwmOut Output Pins. This means the mBed can handle separate instances of Analog I/O devices. | ||
embedded/adventures/analogio.1456523442.txt.gz · Last modified: 2024/08/20 21:38 (external edit)