I see, the one in my circuit right know use a voltage divider to get it down to below 2,048V.
I think I need to more seriously question my approach that the best possible without any hard take on what the choices will bring, though since this will be my first experience with data converter I am bound to learn quite a lot by my first circuit board. The part that is used simply has to be smd parts and as I will have to etch and solder it for real I can't make any educated deduction before I get my hands on the boards, or should I say informed deductions.
As for the resolution I'm not quite sure, I have had and still do have some real problematic problems
with the keyboard that will be used to enter desired output voltage and currents. I plan to open a thread about it tomorrow if I do not make any headway tonight, I can't really even plan the software without having a solid peace to start with and right now nothing works. I can't figure out or find on the internet a explanation on how to enter a float number in this case between 00,001(I think) and 30,000, and store that in a way so I can use it. Its done by char but storing each number in succession and with comma have turned out to be the hardest thing with this hole program, even though I know kind of how it will turn out I can't be sure if I will settle on that but know it seams that 00,001V will be the target. I'm not sure but I have a few sort of examples when I'd like to have 10mV instead of 100mV, or way not 1mV, as pointed out it is in my range, the final decision will come when I finally do get to program the DAC - ADC loop. First then will I properly get my head around the values and there implication on performens.
I really hate this keypad thing now, well might be a bit much but I can't wait to get into the program but the keypad input function stands in front of me like a big bully not letting me pass, but with persistence I shall prevail, I hope.
I've sorted out the encoders pretty much, the I2C is straight forward but the control-loop will be interesting. I have a few solutions to try out.
- - - Updated - - -
There are so much new and so confusingly many choices that has to be done all the time and there are no choices that I feel good to make half informed about what it will result in, so I might say some things and make points that is way of what I actually intend to go for. But all things will come into the spotlight in its appropriate time, or at a unappropriated time who knows.
- - - Updated - - -
I've found a example online, although I have not gone through the code and that I do not(jet) understand it all I am 100% sure that this code example holds the hole key for my keyboard application. Finally, even though it's not done I have to sleep before I can chew through it but its bagged and ready to use so that's solved.
If anyone have the same problem here's a great and after hour and hours of searching and reading I am almost convinced that this is the only place that it is actually explained(In arduino and in a application that is applicable to one like the one I will use)
https://sydor.weebly.com/arduino-and-download-sketches.html