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...
We are using the low power comparator on NRF51882 RayTac Module (Vcc=3.3V, Vref = 4/8), with which we are making a precise high impedance measurement!
I found some documentation...
I've been sending various BLE addresses to the nRF51 and am getting some inconsistencies of what addresses are being deemed valid.
I am using BLE_GAP_ADDR_TYPE_RANDOM_STATIC...
I am using uVision 5.18a with MDK-Lite ARM toolchain and I downloaded nRF examples for SDK 11.0.0-2.alpha with Pack Installer.
Then I tried to compile " /ble_peripheral...
Hello everyone,
I would like to know, if it is possible to send data (power data) from a NRF52-DK to a Garmin Display Device. Do you know any application, project example...
I wanted extract BLE_GAP_AD_TYPE_128BIT_SERVICE_UUID_COMPLETE that i receive while scanning and compare it with 128 bit service uuid that i defined.
i have seen how ot...
Hi,
I am trying to debug my code in Eclipse using J-Link.
Whenever the code executes vPortStartFirstTask() in vTaskStartScheduler() the debugger stops and I can't debug...
Hi,
is there any simple way to obtain current PWM value if nrf52 PWM module is used to produce complex waveform from RAM array? The task is to get currently settled value...
Hi there,
I am new with nRF52 using SD332 and ANT+. I would like to ask if the nrF52 with SD332 can be configured as ANT+ central and ANT+ peripheral in the same time....
I have a query that is similar to the question below
https://devzone.nordicsemi.com/question/44424/how-do-i-switch-the-target-from-a-nrf51422_xxac-to-nrf51422_xxab-in-keil...
Hi,
We are currently considering the packaging design of a device which will use a nRF52. During housing assembly, the populated, but unpowered, PCB will be exposed to...
Hello.
I have a question.
I use nRF52 and S132v2. I found some programs of nRF51, they use S110, S130. What change does it with difference of Softdevice's version number...
Hi,I am working on Eddystone project i.e nrf5-sdk-for-eddystone-master and tested it on NRF52(PCA10040) development board it advertising Eddystone-URL frame successfully and...
hi
i have nrf51422 v2 that use sdk v6 and s210 v3
when i download an example on my nrf and run it to see error check its not returning anything
in s110 i have error...
Hi, In my custom project I need to add two 128-bit uuid services and also I need to use pstorage to protect the application data from power loss. But I got the problem is...
Hi,
While working on OTA DFU using my custom code compiled to work on PCA10028 board, I am seeing the following issue.
The OTA DFU works fine using Master Control Panel...