Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
I write a function, It can read ok without BLE starting.
When I start the BLE , the function can not run.
So I think that , if I can use some function to stop the stop the...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
It works well.
printf ("UART Start!") in main.c works well. "UART Start" string cames out on putty...
Hello everybody,
I have a problem when I try initialize the ANCS service. The method ble_ancs_c_init(); from ble_ancs_c.h return the error NRF_ERROR_NO_MEM.
My configuration...
I flashed the nRF52 DK with the mbed bootloader developer.mbed.org/.../ but I'm having issues with the board. When I drag and drop the file which is a very basic blink program...
Hi,
I was trying to integrate a more simple version of the buttonless dfu example on my application. My first step was to get rid of the peer_manager and also the flash...
What is the use of of PCA10040 chip in NRF52 Development Kit(NRF52832 chipset). ?
Do I need a programmer to program NRF523832 in the DK, Can I just program it through USB...
Hello,
I asked a question after this old one : old one and I read other posts on the subject.
I wonder whether explained constraints may have changed or not since I am...
Hello,
I'am trying to do directed advertisement with NRF51822 (Smart Beacon Kit pca20006). I don't have any previous connection with peer, its address is hard-coded. The...
Hello:
I am writing a BLE profile involving several characteristics. One of the characteristics is an operation code (read/write) tunnel.
Each time a BLE central device...
This situation occured just in Android phone,iphone have not meet this situation.
A detailed description as follows:
After DFU used Android phone,connect again,notify...
Hi, I want to send data from arduino to nrf51dk which will then use uart service to send the data over bluetooth.
I want to use SPI communication between the two microcontrollers...
I have read these the following posts:
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
But, most of the answers are quite old. I am wondering if the solution...
I've seen several similar questions -- none of which were concerned with the bootloader project.
I believe the linker is looking for sections called .noinit and .bootloaderSettings...
This is slightly off topic (I also posted this in the mbed forums), but I hope maybe someone here would also know.
My goal is to use the newly secure boot loader that was...