|
| 1 | +.. _swir_hl78xx_ev_kit: |
| 2 | + |
| 3 | +HL/RC Module Evaluation Kit Shield |
| 4 | +################################## |
| 5 | + |
| 6 | +Overview |
| 7 | +******** |
| 8 | + |
| 9 | +Welcome to the HL78 module getting started guide. |
| 10 | +This guide will help you set up the evaluation kit (eval kit) |
| 11 | +for sending AT commands to the HL78 module and initiating data transmission. |
| 12 | + |
| 13 | +.. figure:: img/SW-Dev-RC76.3.webp |
| 14 | + :align: center |
| 15 | + :alt: HL/RC Module Evaluation Kit Shield Shield |
| 16 | + |
| 17 | + HL/RC Module Evaluation Kit Shield Shield (Credit: Sierrra Wireless) |
| 18 | + |
| 19 | +More information about the shield can be found at the `HL/RC Module Evaluation Kit Shield guide website`_. |
| 20 | + |
| 21 | +Pins Assignment of HL/RC Module Evaluation Kit Shield Shield |
| 22 | +============================================================ |
| 23 | ++--------------------------+----------------------------------------------------------+ |
| 24 | +| Shield Connector Pin | Function | |
| 25 | ++==========================+==========================================================+ |
| 26 | +| CN403 alias | UART 1 (with CTS and RTS pins) | |
| 27 | ++--------------------------+----------------------------------------------------------+ |
| 28 | +| CN303 alias | SPI / UART 3 | |
| 29 | ++--------------------------+----------------------------------------------------------+ |
| 30 | +| CN1000 alias | GPIO Test Pins | |
| 31 | ++--------------------------+----------------------------------------------------------+ |
| 32 | +| GPIO6 CN1000_3 | LOW POWER MONITORING | |
| 33 | ++--------------------------+----------------------------------------------------------+ |
| 34 | +| VGPIO alias | Indirect indicator of hibernate mode entry/exit | |
| 35 | ++--------------------------+----------------------------------------------------------+ |
| 36 | +| RESET CN1000_12 | RESET SIGNAL | |
| 37 | ++--------------------------+----------------------------------------------------------+ |
| 38 | +| WAKE-UP CN1000_8 | SPI / UART 3 | |
| 39 | ++--------------------------+----------------------------------------------------------+ |
| 40 | + |
| 41 | +Please refer to the website for more information about HL/RC Module Evaluation Kit Shield Shield setup. |
| 42 | +.. _HL/RC Module Evaluation Kit Shield guide website: |
| 43 | + |
| 44 | +Checking Your Basic Configurations in PuTTY |
| 45 | +=========================================== |
| 46 | +Before trying to set up a wired connection between the board and a host MCU, |
| 47 | +it's a good idea to first go through this list of basic AT commands over a |
| 48 | +USB COM port on a PC. For reference, you can find all the AT commands for the |
| 49 | +HL78xx modules in the Source. |
| 50 | + |
| 51 | +Requirements |
| 52 | +************ |
| 53 | + |
| 54 | +This shield can be used with any boards which provides a configuration for |
| 55 | +header connectors and defines node aliases for UART, SPI and USB interfaces (see |
| 56 | +:ref:`shields` for more details). |
| 57 | + |
| 58 | +Programming |
| 59 | +*********** |
| 60 | + |
| 61 | +Set ``--shield swir_hl78xx_ev_kit`` when you invoke ``west build``. For |
| 62 | +example: |
| 63 | + |
| 64 | +.. zephyr-app-commands:: |
| 65 | + :zephyr-app: samples/drivers/modem/hello_hl78xx |
| 66 | + :board: st/nucleo_u575zi_q |
| 67 | + :shield: swir_hl78xx_ev_kit |
| 68 | + :goals: build |
| 69 | + |
| 70 | +References |
| 71 | +********** |
| 72 | + |
| 73 | +.. target-notes:: |
| 74 | + |
| 75 | +.. _HL/RC Module Evaluation Kit Shield guide website: |
| 76 | + https://source.sierrawireless.com/resources/airprime/development_kits/hl78xx-hl7900-development-kit-guide/ |
| 77 | + |
| 78 | +.. _HL/RC Module Evaluation Kit Shield specification website: |
| 79 | + https://info.sierrawireless.com/iot-modules-evaluation-kit#guide-for-the-hl78-series-evaluation-kit |
0 commit comments