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:eval-adicup3029:reference_designs:demo_cn0537 [23 Jul 2020 16:17] – [Demo Requirements] Andrei Drimbareanresources:eval:user-guides:eval-adicup3029:reference_designs:demo_cn0537 [18 Apr 2022 21:20] (current) – [Available commands] updated screenshot Brandon Bushey
Line 27: Line 27:
     * PC or Laptop with a USB port     * PC or Laptop with a USB port
   * Software   * Software
-    * +    * {{ :resources:eval:user-guides:eval-adicup3029:reference_designs:aducm3029_demo_cn0537_hex.zip |Smoke detector demo .hex file and copyrights}}
  
 ===== Setting up the Hardware ===== ===== Setting up the Hardware =====
Line 34: Line 34:
   - Connect a micro-USB cable to P10 connector of the EVAL-ADICUP3029 and connect it to a computer. The final setup should look similar to the picture below. {{ :resources:eval:user-guides:eval-adicup3029:reference_designs:cn0537_system_pc.jpg |}}   - Connect a micro-USB cable to P10 connector of the EVAL-ADICUP3029 and connect it to a computer. The final setup should look similar to the picture below. {{ :resources:eval:user-guides:eval-adicup3029:reference_designs:cn0537_system_pc.jpg |}}
  
-===== Configuring the Software =====+===== Programming the Firmware =====
  
-The ADuCM3029_demo_cn0503 does not need any software configurationIt can be built and run as is+This application software is used with the ADICUP3029 to demonstrate the capabilities of the CN0537 evaluation boardTo upload the CN0537 software to the ADICUP3029, connect both boards together through the Arduino form factor connectors (P1 to P4 on the CN0537) and plug them to a computer through USB. Upon connection, the hardware should appear as a DAPLINK drive on the computer. Drag and drop the ADuCM3029_demo_cn0537.hex file to the DAPLINK drive to program the ADICUP3029. 
 + 
 +{{ :resources:eval:user-guides:circuits-from-the-lab:cn0537:cn0537_uploading_hex_file.png?nolink&600 |}} 
 + 
 +<WRAP round 80% download> 
 + 
 +{{ :resources:eval:user-guides:eval-adicup3029:reference_designs:aducm3029_demo_cn0537_hex.zip | Smoke detector demo software .hex file}} 
 +  
 +</WRAP>
  
 ===== Outputting Data ===== ===== Outputting Data =====
Line 58: Line 66:
 |  | //ar//                 | Redo initialization of the algorithm. Useful if conditions changed significantly since start of the program. |  | |  | //ar//                 | Redo initialization of the algorithm. Useful if conditions changed significantly since start of the program. |  |
 |  | //hc//                 | Heater resistors control.\\ <//opt//> = 1 to turn heater resistors on; 0 to turn the heater resistors off. |  | |  | //hc//                 | Heater resistors control.\\ <//opt//> = 1 to turn heater resistors on; 0 to turn the heater resistors off. |  |
-|  | //t//                  | Do production test routine. |  | 
 ^ SD card commands ^  ^  ^  ^ ^ SD card commands ^  ^  ^  ^
 |  | //fo//                 | Open a file on the SD card. If the file does not exist it is created.\\ If the file exists and has information the new information will be appended.\\ <//name//> = name of the file to be opened. | fo file1 = a file named 'file1.txt' is opened on the card. | |  | //fo//                 | Open a file on the SD card. If the file does not exist it is created.\\ If the file exists and has information the new information will be appended.\\ <//name//> = name of the file to be opened. | fo file1 = a file named 'file1.txt' is opened on the card. |
Line 67: Line 74:
 |  | //rd//                 | Read and display all device registers in one command. |  | |  | //rd//                 | Read and display all device registers in one command. |  |
  
-{{ :resources:eval:user-guides:eval-adicup3029:reference_designs:cn0537_cli.png |}}+{{ :resources:eval:user-guides:eval-adicup3029:reference_designs:cn0537_putty_update.png |}}
  
-===== Obtaining the Source Code ===== 
  
-FIXME IS THIS NEEDED? 
-We recommend not opening the project directly, but rather import it into CrossCore Embedded Studios and make a local copy in your workspace.  
  
-The source code and include files of the **ADuCM3029_demo_cn0414** can be found here:+===== UL-217 Testing Results =====
  
-<WRAP round 80% download>+Using both the EVAL-CN0537-ARDZ and the EVAL-CN0537-ALGO, the setup was tested at a certified testing facility (Intertek) and passed all the smoke sensor aspects of the UL-217 8th Ed. standards.  You can view the entire report here.
  
-[[https://github.com/analogdevicesinc/EVAL-ADICUP3029/tree/master/projects/ADuCM3029_demo_cn0414AduCM3029_demo_cn0414 at Github]] +<WRAP center round download 60%> 
- +{{ :resources:eval:user-guides:eval-adicup3029:reference_designs:cn0357:intertek_test_report_on_eval-cn0537-algo.pdf |UL-217 8th Edtesting and results document}}
-[[| AduCM3029_demo_cn0414.HEX]] +
- +
 </WRAP> </WRAP>
- 
-===== How to use the Tools ===== 
- 
-The official tool we promote for use with the EVAL-ADICUP3029 is CrossCore Embedded Studio.  For more information on downloading the tools and a quick start guide on how to use the tool basics, please check out the [[resources:eval:user-guides:eval-adicup3029:tools|Tools Overview page.]] 
- 
-==== Importing ==== 
- 
-For more detailed instructions on importing this application/demo example into the CrossCore Embedded Studios tools, please view our [[resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide#how_to_import_existing_projects_into_your_workspace|How to import existing projects into your workspace]] section. 
- 
-==== Debugging ==== 
- 
-For more detailed instructions on importing this application/demo example into the CrossCore Embedded Studios tools, please view our [[resources:eval:user-guides:eval-adicup3029:tools:cces_user_guide#how_to_configure_the_debug_session_for_an_aducm3029_application|How to configure the debug session]] section. 
- 
- 
  
 // End of Document // // End of Document //
resources/eval/user-guides/eval-adicup3029/reference_designs/demo_cn0537.txt · Last modified: 18 Apr 2022 21:20 by Brandon Bushey