Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
As indicated in the PS, System On Mode idle draws only 2.6 uA.
Does this mean that if I install and active a timer interrupt, where the interrupt routine places the system...
Hi,
I am new to ARM development. We are thinking of ordering mkit for evaluating and developing a custom BLE service(profile) which sends data to BLE client (probably a...
Hello Everybody!
I have been working with BLE security and I have an issue with OOB setup.
I'm setting my nRF with the following:
m_sec_params.timeout = 30;
m_sec_params...
I was reading this press release:
http://www.nordicsemi.com/News/News-releases/Product-Related-News/Single-board-Bluetooth-Smart-Arduino-solution-is-low-cost-and-can-be...
Yo!
I'm very concerned by what I hear about Bluetooth Low Energy security. According to this guy , who presented a paper on the subject at a USENIX conference last year...
Any experiences about analog sensor LM35DZ? I used this example: main.c
The LM35 data sheet says it will operate from +4V to 30 V supply. I'm use supply only Vcc pretty...
Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I'm using API 2.1.3 and I'm having problems with SendData blocking forever at the end of a process. I placed access mutexes around each method call to the library, as well...
Dear Nordic Developer Zone,
I have modified the ble_conn_params.c file in order to be able to negotiate new connections speeds between IOS app and Nordic nRF51822 chip...
Hi,
Regarding the bond_info_store() routine, I am having issues where after several calls to this function (client pairing forget/reconnect), my p_bond gets corrupted. This...
Hi, I am developing a BLE application using SPI and TWI. (Using nRF51822)
This discussion is about my survey in development zone for future develop the TWI part.
I want...
I'm calling ble_bondmngr_bonded_centrals_store in response to BLE_GAP_EVT_DISCONNECTED as is the case in plenty of sample code, but when ble_bondmngr_bonded_centrals_store...
Hi Guys,
I have managed to get the BLE DFU demo service working fine (dual bank) on nRF51822 EK. I use a Linux Python program ( bitbucket.org/.../nrf51_dfu_linux) (with...