Sorry, but there are no more tags available to filter with.
  • Why GPIO can be used as power supply pin?

    Hi all, I am new in nRF51822. Today I am doing experiment using GPIO and radio transmission. I wrote a very simple code as below: int main(void) { init_clock(); radio_configure(); transmit(); nrf_gpio_cfg_sense_input(8, NRF_GPIO_PIN_PULLDOWN…