LEDs Blinking does not work
-
I did connect the three LEDs as suggested in advanced build options, included
#define WITH_LEDS_BLINKING
in my MyConfig.h but the LEDs don't seem to work properly (no light at all).Also tried to include this in the code directly:
#define RADIO_ERROR_LED_PIN 6 // Error led pin
#define RADIO_RX_LED_PIN 5 // Receive led pin
#define RADIO_TX_LED_PIN 4 // the PCB, on board LEDBut same behavior.
I am trying to get this running on a sensor node, not the gateway, but as i understand the comment under advanced build options this should not be a problem (tried gw sketch but LEDs still don't light up). Tested LEDs with a blink-sketch and they do work.
Am i getting something wrong? Anything missing in settings or so?
-
I have to correct myself. LEDs are indeed lighting, it's just hard to recognize, guess because i am working with 3.3 volt instead of the 5v as recommended. Nevertheless, i get a green LED even though measurement values are not reaching the controller...