Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a working application with TIMER1 setup to fire handler every 10us. I would like to add a 560us periodic event to enable/disable a PWM, so I add a little more code...
Hi,
Using the NRF52 DK PCA10040, I have built and loaded the KEIL temperature example project (C:\nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\temperature\pca10036\arm5_no_packs...
hello ,
i want to know if there an example available that has both peripheral + Broadcaster role running at the same time , Broadcaster advertise the service in the peripheral...
Hi all Nordic developers,
I am currently working on an application using a sensor (the temperature sensor) on a Smart beacon kit, which must connect and send data to a...
Hi all,
What's the difference between the Beacon Transmitter Sample Application example given in nRF51 SDK and the beacon firmware provided in the beacon kit? Are there...
Hello,
I have a nRF 52 preview board (PCA10036) and would like to use ETM trace to enable the "execution profiling" in Keil v5.
After I enable the trace and ETM trace...
Hi,
I am facing hardfault when i try to enable low power in a ble application. i want to enable trace on my PCA10040 board to find out the cause of this hardfault. can...
Hi,
We are using our own custom nRF52832 based board, with revision B silicon however we are having trouble getting trace functionality to work.
Our code uses the Nordic...
Hi,
I am going to design a new product around nRF51422 and I am planning to buy the nRF51 DK but I am really confused about the sw I need for development and additional...
I found this recent Q&A very helpful on the topic of reading voltage on analog hardware pins via the ADC: devzone.nordicsemi.com/.../
In that Q&A, a helpful Nordic person...
I want to use the MultiActivity Example with the nRF52 with GCC and Eclipse.
In the documentation I ve read that S130 and S132 are supported, but in the directory of the...
When I using the UART port, if I float the port after init the UART it will restart the code, is it need a external pull-up resistor? How about the value?
A quick one, where do I find a list of the err_codes? I have had a look in the documentation and I was expecting to find a table of them, but I couldn't locate one.
Thanks...
Hello!
I am trying to send a notification to a peer device when a certain event occurs. To do so, I'm using the same procedure as with every other characteristic with enabled...