Other Parts Discussed in Thread: OPT4001, OPT4048DTSEVM, , OPT4048
Tool/software:
Hello,
How to set the conversion time to 600us. This option does not appear in the list.
Many thanks in advance.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello,
How to set the conversion time to 600us. This option does not appear in the list.
Many thanks in advance.
Hello,
You should be able to select 600us conversion time Registers View. Here is a quick step-by-step guide on how to do so:
1. In the Latte scripts window, select "Registers View" in the "Device List" box to the right of the screen:
2. Click OPT4001 -> BANK1 -> Digital:
3. Select 600us in the CONV_TIME drop down under "Config"
Thanks,
Daniel
Hello,
The GUI will maintain the same value; however, the actual conversion time will be changed. I did see an issue with this though, as it seems that this method caps the conversion time to 6.5ms as well.
Let me take a look to see how we can get this down to 600us. I will update soon!
Thanks,
Daniel
Dear Daniel. Thank you, I will wait for the update. Regarding the screen with view device registers, I don't see any change during or after conversion. Should these registers display values or not?
Best regards.
Toufik.
Hello,
You can use this view to setup the registers from the dropdown; however, the results from the conversion will not populate. Additionally, if you change a configuration setting in the register map, it will not update on the GUI.
Regardless, the register map seems to be having some issues. Instead, try writing directly to the configuration register to set the conversion time in the command line of the scripts window:
regProg.writeReg(0x0a, 0x3038)
This will set the conversion time to 600us per channel.
Dear Daniel,
Thank you.
I have a question about the OPT4048DTSEVM and OPT4060DTSEVM development kits. Is it possible to modify the kit by simply changing the sensor and using the OPT4048 gui or does it also require a change of the software on the development board? In other words, is it possible to make the two modules identical by just changing the sensor? finally, i will use only the OPT4048.
Best regards.
Hello,
The firmware for both EVMs is the exact same, so you will be able to simply swap the sensor and communicate with it using the OPT4048 GUI.
Thanks,
Daniel