hardware
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| hardware [2017/06/04 20:29] – admin | hardware [2017/06/05 11:42] (current) – admin | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| The full implementation of ANT is represented in Fig. Hw1.[{{ : | The full implementation of ANT is represented in Fig. Hw1.[{{ : | ||
| - | The line //SRQ// (Service ReQuest) need not be present, but can be extremely useful for advanced operation. | + | The line //SRQ// (Service ReQuest) need not be present, but it can be extremely useful for advanced operation. |
| - | **MNC** is the Master Network Controller. It can be a microcontroller board with USART but i can also be (and often is, especially during application developing and system configuration) a PC. In this case the SRQ line, is present, | + | **MNC** is the Master Network Controller. It can be a microcontroller board with USART but it can also be (and often is, especially during application developing and system configuration) a PC. In this case the SRQ line, if present, |
| - | **SND** are Slave Networked Devices. At present they can be either ATMEGA328 or ATtiny2313 | + | **SND** are Slave Networked Devices. At present they can be either ATMEGA328 or ATtiny2313 |
| Operation of the system proceeds as follows. | Operation of the system proceeds as follows. | ||
| - | All SNDs runs their respective main codes. ANT provides for transparently | + | All SNDs run their respective main codes. ANT provides for transparently |
| Normally (in the absence of the SRQ line or in the absence of a Service ReQuest by the Slaves) communication is | Normally (in the absence of the SRQ line or in the absence of a Service ReQuest by the Slaves) communication is | ||
| initiated by the MNC according to the following procedure: | initiated by the MNC according to the following procedure: | ||
| - MNC sends a //BREAK// | - MNC sends a //BREAK// | ||
| - | - All SNDs disconnect their TX terminal from the network (actually in normal operation there may only be 1 or none TX connected to the network at any given time; | + | - All SNDs disconnect their TX terminal from the network (actually in normal operation there may only be 1 or none TX connected to the network at any given time); |
| - MNC sends the address of the SND to be connected to the network | - MNC sends the address of the SND to be connected to the network | ||
| - All SNDs receive the address. Only the one with the internal address equal to that sent by the MNC connects its TX to the network. | - All SNDs receive the address. Only the one with the internal address equal to that sent by the MNC connects its TX to the network. | ||
| - | - Communication between MNC and the selected SND can now proceed very much as the other SNDs where not present in the network. | + | - Communication between MNC and the selected SND can now proceed very much like as the other SNDs were not present in the network. |
| If the MNC sends the special // | If the MNC sends the special // | ||
| - | If the SRQ line is present, it is assumed that the MNC monitors the SRQ line. Note that the SQR outputs | + | If the SRQ line is present, it is assumed that the MNC monitors the SRQ line. Note that the SQR outputs |
| | | ||
hardware.1496608173.txt.gz · Last modified: by admin
