I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi! I have mentioned this already 9 month ago in another ticket ( https://devzone.nordicsemi.com/f/nordic-q-a/75331/dfu-upgrade-of-only-bootloader-not-softdevice ) but it...
Hi ,
the nrf25840 data states regarding temperature sensor's accuracy: To achieve the measurement accuracy stated in the electrical specification, the crystal oscillator...
Hi, I use two nRF52840 DK for testing purposes for over 1.5 years now. Suddenly, yesterday the BLE module in one of the DK's stopped working. Just like that. Same functional...
Hellow
We are in trouble. Please tell me what to do.
The input range of the SAADC is not as expected.
I use: ・nrf52840 ・VDD=3.3V by Regulator ・nRF5_SDK_17.1.0 ・Sample...
The example ble_app_uart is working fine (i.e. I get NRF_LOG_INFO from gatt_evt_handler), but my code doesn't. I've checked the diff between them and tried adding all diffs...
Hi All,
I am using nRF52 DK board & nRF5_SDK_17.1.0 for Development(Emulated Project for nRF52805), My application needs creation of multiple service and multiple characteristics...
I bought a handful of nrf52840-Dongle boards, with the intention of developing an application on one "dev" board and then flashing it through the Open Bootloader on the others...
hi am working on DFU- OTA on nRF52833. In one of the query I found the method for to evaluate DFU- OTA on nRf52833 , am able to do that ,after connected to the Bluetooth I...
Hello,
I am new to Nordic. Earlier I was using Cypress controllers CYBT343026-01. As per nRF documentation, I believe once the controller goes into a deep sleep mode, I...
Hi, devzone!
I'm trying to use a timer to periodically change the digital output but it seems that the handler function is not called.
The whole code is based on the...
Hello!
For a project, I am relying on RSSI data from the development kit nRF52832. The problem is that the data I get is in dBm (I assume?), that is values like -30, -50...
Hi,
We are designing a board that is controlled by a NRF52840 and that will use a NRF21540 (FEM) to enhance its radio link budget.
We will use the FEM with diversity antenna...
Hi,
The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash(1024K) into the following regions:mcuboot(48K)...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...