14-04-2019, 17:13
Hi,
On the AQM II software, please check these two settings:
On the AQM II software, please check these two settings:
Code:
// --------------------------------------------------------------------------------------
// Define StationID of this device - Used when sending data by RF to a compatible WeatherDuino receiver
// --------------------------------------------------------------------------------------
const byte Station_ID = 0xA1; // Must be equal to your RX Unit (Value from 0x00 to 0xFF)Code:
// --------------------------------------------------------------------------------------
// Enable / Disable RF data transmission
// --------------------------------------------------------------------------------------
#define TX_DATA 1 // 0= No data will be transmitted via RF, 1= Transmit Data
