Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...
I have a PCB with an nRf51822 @1.8V, using the SDK 10 (no chance to change it).
The PCB itself with everything but the nRF (we did not iron it on purpose to measure consumption...
I have downloaded the motion_driver_6.12 for Nordic Thingy 52 as given in the readme.txt file. And I am using Segger Embedded Studio to build and debug the code. But the IDE...
Hi,
I'm working on a project originally based on the light switch example of SDK 1.0.0 and then upgraded to Mesh_SDK 2.0.1 and nRF5_SDK_15.0.0
I use the code shown in...
I understand part of ram is used by the softdevice, but I see different addresses are used in different examples that use the same softdevice, namely S132. For example,
...
I am trying to run the examples given by Nordic on my nRF51 dongle. Most the examples are for PCA10028 or PCA10040 where as my dongle is PCA10031. I tried running them but...
Hi,
I need 6 PWM channels for a BLE project. Is there any solution to add 2 other pwm channels to nRF51822? If not, Which other Nordic ICs might be helpful instead?
Thank...
Hello,
I am using SDK 12.01 with softdevice (BLE application) and I want to write large data over flash. I am stuck with various issues.
When I try to write the data...
Hi,
I am having hard times to make SAADC working on DK-52, SDK13, S132. I need to perform a voltage measurement on command received from a connected device.
AIN pin...
Hi All
I am looking for the way to send and receive the string between nrf52 and mobile app.
what are the possible ways to do with minimum power consumption.
main concern...
Hi,
I've allready read a lot about using a static passkey on the DevZone and I have tried tons of things, but I just can't get it to work.
What I want is to connect...
I've created a Secure DFU client using the multilink central example with S130 and SDK 12.2 (running on PCA10031).
There are a few issues we have trouble with.
The...
Hi, I am playing with the SDK13 examples, UART (w/o softdevice). I use gnu gcc. The example runs and when I type q or Q the code goes to the printf(" \r\nExit!\r\n") as designed...
Hi
I read somewhere that when using internel ref for analog measurements the Vin changing does not influences the analog reading. Is that true?
Please, consider the circuit...
Hello,
I am looking through the data sheet for the NRF52 and do not see anything for writing to NVMC.
I see you can erase and configure the NVMC using:
NRF_NVMC ...
Hello, i'm using a microcontroller connected to a nrf24l01p in rx mode,after receiving a packet it writes the ack for the next transaction,it only works if i add a delay ...
hi i am unable to find cause of issue i am working on BLE and PWM driver when i get data in nus_data_handler i am calling pwm init function. and then it is going to
ble_advertising_on_ble_evt...