Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Because if there is, I'm not seeing it. It seems to me that the SDKv14 has asks you where you want your event handler function like this:
Where spi_0_event_handler() is...
HI,
I have been trying to generate the hex files for the mesh sdk (Latest) examples using cmake following the instructions in the documentation.
But the platforms supported...
Hi All,
I am starting an application using nRF51822 beacon kit.
I have some observation regarding current consumption.
1- erase entire flash and power up only, i can...
I'm trying to measure the startup time of the 32 MHz XTAL at the pins XC1 and XC2. Often a microcontroller will indicate in a register that the XTAL and internal PLL are stable...
I wanna use NFC Tag module for OOB authentication in Bluetooth Pairing. I don't wanna use heavy SDK library for it.
Just need simple function which configure NFC to transfer...
I need to achieve the "few uAmps" level of sleep current while running the latest mbed-os 5 on an nRF2832 (inside a u-blox NINA-B1 module). I'm currently seeing ~500 uA in...
Hello,
I'm writing a python script to flash batches of boards with NRF52's.
This is the part of the script that flashes the boards:
I call that function inside a for...
Hi,
I have a problem using Nrf51822 with softdevice S130 2.0.0.
It happens sometimes, not always just a few times, in an unpredictable wat that using the function sd_ble_gatts_value_get...
Hello I am developing an application with this sensor and I have this board that I recently bought, is there an example where I can do a sensor test? or if someone has tried...
I am using nrf51822, sdk 12.3.0, softdevice 2.0.1 , i am wondering what is the best practice after user changes the pairing key , should i delete pairing info on the NRF in...
Hello,
Can "mbed HRM1017" communicate with ANT+ devices? Because in the offical product page it says " Nordic nRF51822 System-on-Chip combining Bluetooth v4.1-compliant...
When my device received name change request from central, I can catch this event (for updating device name in FDS) by callback *_on_ble_evt , event ID BLE_GATTS_EVT_WRITE...
Hi,
I am trying to port my Application from SDK13.0 to 14.0.
I have completed the porting. But the code is not working.
In Service initialisation there are issues...
Hello,
I use the nRF5 SDK 11.0.0 and with it we can easily build the examples with armcc from Keil, or with gcc (arm-none-eabi-gcc) from the command line using your Makefiles...
The current configuration looks as follows:
IDE: Eclipse
Toolchain: ARMGCC
SDK: SDK5_NRF_14
DK: NRF52DK-PCA10040
I am trying to port the 'bootloader_secure_ble'...