Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
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...