Changes between Version 3 and Version 4 of Internal/FCIAntenna
- Timestamp:
- Sep 28, 2016, 9:20:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/FCIAntenna
v3 v4 12 12 || 9 || EXT_TX_232 || IN || RS232 Levels, Switch antenna between TX and RX, also requires commands via the CMD interface || 13 13 14 To enable/disable the antenna froma Raspberry Pi or other microcontroller, the AHC_PWR_EN pin must be connected to ground through an NPN transistor as follows:14 To turn the antenna on/off using a Raspberry Pi or other microcontroller, the AHC_PWR_EN pin must be connected to ground through an NPN transistor as follows: 15 15 16 16 || [[Image(ahc_pwr_en.png)]] || 17 18 In addition, the "array enable" command must be sent after power on otherwise no further communication can take place. Note that after power on, the serial buffer may contain garbage bytes which may prefix the response of the "array enable" command. 17 19 18 20 == Software API == … … 20 22 Serial port config: 115200bps baudrate, 8 bit data, no parity, 1 stop bit, no flow control 21 23 24 The commands work the same way over either the RS232 or the RS485 (originally via a USB adapter board) connections. 25 22 26 ==== Commands ==== 23 27