I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
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...