Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
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 ...
I want to store sensor measurements taken every 2.5ms persistently. Does a write to the internal flash happen faster than this? Can I safely assume that the internal flash...
Could somebody, please tell me what it means? I couldn't find it in the docs.
uint32_t bleDeviceManagerInit()
{
uint32_t errorCode;
dm_init_param_t params;
dm_application_param_t...
Hi, can someone help designing one PCB antenna (1.6mm PCB thickness)?
Also, I intent to do another design using with amplifier and di-pole antenna (also in 1.6mm PCB thickness...
Hi All,
Complete newbie here... Essentially I'd like to modify the nRF51822 smart beacon kit to also advertise it's battery level. From this link it certainly seems possible...
I'm developing an application based on SD130 1.0.0 (latest) and DevKit board with 51422 chip.
The application uses timer for some synchronization purpose. Operation with...
Hi
Maybe I'm getting stupid, but I'm having problems to program my new nRF51 DK kit. I was working last year with the previous version with no problems, but with this new...
Hello,
I noticed the various examples as well as the ble_advertising component all check for pending flash operations and will not start advertising until they are all...
hi guys,
im developing a program to interface accelerometer MMA8452 with nrf51822.so if accelerometer is in peripheral device,how do i send the x,y,z co-ordinates from peripheral...
Hi everybody, i am working with a nrf51822. S110 with sdk6.1 IDE:keil
I want to do FLASH Erase while in a connection.
I have read this page devzone.nordicsemi.com/......
On initialization of the bsp, I get ERROR 4 (NRF_ERROR_NO_MEM) when I define LOCATION.
Why is this? Because it seems rather weird there's no more memory at that point in...
Hi all,
When I start the bootloader using ble_dfu service as-is in my application I get no ble events in the bootloader. When I call the bootloader from the main loop it...
I have a sample program that is failing on sd_ble_gap_device_name_set with an invalid parameter.
It's calling BLE_GAP_CONN_SEC_MODE_SET_OPEN(&sec_mode)
And then it passes...