Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
I am trying to write to NRF_POWER->GPREGRET to store some variables that should be retained through a software reset.
I am running SD 5, SDK 14 and using GCC to compile...
I would like to write a program to communicate directly to the Dongle over USB. The plan is for manufacturing test fixtures to communicate with the 'device under test' over...
Hi all,
I want to disable SD and reinit SD and reinit my services.
I try by ble_app_uart example.
I add code for button, when I press button 1, it disable SD. When I...
Hi,
I just started working with Nordic chips so I apologize if I am missing something obvious here
I am using a custom board that I designed containing a nrf52832 module...
First of all, Because of my poor English, and I'm newbie this kind of work.
I'm not sure you can understand my question. But I'll try
Currently, To see my borad's log...
Hi everyone,
I am trying to implement my device with nus service. Both nus client and server role on the same device, similar to the official example of "relay".
But when...
Hi everyone,
I would like to build the Bluetooth network having three devices such that any two of them could communicate with each other. Is it possible to do it with nrf52832...
Hello,
I got Thingy:52-SDK-zip from https://www.nordicsemi.com/Software-and-Tools/Development-Kits/Nordic-Thingy-52/Download
and I did all setps wrote in README.md. Then...
Good day!
As base I used this examples:
ble_app_multiperipheral - for connection handling
ble_app_hids_keyboard - for whitelist and bonding
Error occurs after...
I am inquiring about the ability of the nRF9160, does the device have the resource to be a picocell? Specifically, can it handle communication to and from a single cell phone...
Hi
I‘m working with the SDK since many versions. One thing I don‘t understand is the sdk_config.h concept.
My first thought was that there is a master sdk_config.h in...
Hi, I made a PCB board nrf51822.
Because of my mistake, Rx, Tx pin was not cross connected to MCU.
So i want to change Rx <-> Tx pin.
In the example of ble_app_uart_s130_pca10028...
hi,everyone
when i test the mesh/example/dfu , it is upgrade scucessed,but when i combine it to switch_light example ,it was failed , it looks end the transfer too early...
Hi, there~
I'm trying to make my own bootloader and starting with the secure bootloader sample code.
The problem is the orignal bootloader, that is compiled with secure...