We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hi,
I want to measure the duration of a single pulse using GPIOTE , PPI and a Timer with a NRF52840.
My initial idea was to have two capture tasks for the GPIO events...
Hi There,
I try to develop an application in intermittent conditions, it will off work frequently as for lacking the energy.
I try to resume the application from the last...
Essentially the title. Given that I have a BLE device which I have configured to have Legacy DFU services, and also customized the DFU service's UUID, how would I go about...
Hi,
I have nrf9160-DK and I am using NCS v1.6.1. I am trying to run HR Peripheral sample application on the nRF9160DK board.
I have flashed nrf52840 with hci_lpuart sample...
I am trying to using nRF52833 and nRF52840 as a BLE central to connect customer's BLE peripheral.
The attached screenshot is the service discovered by nRF connect Android...
Hello,
I am developing an application based on the BLE examples from the nrf5 sdk using he Segger Embedded Studio.
I am porting a library for a peripheral component and...
https://devzone.nordicsemi.com/f/nordic-q-a/80125/want-to-achieve-1-2-mbps-through-ble
Issue is in this link is not properly addressed . I want to work on BLE with good...
How much i can apply maximum and minimum voltage at Analog pin of nRF52832 controller IC? And Please also guide me is there any mention in the nRF52832 Datasheet.
Hi all,
I am using SDK = 15, softdevice = v6, chipset:nrf52810
I have used ble_app_uart and SAADC example code for one of my application, its working fine, and next i...
Hello,
I'm using nRF v1.5.1 SDK.
If I have my RX buffer to be of size say 6, and I transmit 7 bytes then my code will detect a full RX Buffer and go to the endrx_isr...
Hello,
Looking at the errata entry [78] TIMER: High current consumption when using timer STOP task only , I see that it recommended to use TASKS_SHUTDOWN instead of TASKS_STOP...
Hi everyone,
what are the tolerances of the internal reference voltage of the ADC (0.6V) at room temperature? I know the tolerances are included in the gain error and are...
Hello,
I'm following this documentation Doc to include Fota upgrade on peripheral LBS sample but I have the following problems:
1) all file .bin like ( app_update.bin...
I'm using dongle nRF52840 to sniff packets between earphone & iPhone.
I am facing the same problem: " Encrypted packet decrypted incorrectly (bad MIC)"
just after LL_ENC_REQ...
HI,
I'm developing it using NRF52832.
I'm updating the remaining battery capacity using saadc. However, the battery value is not stable because the value obtained from...