I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hi i am starter to nordic nrf52.....I have issue in storing the large array values it shows no space...how to increase the space to store array values...plzzzz. thank you
The only reference is an old one back in 2014, has standard JTAG boundary scan been implemented on the nRF51822? If not, is the JTAG interface used for programming only? Debugging...
Aim: I want broadcast ibeacon info in one broadcast packet, and broadcast ibeacon name at the next broadcast packet.
The broadcast packet data length is 30 bytes.
Q...
I am looking for some guidance as to the memory regions to reserve for the Bootloader hex if I pull it in via Segger Embedded Studio. I have the memory allocations for the...
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...