Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Heads up for anyone using the IoT SDK (currently 0.8.0). This SDK has the TinyDTLS-0.8.1 embedded in it... and I believe that there is a bug in the TinyDTLS CCM functions...
A new library/toolkit has been built that allows us to invoke the services of an nRF24L01 from a Java environment. Documentation and links to the Github project can be found...
Hi.
I'm using PCA10028, SDK10.0.0 S130.
I think "ble_app_hrs_rscs_relay" provides Central function and Peripheral function.
So it should be advertising right after running...
My program doesn't use SoftDevice.
In Reference Manual 3.0 page 52: "A HFCLKSTOP task will stop the HFCLK oscillator. However the HFCLKSTOP task can only be sent after...
Hi,
I've looked at the example codes provided by Martin in these two topics for communicating to a MPU6050 through TWI:
1- devzone.nordicsemi.com/.../ (uses SDK 9)
...
When we add a uuid will follow the steps below
err_code = sd_ble_uuid_vs_add(&nus_base_uuid, &p_nus->uuid_type);
// Add the service.
err_code = sd_ble_gatts_service_add...
I was looking the way to set different tx power values and also figuring out a small bug in the interface when you switch among payload models and payload length is >1.
Bug...
nrfgo_error.docx
Using nRFgo Studio as the interface I try to download the file “set_in _test_mode.hex” and get the error above.
What are the proper steps to get DTM...
I am trying to reset and halt the target nRF51822 under SWD protocol.
Could someone point out the register to achieve the same? I looked up the reference manual but couldn...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_uart" as reference.
As I've researching nRF51 with Central device,
it returns
Packet 0 : 020105 0c094e6f726469635f55415254...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
My setup is as follows
1 Gyroscope + Accelerometer
1 RTCC
1 SPI Flash device
I want to set up the PPI to periodically sample the MEMS devices and the RTCC...
Hello,
I am trying to remove the use of the frame pointers for bootloader_util.c because I am getting the error : "r7 cannot be used in asm here", but I only know how to...
I use nRF51822( BLE nano) central mode to connect annother BLE nano (ibeacon mode), then I call disconnection to the peer address. Sometime, the disconnection callback will...
hi,
i am trying to send data using ble_uart app.
in this app i am using timer difference to send data. when i am getting 1st data in uart event handler. when i am printing...
I would like to implement DFU OTA updates without the Master Control Panel, and I have a couple questions:
Is there example code for the client-side of the DFU service...