I am having a problem setting up bi-direction analog I/O line passing. The RSSI doesn’t switch to the PWM0 output when configured to do so.
I started with this configuration for bi-directional digital and single direction analog communication. The analog is sent from the Remote module’s ADC1 port to the PWM1 port of the Base module. The digital signals are each uni-directional, some going one way and some the other way. This configuration works well:
REMOTE MODULE
VR 10E6 same for both modules
MY 1111 Remote module’s address
DL 2222 Base module’s address
IA 2222 bind Base outputs to Remote inputs
IR A4 164 mS sample rate
IT 5 5 samples per xmission
IU 1 enable outputs
D0 0 disabled
D1 2 ADC input 1
D2 3 digital input
D3 3 digital input
D4 5 digital output
P0 1 RSSI output
P1 0 disabled
BASE MODULE
MY 2222 Base module’s address
DL 1111 Remote module’s address
IA 1111 bind Remote outputs to Base inputs
IR A4 164 mS sample rate
IT 5 5 samples per xmission
IU 1 enable outputs
D0 0 disabled
D1 0 disabled
D2 5 digital output
D3 4 digital output
D4 3 digital input
P0 1 RSSI output
P1 2 PWM output 1
Then I made these changes hoping to get analog both ways:
REMOTE MODULE
P0 2 PWM output 0
BASE MODULE
D0 2 ADC input 0
The Remote module still outputs RSSI instead of the converted analog output PWM0. [u]Does anyone have an idea why this doesn’t work?[/u]