Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hello! I am using a custom board that contains a nRF52832 device. The board has the SWDIO and SWDCK lines connected, which I have successfully been using to flash and debug...
I'm migrating to the new 13.0.0 SDK and I'm wondering what are the benefits of using nrf_serial over app_uart (if any) and what steps I would need to take to switch over if...
I have successfully manged to achieve serial communication between my PC (Windows) and nRF52 board by using the pc-ble-library and the pc-ble-library-js .
I can run without...
Hi, I updated nrfutil to use in new sdk 13, but when I type "nrfutil pkg generate --help" I can't see the code for Softdevice S132 v4.0.2 (0x98) as indicated in this guide...
I have done erase all thing.
But in the second step, I am getting following error.
nrfjprog --program s132_nrf52_3.0.0_softdevice.hex
ERROR: The --family option given...
Hello,
I'm following the steps listed in the nRF5_IoT_SDK documentation and would like to connect the nRF52 to my Raspberry Pi 3 router. I have the RPi3 enabled for 6LowPan...
Hi,
I have exactly the same problem as in question devzone.nordicsemi.com/.../
but I can't find the solution.
When I erase all from memory, debugging works. If I flash...
Hi
We have been able to set LE authenticated payload timeout via the following functions:-
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout.conn_handle = ValidHandle;...
Hi there,
I am currently using nRF52832 to communicate with a digital sensor ship. The sensor chip generates an interrupt every time when data is ready to read via SPI...
Hi,
I would like to comment that your documents and files are not arrange in the proper order. Kindly please give attention in order to arrange the documents and files...
Hi,
My NRF52832 runs into the hardfault handler when the sd_ble_gap_conn_param_update() function is called.
I copied the BLE code from the ble_app_template_pca10 project...
Hello,
The Infocenter SDK documentation provides the memory layout used by different SoftDevices: infocenter.nordicsemi.com/.../lib_bootloader.html
Is it possible to use...
Can i process coap and adc data on nrf51 board , so that, based on that system will take decision like turning on/off fan or light etc?,if yes then what is the code and can...
I am confused about the lack of softdevice information for the Gazell examples. I am looking at SDK 10 now having first tried SDK12 before deciding to stay with 10.
As...