Using Arduino to control SigmaStudio Audio DSP and LCD/OLED
hello all,
looking started arduino , thought might jump in @ deep end first project, assuming possible.
i plan use adau1701 dsp chip analog devices, use arduino control parameters via i2c or spi , have lcd or oled display show basic menu , parameter values. toggle buttons , rotary encoder select parameters , change values.
datasheet- http://www.analog.com/static/imported-files/data_sheets/adau1701.pdf
i've been watching , reading tutorials , think i'm set if need make led blink i've not found on sort of application further reading on subject muchly appreciated.
now...analog devices have provided bit of guide implementing microcontroller, jist of being, sending information following chip, update values etc...
i don't know how , when send information, sort of thing become apparent start work on this?
what's basic method getting values , menus on screen? i've seen how read temperature sensors , have them display seems quite bit different.
in way commands chip , display linked? i.e pushing button 'send' separate signals/commands display , dsp chip or sort of send command display, send command chip? if makes sense? in short, how go doing this?!
in terms of ease of use can recommend lcd or oled? seems lcds have more supporting material possibly smart choice.
any pointers grand,
many thanks.
looking started arduino , thought might jump in @ deep end first project, assuming possible.
i plan use adau1701 dsp chip analog devices, use arduino control parameters via i2c or spi , have lcd or oled display show basic menu , parameter values. toggle buttons , rotary encoder select parameters , change values.
datasheet- http://www.analog.com/static/imported-files/data_sheets/adau1701.pdf
i've been watching , reading tutorials , think i'm set if need make led blink i've not found on sort of application further reading on subject muchly appreciated.
now...analog devices have provided bit of guide implementing microcontroller, jist of being, sending information following chip, update values etc...
code: [select]
adi_reg_type tones_0[4] = {0x00, 0x00, 0x00, 0x00};
void tones_download()
{
sigma_write_register_block( device_addr_ic_1, 0x0010, 6, tones_0); /* stmuxswslew1coeffname */}
i don't know how , when send information, sort of thing become apparent start work on this?
what's basic method getting values , menus on screen? i've seen how read temperature sensors , have them display seems quite bit different.
in way commands chip , display linked? i.e pushing button 'send' separate signals/commands display , dsp chip or sort of send command display, send command chip? if makes sense? in short, how go doing this?!
in terms of ease of use can recommend lcd or oled? seems lcds have more supporting material possibly smart choice.
any pointers grand,
many thanks.
anyone? no one?
too specific? vague?
too specific? vague?
Arduino Forum > Using Arduino > Project Guidance > Using Arduino to control SigmaStudio Audio DSP and LCD/OLED
arduino
Comments
Post a Comment