Skip to main content
vrba.vojtech
Associate II
February 4, 2020
Solved

BlueNRG-2 ADC not working together with BTLE_StackTick()

  • February 4, 2020
  • 1 reply
  • 663 views

Hello, I am experiencing problems with using ADC together with BLE. When I comment out BTLE_StackTick() inside main loop, the ADC reads values correctly (checked over UART). But when BTLE_StackTick() is called, ADC always returns 0.6V. What is the solution?

    This topic has been closed for replies.
    Best answer by vrba.vojtech

    Well I found out that ADC in continuous mode doesn't work with BLE, but in single mode it works. Thanks anyway.

    1 reply

    vrba.vojtech
    vrba.vojtechAuthorBest answer
    Associate II
    February 4, 2020

    Well I found out that ADC in continuous mode doesn't work with BLE, but in single mode it works. Thanks anyway.