Hello all,
I have 2 questions. I cannot make AT3 module running.
(1)
In the first try, I had all the pins connected to GND, but Vcc and nRESET. In this mode (PORTSEL = GND = demo), the device takes about 100mA. Can I consider this as failure? What is demo supposed to do?
(2)
In the second try, I switched to Custom mode (PORTSEL = Vcc = Custom). The device takes 10mA - 20mA.
The script written in the module's NVM is:
C [91][00][00][40][FF][01][00] // Configuring Data Channel 0 on ANT Channel 0 as Digital Input using pin(s) FF reporting on 100.00% of messages
C [42][00][10][00] // Assign Channel Master on ANT chanel 0 on network 0
C [51][00][31][00][01][05] // Assign Channel ID 0, Dev. Num = 31, Dev. Type = 1, Trans. Type = 5 (SensRCore: No Shared Address + Global Data Identification Byte Flag)
C [43][00][00][20] // Set ANT Channel 0 Message Period to 4.00 Hz
C [45][00][42] // Set ANT Channel 0 RF Frequency to 2466 MHz
C [4B][00] // Open ANT chanel 0
Then I opened ANTware-II and opened on USB device following channel (note, frequency is set to 2466 MHz, period is 4 Hz):
OPEN_CHANNEL_0x4B, Ch:0
::40, 00-4B-00
CHANNEL_STATUS_0x52
::52, 00-02
CHANNEL_ID_0x51
::51, 00-31-00-01-05
And this is what I get:
Auto-Open Initiated...
> Opening Channel...
EVENT_RX_SEARCH_TIMEOUT_0x01
:: 40, 00-01-01
EVENT_CHANNEL_CLOSED_0x07
:: 40, 00-01-07
So no communication could be established. Is the script valid and is the settings ok to establish common communication channel?