I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hello,
I am trying to use the flash API of fstorage in my code. I have called below function at the start of my code. I want to save some integer values every 1 min interval...
Hello
I am trying to read a characteristics from my peripheral using my central. From what I read here, I have to use sd_ble_gattc_read(). Is it correct ? But I did not...
Hello
We have produced boards with a Telit module using the nRF52832 chip.
Our software developper have a lot of problems making the connexion and communication reliable...
Hello,
After a long war trying to connect MPU6050/MPU9250 to NRF52 DK with nrf52832 on board, I finally succeeded and I am getting values through UART.
But I have 3 problems...
Hi,
I would like to get the stored CCCD values of a bonded peer using pm_peer_data_load()
I am currently struggling with the format of the data returned by pm_peer_data_load...
Hello.I am a graduate student at Nanjing University of Posts and Telecommunications in China.My question is, does your company provide the source code of the Bluetooth mesh...
To the kind attention of Nordic support team,
we are doing ble bonding using passkeys.
We noticed that when starting the passkey phase, a ble connection event is generated...
I am not able to run commands with nrfjprog using the J-link Segger device
e.g. nrfjprog --family nrf52
I can do it only with the Keil or Segger UI environment
How can...
hello
right now i am sending 100 plus data per second i want to print millisecond at each data how can i acheive this is there any program in nordic or github i can use...
Hello
I am working on SDK v17, using nRF52832 (MDBT42Q) and MPU6050 sensor. I tried TWI_SCANNER because I thought there was a problem getting the value of MPU6050.
However...
I am reading a thermistor voltage divider from Vdd using the SAADC with a reference voltage of Vdd/4 and gain of 1/4. I thought that this would track Vdd so I wouldn't need...
Hi, the provisioning works and after that the dk is capable to get mesh messages but oddly enough a restart brokes this feature.
The error message is:
0x0c means BT_HCI_ERR_CMD_DISALLOWED...
Trying to install nrfutil on a system with Python 3.9 but it only installs the old version 5.2.0 which is broken on Python 3. This is the last version before the version check...
I use the internal LFCLOCK to drive my application. Sometimes, I need a more accurate clock to do time measurement. At startup, I can start the external crystal oscillator...
Hi,
I am trying to get Secure UART Bootloader to work and followed the steps mentioned here .
I generated the Keys and updated the dfu_public_key.c file in the project...