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...
Hi Dear Team,
I am using the nRF52840-Dongle and pc-ble-driver-py-0.12.0 for the ble development, while I encounter a problem about the max connection per device.
I use...
Hi,
I've got some questions about setting up a connection.
I want to connect as fast as possible with a UUID filter. Is it possible to connect directly on the first advertising...
How to set 250kbps PHY Coded in NRF52832 BLE Mesh? I have tried to change scanner_config_radio_mode_set(RADIO_MODE_BLE_1MBIT); to scanner_config_radio_mode_set(RADIO_MODE_NRF_250KBIT...
Hai ,
I need to update nrf52840 over ble from esp32 . first i tried with app , firmware gets updated .. as per the dfu protocol i understood flow and tried to writing data...
I need atleast 10 UART channels to be configured in my project. Is it possible to do it with the NRF52840. I believe because of the PPI I should be able to do this. I was...
I want to create a small bluetooth device with the nrf52823 chip. I want to use a lithium battery cell to power the whole circuit and therefore it neet to be low power. On...
I'm bigger of NRF52832 and beacon concept. I need modify my beacon data like Major,minor and Tx power change via mobile app configurable. please share any example code or...
I purchased a new nRF9160DK. Upgraded to latest 1.1.0 firmware. I built the AT application and can talk to the modem using the LTE Link Monitor application.
The DK came...
Hi, I'm working on nRF52832 at SDK ver15.3.
My problem is Current consumption increasing (82uA -> 550uA) when WDT Reloading in sleep mode.
I set WDT configuration "Pause...
I am trying to send and receive a response from a machine using Modbus (TTL to Rs485) and nrf51822.
Connections: R0 -> RX(P0.11) ,D1->TX(p0.09), RE&DE->P0.19,VCC->5V
Just...
Hey
We have successfully put the dongle into operation. We were able to develop and successfully test our software.
As soon as we test it with the JLINK on the module...
Hi
I have problem because i dont get all data which are in FIFO uart on my smartphone via BLE. Nrf as i can see in example sends data where data[index-1] == 0x0d || d ata...
I'm working with nRF52832 and playing around with some peripheral examples from SDK 16.0.
The FreeRTOS based heart rate sensor example ( ble_app_hrs_freertos) seems to work...
Hi.
We are using the Nordic UART service. Our project is based on the example project "ble_app_uart" from version 15.2 of the SDK. I've found after about 3 minutes it stops...
So I have been saving a structure using FDS and it seems to be working fine but after a while (2-3 hours of updating value every 10 seconds) the fds_record_update(); function...