15-04-2019, 11:35
(14-04-2019, 17:13)Werk_AG Wrote: Hi,
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
All working well now, my silly software error as usual, thanks for the support Andy

