biedronka
Newbie level 5
- Joined
- Aug 20, 2022
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 161
Hi there,
I'd need some advice in this task, mentioned in the title above.
In class, we worked on I2C communication achieving combined I2C transaction using ioctl() function (with repeated start sequence). Not sure if I will use it this way, as soon as I manage to implement the code that will work. I'm also using Raspberry Pi in my Linux Environment (VM Machine).
Also, I should test my DAC, at the output I should ensure that several standard waveforms can be generated at the output of the D/A converter. I was thinking about making lookup tables of those waveforms (their digital equivalents) and just loop through.
The reason I'm writing is because I'm a bit lost in information. Not sure about how to configure my DAC, what to include, what to keep in mind ...
I'd really appreciate any kind of directions in this task.
I'd need some advice in this task, mentioned in the title above.
In class, we worked on I2C communication achieving combined I2C transaction using ioctl() function (with repeated start sequence). Not sure if I will use it this way, as soon as I manage to implement the code that will work. I'm also using Raspberry Pi in my Linux Environment (VM Machine).
Also, I should test my DAC, at the output I should ensure that several standard waveforms can be generated at the output of the D/A converter. I was thinking about making lookup tables of those waveforms (their digital equivalents) and just loop through.
The reason I'm writing is because I'm a bit lost in information. Not sure about how to configure my DAC, what to include, what to keep in mind ...
I'd really appreciate any kind of directions in this task.