Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:eval:user-guides:circuits-from-the-lab:eval-adpd410x [03 Aug 2022 16:16] – added zip file for the Design & Integration files download link Joyce Velascoresources:eval:user-guides:circuits-from-the-lab:eval-adpd410x [03 Mar 2023 07:42] (current) Joyce Velasco
Line 1: Line 1:
-====== EVAL-ADPD410X-ARDZ User Guide ====== +====== EVAL-ADPD410x-ARDZ User Guide ====== 
-The **[[ADI>EVAL-ADPD410x-ARDZ]]** is a simple, Arduino form-factor breakout board for developing **[[ADI>ADPD4100]]** and **[[ADI>ADPD4101]]** applications, respectively. The **[[ADI>ADPD4101]]**, interfaced through I2C, and the **[[ADI>ADPD4100]]**, interfaced through SPI, are highly versatile, multimodal sensor front ends, stimulating up to eight light emitting diodes (LEDs) and measuring the return signal on up to eight separate current inputs. There are a number of other evaluation platforms for these devices, including the **[[ADI>EVAL-ADPD4100Z-PPG]]**, optimized for photoplethysmograph applications, and the reference design **[[ADI>CN0503]]**, optimized for optical liquid analysis applications such as colorimetry, turbidity, and fluorescence. The **[[ADI>EVAL-ADPD410x-ARDZ]]** board come in handy for adapting these evaluation boards to meet specific application requirements, as well as for "ground up" development of new applications.+The [[ADI>EVAL-ADPD410x-ARDZ]] is a simple, Arduino form-factor breakout board for developing [[ADI>ADPD4100]] and [[ADI>ADPD4101]] applications. The [[ADI>ADPD4101]], interfaced through I2C, and the [[ADI>ADPD4100]], interfaced through SPI, are highly versatile, multimodal sensor front ends, stimulating up to eight light emitting diodes (LEDs) and measuring the return signal on up to eight separate current inputs. There are a number of other evaluation platforms for these devices, including the [[ADI>EVAL-ADPD4100Z-PPG]], optimized for photoplethysmograph applications, and the reference design [[ADI>CN0503]], optimized for optical liquid analysis applications such as colorimetry, turbidity, and fluorescence. The [[ADI>EVAL-ADPD410x-ARDZ]] board come in handy for adapting these evaluation boards to meet specific application requirements, as well as for "ground up" development of new applications.
 {{ :resources:eval:user-guides:circuits-from-the-lab:adpd410x:20220105_094532.jpg?nolink&600 |}} {{ :resources:eval:user-guides:circuits-from-the-lab:adpd410x:20220105_094532.jpg?nolink&600 |}}
  
Line 21: Line 21:
  
 ==== Jumper Configuration ==== ==== Jumper Configuration ====
-There are two shunt-configurable jumpers and three types of solder jumpers on the **[[ADI>EVAL-ADPD410x-ARDZ]]** board.+There are two shunt-configurable jumpers and three types of solder jumpers on the [[ADI>EVAL-ADPD410x-ARDZ]] board.
  
 === I/O Logic Voltage (IOSEL) Shunt Positions === === I/O Logic Voltage (IOSEL) Shunt Positions ===
Line 79: Line 79:
   - Connect the [[ADI>EVAL-ADICUP3029]] board to the PC or laptop using the Micro USB to USB cable.   - Connect the [[ADI>EVAL-ADICUP3029]] board to the PC or laptop using the Micro USB to USB cable.
   - Drag and Drop the appropriate .hex file from the list below to the Daplink Drive. {{:resources:eval:user-guides:eval-adicup3029:tools:daplink_windows_explorer.png?550|}}   - Drag and Drop the appropriate .hex file from the list below to the Daplink Drive. {{:resources:eval:user-guides:eval-adicup3029:tools:daplink_windows_explorer.png?550|}}
-  - The drive will unmount once the .hex file is dropped and wait for it to reappear. Once it does, press the reset button of the **[[ADI>EVAL-ADICUP3029]]** to ensure that the microcontroller is updated.+  - The drive will unmount once the .hex file is dropped and wait for it to reappear. Once it does, press the reset button of the [[ADI>EVAL-ADICUP3029]] to ensure that the microcontroller is updated.
  
 <WRAP center round download 80%> <WRAP center round download 80%>
Line 93: Line 93:
  
 ==== Using CrossCore Embedded Studio ==== ==== Using CrossCore Embedded Studio ====
-  - Acquire a copy of the project source files of the EVAL-ADPD410X-ARDZ by downloading the source files directly from the repository at [[repo>EVAL-ADICUP3029/tree/master/projects/ADuCM3029_demo_adpd410x]] or you can clone the entire [[https://github.com/analogdevicesinc/EVAL-ADICUP3029 | EVAL-ADICUP3029 repository]] and check the projects folder for ADuCM3029_demo_adpd410x.+  - Acquire a copy of the project source files of the [[adi>EVAL-ADPD410x-ARDZ]] by downloading the source files directly from the repository at [[repo>EVAL-ADICUP3029/tree/master/projects/ADuCM3029_demo_adpd410x]] or you can clone the entire [[https://github.com/analogdevicesinc/EVAL-ADICUP3029 | EVAL-ADICUP3029 repository]] and check the projects folder for ADuCM3029_demo_adpd410x.
   - Open CrossCore Embedded Studio and import the project into your workspace, as detailed in the [[:resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide]]. This allows you to edit the software to fit your requirements. <WRAP important>If this is your first time using CrossCore Embedded Studio, check the [[:resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide | user guide]] to get started.</WRAP>   - Open CrossCore Embedded Studio and import the project into your workspace, as detailed in the [[:resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide]]. This allows you to edit the software to fit your requirements. <WRAP important>If this is your first time using CrossCore Embedded Studio, check the [[:resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide | user guide]] to get started.</WRAP>
-  - Once ready, you can opt to generate your own .hex file and use the first method to program the **[[ADI>EVAL-ADICUP3029]]** or you can use a debug session by following the quickstart guide.+  - Once ready, you can opt to generate your own .hex file and use the first method to program the [[ADI>EVAL-ADICUP3029]] or you can use a debug session by following the quickstart guide.
  
 === CrossCore Project Header File Configuration === === CrossCore Project Header File Configuration ===
Line 237: Line 237:
     * **No Load Test**\\ Remove all shunts on jumper header P10. This test checks the photodiode input when no external sensor is connected. A sample passing result is shown below.\\ {{:resources:eval:user-guides:circuits-from-the-lab:noloadtestresult.png?nolink&600|}}.     * **No Load Test**\\ Remove all shunts on jumper header P10. This test checks the photodiode input when no external sensor is connected. A sample passing result is shown below.\\ {{:resources:eval:user-guides:circuits-from-the-lab:noloadtestresult.png?nolink&600|}}.
     * **Mounted Jig Test**\\ Using the simple test schematic shown in [[resources:eval:user-guides:circuits-from-the-lab:eval-adpd410x#connection | Connection]], a test board was fabricated using [[https://www.onsemi.com/pdf/datasheet/moc217m-d.pdf | MOC207M]] optocouplers. Remove all shunts on jumper header P10 and connect the test jig to the [[ADI>EVAL-ADPD410x-ARDZ]], as shown below. **(The test jig shown below was fabricated with female headers for easy mounting)**\\ {{:resources:eval:user-guides:circuits-from-the-lab:testjig_connection.jpg?nolink&600|}}\\ A sample passing result is shown below.\\ {{:resources:eval:user-guides:circuits-from-the-lab:mountedjigtestresult.png?nolink&600|}}     * **Mounted Jig Test**\\ Using the simple test schematic shown in [[resources:eval:user-guides:circuits-from-the-lab:eval-adpd410x#connection | Connection]], a test board was fabricated using [[https://www.onsemi.com/pdf/datasheet/moc217m-d.pdf | MOC207M]] optocouplers. Remove all shunts on jumper header P10 and connect the test jig to the [[ADI>EVAL-ADPD410x-ARDZ]], as shown below. **(The test jig shown below was fabricated with female headers for easy mounting)**\\ {{:resources:eval:user-guides:circuits-from-the-lab:testjig_connection.jpg?nolink&600|}}\\ A sample passing result is shown below.\\ {{:resources:eval:user-guides:circuits-from-the-lab:mountedjigtestresult.png?nolink&600|}}
 +\\ 
 +\\
 ===== Schematic, PCB Layout, Bill of Materials ===== ===== Schematic, PCB Layout, Bill of Materials =====
- 
 <WRAP round 80% download> <WRAP round 80% download>
-**EVAL-ADPD410x-ARDZ Design & Integration Files** +[[adi>media/en/evaluation-documentation/evaluation-design-files/eval-adpd410x-ardz-designsupport.zip | EVAL-ADPD410x-ARDZ Design & Integration Files]] 
-  * {{ :resources:eval:user-guides:circuits-from-the-lab:adpd410x:eval-adpd410x-ardz-designsupport.zip |}}+ 
 +  Schematic 
 +  PCB Layout 
 +  * Bill of Materials 
 +  * Allegro Project 
 </WRAP> </WRAP>
 \\ \\
-</WRAP> 
  
 ===== Additional Information and Useful Links ===== ===== Additional Information and Useful Links =====
resources/eval/user-guides/circuits-from-the-lab/eval-adpd410x.1659536175.txt.gz · Last modified: 03 Aug 2022 16:16 by Joyce Velasco