We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
Hi all, when I modify ble_central for connect multi peripheral via NUS. I got error : BLE_DB_DISCOVERY_ERROR in funtion
So, can you show me how to solve it . Thank very...
Hi there,
Is possible use nrfjprog to write in flash the data time using windows batch commands after programmed the device?
actually, I want to use the nRF52 as a RTC...
I have a question about the nRF52840 QIAA Reference Layout v1.0 which can be found in the infocenter /nRF52 Series/Reference Layout. I saw that it has keepout areas on mid...
I'm trying to implement an application for the nRF52832 that will provide an OTA update to another external nRF52. The code for the device accepting the update has already...
HI, i want to know, how can i use the feature of LE Data Packet Length Extension which in core v4.2.
i want to connect the PDK with the my phone, What should we change?
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Hello I was trying to run the Power Profiler Module with nRF Connect but I geting the following error:
ps: The python solution is already working for me.
What is the RTC run current on the nRF528120? It is not listed in the datasheet.
In addition, what is the run currents for the clocks on the 810? There is no information...
I need to send data from PC (windows 10) to nrf52832 using UART (hardware) in order to retransmit this data through mesh network with light switch example.
Do i need to...
Because I'm using PTR9618 module of nRF52832, it don't have XTAL 32.768Khz (X2).
When Makefile have NRF52_WITHOUT_SOFTDEVICE=1, hello-world, blink-hello work fine. But when...
Hi,
I'm looking to generate a clock signal on a gpio with an exact frequency. I tried this by setting the pwm base clock and adjusting the top value but got no luck.
Is...
Hi Nordic,
I find somethig wrong while using GPIOTE.
I.
First I call nrf_drv_gpiote_out_init(MY_PIN, &my_config), it works fine. However, I call nrf_drv_gpiote_out_uninit...
dear sir
i had use the ble_ant_app_hrm demo to test ant+ble,but i could not find the softdevice in the folder,so i can't connect it to my mobile phone,the link address is...
Hi, I'm using Central multilink example to connect with our Custom Peripheral sensors. I'm using board PCA10040, nRF52832, SDK_14.2.0, s132. Sensors have a custom service...